
Work Here?
OpenRouter provides a single OpenAI-compatible API to access and switch between 400+ models from 60+ providers. It acts as an LLM router and aggregator, directing prompts to the best model based on price, latency, and performance with about 25ms of overhead. The platform offers unified billing, real-time spend management, automatic failover, and enterprise features like zero-logging and using a company’s own provider keys, earning 5% of inference costs. Its goal is to simplify the fragmented AI model ecosystem by enabling dependable multi-model access and transparent usage data.
Industries
Data & Analytics
Enterprise Software
AI & Machine Learning
Company Size
51-200
Company Stage
Series B
Total Funding
$153M
Headquarters
New York City, New York
Founded
2023
People at OpenRouter who can refer or advise you
Help us improve and share your feedback! Did you find this helpful?
Total Funding
$153M
Above
Industry Average
Funded Over
3 Rounds
Industry standards
Remote Work Options
Flexible Work Hours
Unlimited Paid Time Off
The OpenRouter MCP server. OpenRouter ·6/25/2026 Your coding agent is incredible at writing code. But when it comes to choosing the right model for, say, coding without blowing through your monthly budget in one day, or the best model for designing a landing page, it really struggles. Your agent can make an approximate guess of the "best" model, but it's guessing from training data that is months stale, with no knowledge of how much it costs, how well it performs for a given task, which provider you should pin it to, etc. Today, OpenRouter, LLC is very excited to announce the release of the OpenRouter MCP. The OpenRouter MCP server puts live model data, benchmark rankings, pricing, docs, and test inference directly to help you and your agent to make the right decisions on the best model to use. Install in one command, and your favorite agent can answer "which model is the best at coding without bankrupting me" with the most up-to-date data Artificial Analysis, Design Arena, and OpenRouter's own model rankings. Hint: it's GLM-5.2. Install in one command. Claude Code: claude mcp add -transport http openrouter https://mcp.openrouter.ai/mcp claude mcp login openrouter Codex CLI: codex mcp add openrouter -url https://mcp.openrouter.ai/mcp codex mcp login openrouter Cursor: Add to ~/.cursor/mcp.json: { "mcpServers": {"openrouter": { "url": "https://mcp.openrouter.ai/mcp"}}} Claude Desktop / Web: OpenRouter isn't in Claude's connector directory, so add it yourself: Settings > Connectors > Customize > Connectors, click the + > Add custom connector, enter the name OpenRouter MCP and the Remote MCP server URL https://mcp.openrouter.ai/mcp, click Add, then open the connector and Connect to run the OAuth flow. Some organizations don't allow adding custom connectors, so this option may not show up for everyone. Talk to your admin if that's the case. See the connect guide for OAuth login and every supported client. Pick the right model without tab-switching. You're building a feature that needs structured JSON output, and you want a model that's fast, cheap, and actually good at it. Normally you'd open the OpenRouter website, browse the model list, compare benchmarks, check pricing, maybe run a few test prompts in the playground. That's 15 minutes of context-switching before you write a single line of integration code. With the MCP server connected, you can do this all in your coding agent: You: "I need a model for structured JSON extraction from legal documents. Fast, under $1/M input tokens, good at following schemas." Agent: [calls models-list with filters] | [calls benchmarks] | [calls model-endpoints] Agent: "google/gemini-3-flash-preview fits well: $0.10/M input, 138k context, strong structured output support. Here's the endpoint with the lowest latency..." The agent pulls from the live model catalog, cross-references Artificial Analysis intelligence scores and Design Arena ELO rankings, and checks per-provider pricing and latency. The recommendation is fully grounded in current data, not whatever was true when the model was last trained 6 months ago. Test before you commit. chat-send lets your agent fire off a test prompt to any model and see the response, cost, and which provider served it. Your agent can compare answers across models side-by-side: You: "Compare how Claude Opus 4.8, GPT-5.5, and DeepSeek V4 Pro handle this structured extraction prompt." Agent: [sends the same prompt to all three via chat-send] [calls generation-get for each to get cost breakdowns] Agent: "All three produced valid JSON. Opus 4.8 nailed the edge case in row 12. GPT-5.5 was 40% cheaper. DeepSeek V4 Pro was fastest at 180ms TTFB." Model slugs support suffixes: :online for web search, :nitro for speed, :floor for the lowest price, :free for free endpoints. Your agent can test across variants without you memorizing the syntax. Search the docs without leaving your editor. Your agent has docs-search, which runs a full-text search across the OpenRouter documentation. "How do I pin a model to a specific provider?" "What's the format for tool calling?" "How does prompt caching work?" Your agent finds the answer and applies it, all in one flow. This is where the MCP server earns its keep as a development assistant. Your agent can look up the exact API parameter it needs, check the right request format, and wire it into your code without you having to find and read the docs page yourself. A dedicated, capped key. The server is remote (nothing installed locally), and the first login runs an OAuth flow that mints a dedicated API key with a 7-day expiry and a $10 spend cap (editable on the approval screen). It's separate from your other keys and shows up on your keys dashboard. You can revoke it any time. See the connect guide for setup in OpenCode, Claude Desktop, and every other supported client. What's in the toolbox. | Tool | What it does | | models-list | Search the live model catalog with filters: price range, context length, modality, provider, model family, and more | | model-get | Full details for one model: capabilities, pricing, context window, supported parameters | | model-endpoints | Per-provider breakdown: price, latency, throughput, data policy | | benchmarks | Third-party quality scores from Artificial Analysis and Design Arena | | rankings-daily | Which models are most used and trending by token volume | | chat-send | Send a test prompt to any model, get the response and cost | | generation-get | Cost, token counts, and serving provider for a specific generation | | docs-search | Full-text search across OpenRouter docs | | credits-get | Your remaining account credit | | providers-list | Available providers for routing preferences | | app-rankings | Which apps drive the most OpenRouter traffic, by category | All tools except chat-send are read-only lookups. chat-send makes a billable inference call using your MCP key's balance. Faq. Does this replace the OpenRouter API? No. The MCP server is a development assistant for your coding agent. It pulls live OpenRouter data and can send test messages so your agent makes informed decisions while you build. Your app should still call the OpenRouter API directly. How does authentication work? Your MCP client triggers an OAuth flow that opens an OpenRouter consent page in your browser. You approve a dedicated API key with a 7-day expiry and a $10 spend cap. The key is separate from your other keys and can be disconnected anytime from your dashboard. Does my source code get sent anywhere? No. The tools are read-only lookups against the OpenRouter API. The only exception is chat-send, which sends the message you explicitly pass to it to a model. No source code leaves your machine unless you include it in a chat-send call. Try it now: connect your agent and ask "what's the best model for my use case?"
OpenRouter raises $113M Series B. OpenRouter · 5/28/2026 Today OpenRouter, LLC is announcing its $113M Series B, led by CapitalG (Alphabet's independent growth fund), with participation from NVentures (NVIDIA's venture capital arm), ServiceNow Ventures, MongoDB Ventures, Snowflake Ventures, Databricks Ventures, AMP PBC, and Pace Capital, alongside its existing investors Andreessen Horowitz and Menlo Ventures. Where OpenRouter, LLC is. Over the last six months, weekly volume on OpenRouter has grown from 5 trillion to 25 trillion tokens. OpenRouter, LLC is on pace to process over a quadrillion tokens this year and serve 8M+ developers building across 400+ models. AI is rapidly shifting from experimentation into critical production apps and agents, and that transition requires infrastructure that works reliably at scale, across providers, across modalities, and across use cases. This growth reflects the simple fact that developers love building on OpenRouter. Why this round matters. The composition of this investor group is deliberate. CapitalG, NVentures, ServiceNow Ventures, MongoDB Ventures, Snowflake Ventures, and Databricks Ventures are more than financial backers; they are the infrastructure and platform companies that enterprises already depend on. Their participation reflects a shared view: as organizations move from single-model pilots to multi-model production systems, they need a routing and gateway layer purpose-built for that complexity. OpenRouter is that layer. OpenRouter, LLC sit between agents and model providers, handling the routing, reliability, cost optimization, and compliance that production AI demands. The breadth of strategic investors in this round signals that the market has converged on this as a critical piece of the stack. What OpenRouter, LLC has been building. The past year has been focused on expanding what OpenRouter can do for production workloads: * Multimodal inference: Beyond text, OpenRouter now supports image, audio, speech, transcription, embedding, and video models. * Enterprise controls: Workspaces, spend management, guardrails, and zero-data-retention policies for organizations deploying AI at scale. * Intelligent routing: Provider-level failover, cost and latency optimization, and quality-aware routing that goes beyond simple load balancing. What's next. OpenRouter, LLC'll use this funding to continue scaling its infrastructure, deepen enterprise capabilities, and continue to invest in intelligent routing; teams need help finding the right model and provider for every request. OpenRouter, LLC is grateful to its customers, partners, investors, and the developer community building with OpenRouter, LLC as OpenRouter, LLC continue scaling the infrastructure layer for the multi-model AI era.
How did GateRouter become one of the most user-friendly AI tools in the crypto industry? Updated: 2026-04-09 21:44 The following is an AI-generated summary of this article. Main Topic GateRouter is an AI model aggregation platform for the crypto industry that solves integration challenges for developers through a unified API, intelligent routing, and Web3-native payment. Key Points * Smart routing automatically assigns models based on task complexity, with the cost Over the past year, developers in the crypto industry have faced an awkward dilemma: leading AI models like OpenAI, Claude, Gemini, and DeepSeek each have their strengths, but integrating a full suite of AI capabilities means juggling multiple API keys, adapting to wildly different billing structures, and dealing with inconsistent response speeds. For a typical DeFi protocol aiming to connect with three or four models for cross-validation, development costs often add up by the month. GateRouter's core value lies in eliminating this "integration pain." It's not a new AI model, but rather an intelligent parsing and orchestration layer that sits between client applications and top global model providers. Developers only need to connect to a unified API to access all integrated models, freeing them from low-level integration work and allowing them to focus on innovation at the application layer. Intelligent routing: maximizing every dollar spent. For professionals in the crypto sector, cost control is always a priority. Whether it's a high-frequency quantitative strategy system or a 24/7 on-chain monitoring bot, inference costs often directly determine a project's economic viability. GateRouter's intelligent routing mechanism was designed for this very purpose. The system automatically assigns the most suitable model based on task complexity. Simple greeting tasks are matched with lightweight models, consuming only 7.1% of the tokens compared to a direct GPT-4 call - reducing costs by 92.9%. For complex tasks, such as risk assessments of 5,000-word legal contracts, the system matches high-performance flagship models, with actual expenses at just 20% of a direct call. Overall, compared to using flagship models exclusively, GateRouter can reduce average AI inference costs by over 80%. Users have tested three scenarios - daily greetings, code generation, and complex document summarization - and found results closely aligned with official data. The precision of intelligent routing is impressive. In high-frequency usage scenarios, this cost optimization translates into visibly higher profit margins. Web3 native payments: giving AI agents a true "wallet" While unified APIs and intelligent routing boost efficiency, GateRouter's payment mechanism fundamentally transforms industry paradigms - this is its key distinction from Web2 competitors like OpenRouter. Traditionally, API calls rely on credit cards or prepaid accounts, essentially a "human-centric" payment logic. GateRouter natively integrates the x402 payment protocol and supports direct USDT deductions via Gate Pay. This means AI agents can, for the first time, have their own "crypto wallets" and make autonomous payments. Imagine a future where a decentralized automated trading agent spots an arbitrage opportunity while monitoring the market. It sends a request to GateRouter, which returns a payment requirement. The agent automatically pays USDT from its crypto wallet, then receives model feedback and executes an on-chain transaction. This machine-to-machine payment scenario is the foundation of the future "Agent Economy." By embedding the payment layer into API calls, GateRouter enables AI to independently participate in crypto economic activity - not just serve as a tool in human hands. Developer-Friendly: from console to privacy protection. Beyond its core capabilities, GateRouter also excels in developer experience. The platform offers a comprehensive developer console, allowing clear visibility into each call's model assignment, token consumption, and response time - providing data to optimize application performance. The built-in Playground feature lets developers quickly switch between models, compare outputs and cost differences for the same prompt across models. On the data security front, GateRouter does not store user conversation content by default, and all data transmission is encrypted via HTTPS. The platform follows a "privacy-first" design philosophy. While optional logging is available, it requires manual activation by developers and supports log deletion at any time. This is especially critical for developers handling sensitive on-chain data. Conclusion. In 2026, as AI and blockchain become deeply intertwined, GateRouter's "unified API + intelligent routing + Web3 native payments" triad architecture precisely addresses the core pain points of crypto professionals. With a single line of code and a 30-second integration, it dramatically lowers the barrier to AI development. Intelligent routing reduces inference costs by over 80% on average, making high-frequency AI usage economically viable. Crypto-native payments open the door for AI agents to autonomously engage in economic activities, allowing machines to complete the full cycle of thinking, payment, and execution independently. For crypto developers, quantitative trading teams, and AI agent builders, GateRouter is more than just an AI tool - it's the foundational infrastructure for the next-generation Agent Economy. Whether you're a professional team building smart trading systems or an individual developer just starting out, GateRouter empowers you to seize opportunities in the AI-driven crypto wave with lower costs and higher efficiency. As of April 2026, GateRouter continues to expand its model ecosystem, with official plans to integrate over 50 models within the year. The future is here - why not start with a simple API call? The content herein does not constitute any offer, solicitation, or recommendation. You should always seek independent professional advice before making any investment decisions. Please note that Gate may restrict or prohibit the use of all or a portion of the Services from Restricted Locations. For more information, please read the User Agreement Like the Content
As more AI apps and agents shift to using multiple AI models, startups that help developers choose the right ones are gaining traction. In the latest example, OpenRouter, which helps AI app developers access hundreds of models from a single application programming interface, is in talks to raise ...
TanStack + OpenRouter partnership. by Tanner Linsley on March 8, 2026. OpenRouter is now an official TanStack sponsor. And the most concrete expression of that is already shipped: @tanstack/ai-openrouter - a first-class TanStack AI adapter that gives you access to 300+ models from 60+ providers through a single, unified API. When TanStack LLC started building TanStack AI, one of its core beliefs was that you shouldn't have to bet your integration on a single provider. The AI model landscape is moving faster than anyone can predict. The model that wins this quarter might not be the one you want next quarter, and rewriting your AI layer every time a new frontier model drops is exactly the kind of undifferentiated toil TanStack LLC want to help you avoid. OpenRouter solves this cleanly. One API key. One integration. GPT-5, Claude, Gemini, Llama, Mistral, DeepSeek - and whatever ships next month. When you want to try a different model, you change a string. When a provider goes down, OpenRouter routes around it automatically. That's the kind of leverage I want TanStack developers to have. npm install @tanstack/ai-openrouter typescript import {chat} from '@tanstack/ai' import {openRouterText} from '@tanstack/ai-openrouter' const stream = chat({ adapter: openRouterText('anthropic/claude-sonnet-4.5'), messages: [{role: 'user', content: 'Hello!'}],}) Swap the model string for any of the 300+ models on OpenRouter. Everything else stays the same. One feature I particularly love is the auto-router with fallbacks. It's dead simple to set up and gives your app real production resilience without any retry logic of your own: typescript const stream = chat({ adapter: openRouterText('openrouter/auto'), messages, providerOptions: {models: [ 'openai/gpt-5', 'anthropic/claude-sonnet-4.5', 'google/gemini-3-pro-preview',], route: 'fallback',},}) If the primary model fails or gets rate-limited, OpenRouter falls through to the next one. No outage pages, no extra infrastructure. Its own Jack Herrington put together a demo showing off TanStack AI with the OpenRouter adapter to do image generation. It's a great look at how far this goes beyond just chat: OpenRouter's sponsorship of TanStack means the adapter is actively maintained, tested, and will stay in sync with both libraries as they evolve. More importantly, both teams are genuinely aligned on the same goal: give developers the most flexible AI integration possible without locking them into anything. If you're building AI features with TanStack, the OpenRouter adapter is the one I'd reach for first.
Find jobs on Simplify and start your career today
Industries
Data & Analytics
Enterprise Software
AI & Machine Learning
Company Size
51-200
Company Stage
Series B
Total Funding
$153M
Headquarters
New York City, New York
Founded
2023
Find jobs on Simplify and start your career today