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 Errors

Available Models

ModelProviderPlansType
openai/gpt-5-nanoOpenAIAll plansText
openai/gpt-5OpenAICreator+Text
anthropic/claude-haiku-4.5AnthropicAll plansText
anthropic/claude-sonnet-5AnthropicCreator+Text
deepseek/deepseek-v4-flashGroqCreator+Text
openai/gpt-image-2OpenAICreator+Image
bfl/flux-2-klein-4bReplicateCreator+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.