Pixel ML OpenRouter
Single gateway to all AI models with intelligent routing.
Pixel ML OpenRouter is your unified gateway to access all major AI models through a single API. No need to manage multiple API keys or billing accounts—connect once and access everything.
The Pioneer: Ishi Intent Engine v1.0
Our flagship model, Ishi Intent Engine, is the implementation of the Semantic Router research paper. It intelligently routes your requests to the most cost-effective model while maintaining quality.
How It Works
Instead of always using the most expensive model:
- Ishi analyzes your prompt — Understands the complexity of your request
- Routes to optimal model — Simple tasks use cheaper models, complex tasks use premium ones
- You save money — Pay for what you need, not what you don’t
Cost Savings Example
| Task | Traditional (GPT-4) | With Ishi | Savings |
|---|---|---|---|
| ”Rename this file” | $0.03 | $0.001 | 97% |
| “Write a basic email” | $0.05 | $0.003 | 94% |
| “Analyze this complex code” | $0.08 | $0.08 | 0% (uses premium) |
Ishi is smart—it uses premium models only when the task requires it.
Getting Started
- Sign in at ishi.so/auth
- Your $1 credit is automatically applied
- Connect in Claw — Run
/connectand select Pixel ML - Start using — Ishi handles model selection automatically
API Endpoint
All requests go through our OpenAI-compatible endpoint:
https://ishi.pixelml.com/v1/chat/completionsThe API follows the OpenAI specification, so existing tools work out of the box.
Example Request
curl https://ishi.pixelml.com/v1/chat/completions \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "model": "semantic-routed-model", "messages": [{"role": "user", "content": "Hello!"}] }'Available Models
| Model | ID | Type | Best For |
|---|---|---|---|
| Ishi Intent Engine v1 | semantic-routed-model | Intelligent Router | Cost savings with quality |
| Claude Sonnet 4 | claude-sonnet-4 | Premium | Complex reasoning |
| Claude Haiku 3.5 | claude-3-5-haiku | Fast | Quick responses |
| GPT-4o | gpt-4o | Premium | General tasks |
| GPT-4o Mini | gpt-4o-mini | Budget | Simple tasks |
| Gemini 2.0 Flash | gemini-2-flash | Fast | Quick responses |
Pricing
Pixel ML OpenRouter uses pay-as-you-go pricing. You only pay for the tokens you use.
Free Credit
Every Claw customer receives $1 free credit upon signup. This is enough for:
- ~100 simple tasks with Ishi routing
- ~50 medium complexity tasks
- ~20 complex coding tasks
Top Up
When your credit runs out:
- Visit platform.pixelml.com
- Sign in with your Claw account
- Add funds via credit card
No subscriptions required—pay only for what you use.
Why Pixel ML OpenRouter?
Single Gateway
One API key. One billing account. Access to Claude, GPT, Gemini, and more.
Intelligent Routing
Ishi Intent Engine saves you money by routing simple tasks to cheaper models.
No Markup
We pass through model costs at the same price as direct providers.
OpenAI Compatible
Works with any tool that supports the OpenAI API format.
For Teams
Pixel ML OpenRouter supports team features:
- Shared billing — One account for your whole team
- Usage tracking — See who’s using what
- Spending limits — Set monthly caps per user
Manage your team at platform.pixelml.com.
Using Your Own Keys
Already have API keys from OpenAI or Anthropic? You can use them directly in Claw instead of Pixel ML OpenRouter.
See the Providers page for setup instructions.