Models
Call OpenPond hosted models through an OpenAI-compatible API.
Models
OpenPond 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
- OpenAI-compatible API for endpoint and compatibility boundaries.
- JavaScript for a complete first request.
- Model catalog for current public IDs and rates.
Keep API keys on your server and make the first request with a small bounded prompt before moving production traffic.
Next: OpenAI-compatible API.