Skip to main content
Every gateway request must use a model (or path model id) that your account can access. Availability depends on channels and groups configured by admins.

List models

The response follows the OpenAI models list shape. You can also browse models in the console under Models / Channels (menu labels vary by deployment). Gemini-style list:

Use a model in a request

Chat example:
Replace gpt-4o-mini with a real id from your list.

Protocol notes

Full schemas live in the API reference.

When a model fails

  1. Token model allowlist too narrow
  2. Account group does not include the model
  3. Upstream channel disabled
  4. Exact id mismatch (case-sensitive)