Switchpoint Router✓ Catalog verified
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.
Overview
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.
Access: available through the official Switchpoint API. Context window: 131K.
Specifications
| API identifier | switchpoint/router |
| Provider | Switchpoint |
| Model type | Text LLM |
| Context window | 131K catalog |
| Input modalities | text |
| Output modalities | text |
| Released | Jul 11, 2025 |
| Moderated | No |
| Architecture modality | text->text |
Pricing
Live pricing components for switchpoint/router as published in the catalog.
| Pricing component | Raw unit price | Normalized | Unit |
|---|---|---|---|
| Prompt tokens | $8.5e-7 | $0.85 / 1M | Per input token |
| Completion tokens | $0.0000034 | $3.40 / 1M | Per output token |
| Request fee | N/A | N/A | Per request |
| Image fee | N/A | N/A | Per image unit |
| Web search fee | N/A | N/A | Per search request |
Cost calculator
Estimate monthly spend from your own token volumes.
Estimated Total Cost
$1.1Calculated from current list pricing in the ModelsAtlas catalog.Capabilities
| Capability | Status | What it means |
|---|---|---|
| Visual Understanding | Not advertised | Image and document analysis support |
| Audio Processing | Not advertised | Speech and voice aligned flows |
| Tool Calling | Not advertised | Supports tools / function calling |
| Self-Hosting | Not advertised | Deploy outside managed APIs |
Capability signals
Directional signals derived from model metadata and capability tags — not official benchmark submissions.
Quick start
Call Switchpoint Router through an OpenAI-compatible client.
from openai import OpenAI
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="YOUR_API_KEY"
)
response = client.chat.completions.create(
model="switchpoint/router",
messages=[{"role": "user", "content": "Explain quantum physics."}]
)
print(response.choices[0].message.content)Alternatives
Closest models by context window from a different provider.
| Model | Provider | Context | Input /1M | Actions |
|---|---|---|---|---|
| AionLabs: Aion-1.0 | Aion Labs | 131K | $4.00 | View → |
| AionLabs: Aion-1.0-Mini | Aion Labs | 131K | $0.70 | View → |
Sources & attribution
Pricing and metadata are maintained in the ModelsAtlas catalog.
Frequently asked questions
How much does Switchpoint Router cost?
$0.85 per 1M input tokens and $3.40 per 1M output tokens on the official Switchpoint API.
What is the context window of Switchpoint Router?
Switchpoint Router supports up to 131K tokens of context.
Does Switchpoint Router support tool / function calling?
Switchpoint Router does not advertise first-class tool/function calling. Check vendor docs for the latest capabilities.
How do I access Switchpoint Router?
Use the official Switchpoint API with the model id `switchpoint/router`. See the Quick start section above for code examples.