Skip to content

Models

TopRouter provides access to 200+ AI models. Use the API to list available models or browse the categories below.

List Models API

bash
curl https://toprouter.cc/models \
  -H "Authorization: Bearer sk-your-toprouter-key"

Chat & Reasoning Models

Anthropic Claude

Model IDDescription
anthropic/claude-4.8-opusFlagship Claude model for complex reasoning and agentic tasks
anthropic/claude-4.6-sonnetBalanced performance and speed, primary daily driver
anthropic/claude-4.5-haikuFastest and most cost-effective Claude model

OpenAI GPT

Model IDDescription
openai/gpt-5.5Flagship multimodal GPT model, excellent at text and vision
openai/gpt-5.5-instantHigh speed, cost-effective GPT-5.5 variant
openai/gpt-5.5-thinkingAdvanced frontier reasoning model for complex logical tasks
openai/gpt-5.4-thinkingStandard reasoning model, balance of logic and response speed
openai/o3Specialized reasoning model (deprecating August 2026)

Google Gemini

Model IDDescription
google/gemini-3.1-proMost capable Gemini model for complex tasks and large contexts
google/gemini-3.5-flashFast, cost-effective Gemini model
google/gemini-3.1-flash-liteUltra-low latency, cost-efficient model

DeepSeek

Model IDDescription
deepseek/deepseek-v4-pro1.6T parameters flagship model, advanced coding and reasoning
deepseek/deepseek-v4-flashHigh-speed, low-latency general purpose model

Image Generation Models

Model IDDescription
openai/dall-e-3DALL-E 3 image generation
openai/gpt-image-1GPT Image generation
flux/flux-1-proFlux professional image generation

Video Generation Models

Model IDDescription
seedance/seedance-1.0AI video generation
seedance/seedance-1-litLightweight AI video generation

INFO

Model availability and pricing may change. Use the /models endpoint for the most up-to-date list.

Model Selection Tips

  • Cost-effective: Use google/gemini-3.5-flash for high-volume, general tasks
  • Best quality: Use anthropic/claude-4.8-opus for complex reasoning and analysis
  • Coding: Use anthropic/claude-4.6-sonnet or openai/gpt-5.5 for coding tasks
  • Fast responses: Use anthropic/claude-4.5-haiku or openai/gpt-5.5-instant
  • Image generation: Use openai/dall-e-3 or openai/gpt-image-1
  • Video generation: Use seedance/seedance-1.0

Unified AI API Gateway — Access 200+ models through one endpoint.