Pricing Models Compare PayTrig NexCircuit
🔌 OpenAI-Compatible — One URL, Three Providers

Production AI
At 15× Less

DeepSeek V4, GLM-4, Qwen — same SDK you already use. Just change the base URL and get 15× more tokens per dollar.

10
Models
3
Providers
15×
vs OpenAI
100%
Compatible
# Drop-in replacement — change one line
from openai import OpenAI
client = OpenAI(
  api_key="your-circuit-key",
  base_url="https://circuitjob.com/v1"
)
# That's it. DeepSeek, GLM-4, Qwen — all available.
Pricing

Simple & transparent

No hidden fees. No per-request charges. Just tokens.

Starter

$5/mo
500K tokens included
  • DeepSeek V4 Pro & Flash
  • GLM-4 Plus & Flash
  • Qwen Max, Plus & Turbo
  • OpenAI-compatible API
  • Pay-as-you-go overage
  • $2/1M extra tokens
Get Started

Enterprise

Custom
Volume pricing for teams
  • Unlimited model access
  • Dedicated throughput
  • 99.9% SLA guarantee
  • Custom model fine-tuning
  • Priority Slack/phone support
  • Custom integration support
Contact Us
Models

10 models. 3 providers.

All accessible through a single API endpoint. Switch models by changing one parameter.

DeepSeek

DeepSeek V4 Pro

128K context · $2.00/1M input · $8.00/1M output
DeepSeek

DeepSeek V4 Flash

128K context · $0.50/1M input · $2.00/1M output
DeepSeek

DeepSeek Reasoner

64K context · Deep reasoning · Chain-of-thought
Zhipu AI

GLM-4 Plus

128K context · $2.50/1M input · $10.00/1M output
Zhipu AI

GLM-4 Flash

128K context · $0.10/1M input · $0.40/1M output
Alibaba

Qwen Max

32K context · $2.00/1M input · $8.00/1M output
Alibaba

Qwen Plus

128K context · $1.00/1M input · $4.00/1M output
Alibaba

Qwen Turbo

128K context · $0.30/1M input · $1.20/1M output
Comparison

Circuit API vs the rest

Same models, better pricing, simpler access.

FeatureCircuit APIOpenAIDirect Chinese APIs
DeepSeek V4✓ Same pricePhone verification
GLM-4✓ Same priceChinese ID required
Qwen✓ Same priceAlibaba Cloud account
GPT-4 class$30/1M output
API formatOpenAI-compatibleNativeVaries per provider
China accessNo phone neededBanned in ChinaPhone + ID
Single keyAll 3 providersOpenAI onlySeparate accounts
SupportEmailEmail / PriorityChinese language

Ready to cut your AI costs?

Same models. Same SDK. 15× cheaper. One email to get started.

Request API Key
# Try it now
curl https://circuitjob.com/v1/chat/completions \
  -H "Authorization: Bearer YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"deepseek-v4-pro","messages":[{"role":"user","content":"Hello"}]}'