cd /news/ai-infrastructure/i-built-a-zero-markup-ai-api-gateway… · home topics ai-infrastructure article
[ARTICLE · art-26847] src=dev.to ↗ pub= topic=ai-infrastructure verified=true sentiment=↑ positive

I Built a Zero-Markup AI API Gateway - 18 Models at Provider Cost

A developer built aipossword.cn, an open-source AI API gateway that offers 18 models at provider cost with zero markup. The platform, forked from New API, aims to eliminate hidden fees by charging enterprise users for premium features while keeping individual developer access free.

read1 min publishedJun 14, 2026

Every AI API gateway I tried added an invisible margin. OpenRouter, the biggest player, quietly marks up every model. You pay more than the provider charges, and you don't even know how much.

I built aipossword.cn — an open-source AI API gateway with zero markup pricing.

Model Input/1M Output/1M
DeepSeek V4 Pro $0.20 $0.87
DeepSeek V4 Flash $0.10 $0.20
Claude Opus 4.6 $15.00 $75.00
Claude Opus 4.7 $15.00 $75.00
Qwen 3.7 Max $1.25 $3.75
curl https://api.aipossword.cn/v1/chat/completions \
  -H "Authorization: Bearer YOUR_KEY" \
  -d '{"model":"deepseek-v4-flash","messages":[{"role":"user","content":"Hello"}]}'

I got tired of paying hidden fees on every API call. So I forked New API (18k stars), connected 18 models, and set markup to zero.

Is zero markup sustainable? I think the answer is yes — if enterprise users pay for SSO, SLA, and dedicated infrastructure. Individual developers get it free, at cost.

Visit aipossword.cn — free $5 credits, no credit card required.

Source: github.com/QuantumNous/new-api

── more in #ai-infrastructure 4 stories · sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/i-built-a-zero-marku…] indexed:0 read:1min 2026-06-14 ·