{"slug": "i-built-a-zero-markup-ai-api-gateway-18-models-at-provider-cost", "title": "I Built a Zero-Markup AI API Gateway - 18 Models at Provider Cost", "summary": "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.", "body_md": "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.\n\nI built [aipossword.cn](https://aipossword.cn) — an open-source AI API gateway with zero markup pricing.\n\n| Model | Input/1M | Output/1M |\n|---|---|---|\n| DeepSeek V4 Pro | $0.20 | $0.87 |\n| DeepSeek V4 Flash | $0.10 | $0.20 |\n| Claude Opus 4.6 | $15.00 | $75.00 |\n| Claude Opus 4.7 | $15.00 | $75.00 |\n| Qwen 3.7 Max | $1.25 | $3.75 |\n\n```\ncurl https://api.aipossword.cn/v1/chat/completions \\\n  -H \"Authorization: Bearer YOUR_KEY\" \\\n  -d '{\"model\":\"deepseek-v4-flash\",\"messages\":[{\"role\":\"user\",\"content\":\"Hello\"}]}'\n```\n\nI 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.\n\nIs 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.\n\nVisit [aipossword.cn](https://aipossword.cn) — free $5 credits, no credit card required.\n\nSource: [github.com/QuantumNous/new-api](https://github.com/QuantumNous/new-api)", "url": "https://wpnews.pro/news/i-built-a-zero-markup-ai-api-gateway-18-models-at-provider-cost", "canonical_source": "https://dev.to/lyx19951121/i-built-a-zero-markup-ai-api-gateway-18-models-at-provider-cost-4jf7", "published_at": "2026-06-14 08:31:26+00:00", "updated_at": "2026-06-14 08:59:05.742601+00:00", "lang": "en", "topics": ["ai-infrastructure", "developer-tools", "ai-products"], "entities": ["aipossword.cn", "OpenRouter", "DeepSeek", "Claude", "Qwen", "New API", "QuantumNous"], "alternates": {"html": "https://wpnews.pro/news/i-built-a-zero-markup-ai-api-gateway-18-models-at-provider-cost", "markdown": "https://wpnews.pro/news/i-built-a-zero-markup-ai-api-gateway-18-models-at-provider-cost.md", "text": "https://wpnews.pro/news/i-built-a-zero-markup-ai-api-gateway-18-models-at-provider-cost.txt", "jsonld": "https://wpnews.pro/news/i-built-a-zero-markup-ai-api-gateway-18-models-at-provider-cost.jsonld"}}