Back to Models
Switchpoint Router
switchpoint/routerJul 11, 2025131.1K context$0.85/M in · $3.40/M outReasoning
Description
Switchpoint AI's router instantly analyzes your request and directs it to the optimal AI from an ever-evolving library.
As the world of LLMs advances, our router gets smarter, ensuring you always benefit from the industry's newest models without changing your workflow.
This model is configured for a simple, flat rate per response here on OpenRouter. It's powered by the full routing engine from Switchpoint AI.
Specifications
Provider
switchpoint
Context Length
131.1K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.85 |
| Output | $3.40 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "switchpoint/router",
"messages": [{"role": "user", "content": "Hello!"}]
}'