Skip to content

Endpoints

Developer Since 0.4.0

The gateway offers the OpenAI-compatible endpoints most applications need.

  • Chat completions for conversational and instruction-following calls.
  • Responses for the newer response-style interface.
  • Embeddings for turning text into vectors, for search and similarity.
  • Models to list the models available to you.

Use the model names your administrators have approved for your team (the models endpoint lists them).

Because the surface is OpenAI-compatible, you call these exactly as you would OpenAI’s, using your key and the base URL from Get an API key. Streaming works where the corresponding OpenAI endpoint streams.