🎁 New Sign up free, 10 calls on us. Up to $1, no card needed.

Model Selection

Synthorai routes to a wide range of models across multiple providers. The available model list is dynamic and depends on your platform's configured channels.

Supported Providers

Models from OpenAI, Google, Alibaba (Qwen), DeepSeek, Anthropic, Z.ai, Moonshot, MiniMax, and other providers may be available depending on your deployment configuration.

Discovering Models

Use the GET /v1/models endpoint to get an always-up-to-date, programmatic list of all models available to your API key. You can also browse the Model Catalog page for pricing and capability details.

curl https://synthorai.io/v1/models \
  -H "Authorization: Bearer YOUR_API_KEY"

Model IDs follow the format used by the original provider. Just pass the model ID in the model field of your request — the gateway handles routing automatically.

Deciding between two candidates? The model price comparison puts every routable model's per-token pricing side by side, and the LLM API cost calculator projects what your actual workload would cost on each.