Skip to main content
idapt
HomeCodeAI ModelsPricing
Sign inStart free trial
  • Home
  • Pricing
  • AI Models
  • Image models
  • Voice models
  • Video models
  • Rankings
  • New models
  • Model status
  • Multi-Model Chat
  • Agents
  • Computers
  • Drive
  • Automations
  • AI Gateway
  • All features →
  • LLM cost calculator
  • Token counter
  • All free tools →
  • Blog
  • Use cases
  • Comparisons
  • Best of
  • Benchmarks
  • Changelog
  • Help center
  • FAQ
  • Privacy
  • Compare all models
  • Support
  • idapt Code
  • Developers
  • Quickstarts
  • API reference
  • API pricing
  • CLI
  • MCP
  • Downloads
  • Desktop
  • Badges and embeds
© idapt[email protected]TermsPrivacy PolicyLegal noticeReport content
X (Twitter)
Help Center
🔁

Switch from OpenRouter

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 🔁

What works

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

What fails honestly

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.

Keys

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

🔗

OpenAI-compatible API

Use idapt's 200+ models from any app that speaks the OpenAI API format.

📖

REST API

Authentication, versioning, response shapes, pagination, and errors for the idapt REST API, plus the full endpoint list.

Up next

Automations and webhooks

Run an agent on a schedule, or fire one from an external system with a signed webhook.

Was this helpful?