Every open-source LLM.
One API.
Up to 70% cheaper.
Pixelit gives you one OpenAI-compatible API for 35+ open-weight models — DeepSeek, Llama, Qwen, Kimi, GLM & more — at 70% below official list price. No markup games, no vendor lock-in.
- 35+
- open models, one API key
- 70%
- below official list price
- 100%
- open-source weights
- 1
- API for every model
1from openai import OpenAI23# one key, every open-source model, 70% off4client = OpenAI(5base_url="https://api.pixelit.pro/v1",6api_key="pxit-sk-7f3a...", # from your dashboard7)89resp = client.chat.completions.create(10model="deepseek-v3.2", # 70% below list price11messages=[{"role": "user", "content": "Hello, world"}],12)13print(resp.choices[0].message.content)
One key · Every open-weight lab · 35 models live
Live pricing
Open weights.
A fraction of the price.
List prices = official provider rates · you pay exactly 30%
Kimi K3
BB
GLM 5.2
BB
DeepSeek V4 Pro
BB
DeepSeek V4 Flash
BB
Kimi K2.7 Code
BB
MiniMax M3
BB
Nemotron 3 Ultra
BB
Nemotron 3 Super
BB
Mistral Medium 3.5
BB
Codestral
BB
gpt-oss-120b
BB
Trinity Large Thinking
BB
DeepSeek V3.2
DeepSeek
DeepSeek R1
DeepSeek
Llama 4 Maverick
Meta
Qwen3 235B
Alibaba
Mistral Large 3
Mistral AI
GLM-4.6
Zhipu AI
Qwen3 Coder
Alibaba
Llama 3.3 70B
Meta
Gemma 3 27B
Mistral Small 3
Mistral AI
Showing 22 models · USD per 1M tokens · sources: official provider pricing & public rate cards
Browse all modelsWhy Pixelit
Built for teams who ship
AI at scale
Everything you need to run production AI workloads — without the enterprise price tag or the infrastructure headaches.
One API, every open model
A single OpenAI-compatible endpoint for 35+ open-weight models. Swap DeepSeek for Llama or Qwen by changing one string — no new SDKs, no new keys.
Smart routing, honest errors
Requests route to the cheapest healthy deployment with automatic retries on transient blips. Real failures return clean, standard HTTP error codes — never silent degradation.
Up to 70% cheaper
We aggregate demand across thousands of teams and optimize infra, then pass the savings straight to you. Same models, same quality.
No rate-limit walls
Burst to thousands of RPM on day one. Our pooled capacity means you stop begging providers for quota increases.
Token-level analytics
See cost, latency and usage per model, per key, per feature. Export everything. Know exactly where every dollar goes.
Enterprise-grade trust
SOC 2 Type II, zero data retention mode, SSO/SAML, and region pinning. Your prompts are never used for training.
Developer experience
Migrate in 30 seconds.
Change one line.
Pixelit speaks the OpenAI API fluently. Point your existing code at our endpoint and instantly unlock every open-weight model — at 70% off list price.
- Drop-in replacement — keep your existing OpenAI SDK code
- Switch models by changing one string, not your whole stack
- Automatic retries, clean standard errors, load balancing built in
1from openai import OpenAI23client = OpenAI(4base_url="https://api.pixelit.pro/v1",5api_key=os.environ["PIXELIT_API_KEY"],6)78resp = client.chat.completions.create(9model="deepseek-v3.2",10messages=[{"role": "user", "content": "Hello!"}],11)
Coding agents
Works inside your coding agent
Claude Code, Codex, Cursor, opencode, pi, Aider — if your tool speaks OpenAI or Anthropic, it speaks Pixelit. Cheap open models inside your editor in under a minute.
Claude Code
2 env vars and you're in
export ANTHROPIC_BASE_URL=https://api.pixelit.pro export ANTHROPIC_AUTH_TOKEN=pxit-sk-...
Codex CLI
~/.codex/config.toml
[model_providers.pixelit] base_url = "https://api.pixelit.pro/v1"
Cursor
Settings → Models
Override OpenAI Base URL: https://api.pixelit.pro/v1
opencode
opencode.json provider
"pixelit": {
"npm": "@ai-sdk/openai-compatible"pi
one tiny extension
pi.registerProvider("pixelit", {
baseUrl: "https://api.pixelit.pro/v1",Aider
env vars, any model
export OPENAI_API_BASE=https://api.pixelit.pro/v1 aider --model kimi-k3
Pricing
Pay for tokens, not seats
Choose pay-as-you-go, four-day Kimi/GLM access, or the complete 33-model subscription.
Pay As You Go
Top up credits and use any of the 33 models at token-based rates.
- No subscription required
- Credit packs from $10 — never expire
- All 33 models available
- Pay only for tokens used
- Smart routing and clean errors
4-Day Unlimited
Unlimited access to kimi-k3 and glm-5.2; renews every four days.
- Renews automatically every 4 days
- Unlimited Kimi K3 and GLM 5.2 usage
- Priority routing queue
- 120 RPM burst rate limit
- Priority email support
Full Access 4K
4,000 requests every day across all 33 models.
- 4,000 requests every day
- All 33 models included
- Priority routing queue
- 120 RPM burst rate limit
- Priority email support
Pay as you go covers all 33 models · The 4-day plan is limited to Kimi K3 and GLM 5.2
Test checkout will be enabled after the private Dodo credentials are installed.
Loved by builders
Teams are saving big with Pixelit
From indie hackers to production teams — builders route their open-model traffic through Pixelit.
“We cut our inference bill from $14k to $3.8k a month by moving to Pixelit. The migration literally took one afternoon.”
Sarah Chen
CTO, Looma
“Their honest error model saved our launch — clean 429s when we hit limits, instant retries on blips, zero silent failures to debug.”
Marcus Webb
Founder, Draftly
“One key for every open model is a superpower. We A/B test DeepSeek vs Llama vs Qwen in production by changing a query param.”
Priya Nair
AI Lead, Hexlab
No subscription required · Top up when ready
Start building with every open model today
Grab your API key and make your first discounted call in under two minutes. Your wallet will thank you.
pxit-sk-… · works with OpenAI SDK, LangChain, Vercel AI SDK, LlamaIndex