Available Models — OneHub
Model access depends on your plan. Use GET /v1/models at runtime for the full list filtered to your plan.
Docs
Docs Quick Start Authentication SDK Setup Available Models Rate Limits Chat Completions Streaming List Models Embeddings Image Generation Text to Speech Speech to Text Billing & Wallet Webhooks ErrorsAvailable Models
| Model | Provider | Plans | Type |
|---|---|---|---|
openai/gpt-5-nano | OpenAI | All plans | Text |
openai/gpt-5 | OpenAI | Creator+ | Text |
anthropic/claude-haiku-4.5 | Anthropic | All plans | Text |
anthropic/claude-sonnet-5 | Anthropic | Creator+ | Text |
deepseek/deepseek-v4-flash | Groq | Creator+ | Text |
openai/gpt-image-2 | OpenAI | Creator+ | Image |
bfl/flux-2-klein-4b | Replicate | Creator+ | Image |
Using a model
Pass the full model ID as the model field. The provider prefix (openai/, anthropic/,
deepseek/, bfl/) tells OneHub which provider to route to.
curl https://www.onehub.design/v1/models \
-H "Authorization: Bearer sk-onehub-xxx"
New models are added continuously. Poll GET /v1/models (see List Models)
to stay current. The catalog can change without notice.