Every open-source LLM.
One API.
Up to 70% cheaper.
Pixelit gives you one OpenAI-compatible API for 33 verified open-weight models — DeepSeek, Llama, Mistral, Kimi, GLM & more — at 70% below official list price. No markup games, no vendor lock-in.
- 33
- verified 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 · 33 models live
Featured 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
Kimi K2.7 Code
BB
Nemotron 3 Ultra
BB
Nemotron 3 Super
BB
Mistral Medium 3.5
BB
Codestral
BB
gpt-oss-120b
BB
Trinity Large Thinking
BB
ibmgrok4ultracoder1b
BB
Gemma 3.5 Flash
Google Gemma
Gemma 3.1 Flash Lite
Google Gemma
Showing 13 featured models · USD per 1M tokens · sources: official provider pricing & public rate cards
View API catalogWhy 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 33 verified open-weight models. Swap DeepSeek for Llama or GLM 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 or get monthly access to the complete model catalog.
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
Monthly Unlimited
Unlimited access to all available models while supply lasts. After the unlimited offer ends, the plan includes 4,000 requests per day, resetting at 00:00 UTC.
- Renews automatically every month
- All available models included
- Unlimited access while supply lasts
- After the unlimited offer ends: 4,000 requests per day
- Daily request allowance resets at 00:00 UTC
- 240 RPM safeguard - no token-per-minute cap
- Priority email support
Unlimited while supply lasts · Then 4,000 requests/day · Resets daily at 00:00 UTC
The $40 subscription is live. Pay-as-you-go credit purchases are coming soon.
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