Switch from OpenRouter
Found this helpful? Share it:
Found this helpful? Share it:
Moving from OpenRouter? Swap https://openrouter.ai/api/v1 for https://idapt.app/api/openrouter/v1 and most apps keep
working unchanged 🔁
The OpenRouter surface you rely on carries over:
chat/completions, completions, and anthropic/v1/messages
Provider routing controls
models[] fallback lists
The reasoning parameter and model suffixes
The models, key, keys, credits, and generation endpoints
Embeddings and audio
A non-streaming responses bridge
Fields idapt doesn't support are never silently dropped. They fail
with a 422 or 501 that carries a roadmap
link into the OpenRouter migration guide, so you
can see exactly where each gap stands.
Create keys under Settings → Developer, and cap
workspace Gateway keys on the AI Routing page. The OpenRouter-shape POST /keys is session only: it returns 403 over an API key, so you manage keys in the dashboard, not through the
gateway. See API keys and scopes.
Keys are idapt API keys (uk_...), and the same key works
across the OpenAI-compatible and Anthropic-compatible gateways too.
Related articles
Was this helpful?