Skip to main content
AIOHub aggregates models from multiple providers. The models you can call depend on the groups assigned to your API key, your account balance, and current upstream availability. Use /v1/models to check what your API key can see, then use the console pricing page to confirm groups, pricing, and endpoint type.

Text models

Provider familyModel families
OpenAI / CodexGPT, Responses, and Codex model families
Anthropic / ClaudeClaude Opus, Sonnet, and Haiku model families
GoogleGemini 2.x and 3.x model families
xAI / Doubao / open-source modelsGrok, Doubao, DeepSeek, Qwen, GLM, Kimi, and other models according to group access

Image models

Model familyNotes
DALL-EOpenAI-compatible image generation
GPT ImageOpenAI-compatible image generation and editing
Grok ImaginexAI image generation
Doubao SeedreamByteDance image generation
Gemini image modelsGemini-native image models when listed for your API key

Other model types

Some non-text capabilities are model- and route-specific. Treat them as available only when your API key can see the model and the public documentation or console lists the matching endpoint.

Check available models

Call the model list endpoint with your API key:
curl https://api.aiohub.org/v1/models \
  -H "Authorization: Bearer sk-your-api-key"
Different API keys in the same account can see different models because their groups can differ. The model families above describe the service range; they are not a complete price list.