Back to Docs/AI Gateway

AI Gateway

Call OpenPond hosted models through one OpenAI-compatible gateway.

OpenPond AI Gateway exposes hosted catalog models at /opchat/v1. Use a normal OpenAI-compatible client with an OpenPond API key and an explicit model ID.

Hosted models

Hosted catalog models are discovered at /opchat/v1/models and invoked through /opchat/v1/chat/completions. They use the opchat:model:read and opchat:chat:create scopes.

Choose an integration

Keep API keys on your server and make the first request with a small bounded prompt before moving production traffic.

How-tos

Next: OpenAI-compatible API.