比較

Kunavo vs OpenRouter

OpenRouter 是市面上最大的文字模型路由商 —— OpenAI 相容 API 後端聚合 300+ 聊天模型。Kunavo 在聊天能力上與之重疊,但額外原生支援影像/影片/音訊,Stripe 原生結帳,且模型一律低於官方掛牌價 30%。以下是誠實對比。

TL;DR

  • 只要文字模型覆蓋最廣 —— 包括長尾開源模型,選 OpenRouter。
  • 做多模態 AI 產品 —— 影像(Nano Banana、GPT-Image)、影片(Veo 3)、音訊(Suno)一份帳單 —— 選 Kunavo。
  • 價格:OpenRouter 在上游基礎上加小幅 margin;Kunavo 比上游官方價低 30–70%(按模型)。
  • 支付:Kunavo 的 Stripe 結帳支援 Apple/Google Pay、ACH、SEPA、Alipay、微信支付;OpenRouter 錢包以加密貨幣為主,支援卡但不接本地通道。
對照表

選 Kunavo 還是 OpenRouter?

能力KunavoOpenRouter
OpenAI SDK drop-in (chat)
Change one base_url and your existing SDK code works.
支援支援
Image generation API
Nano Banana, GPT-Image-2 and more under /v1/images/generations.
支援不支援
Video generation API
Veo 3 under /v1/video/generations with permanent result URLs.
支援不支援
Audio / music
支援不支援
Anthropic Messages API (/v1/messages)
Use the Anthropic SDK unchanged, including cache_control and extended thinking.
支援不支援
Pricing vs upstream
Catalog price for each model.
−30%+small margin
Local payments
Apple Pay, Google Pay, ACH, SEPA, Alipay, WeChat Pay.
支援部分
Stripe-native checkout
支援不支援
Crypto top-up
不支援支援
Balance never expires
支援不支援
Transparent routing
We never silently swap your requested model.
支援部分
Multi-vendor hot failover
Sub-50ms reroute when an upstream wobbles.
支援部分
Failed requests free
4xx/5xx are never billed.
支援部分
Prompt caching (Claude, etc.)
Affinity router keeps repeat prompts warm; up to 90% off input.
支援部分
Model coverage (text)
OpenRouter has the broadest long-tail; Kunavo curates the frontier set.
Frontier (Claude, Gemini, GPT, Grok)300+ incl. long-tail
Mainland China accessibility
Kunavo runs on infrastructure with stable APAC routing.
支援部分

What is OpenRouter?

OpenRouter is an LLM aggregator: one OpenAI-compatible API that routes each request to one of 300+ chat models from OpenAI, Anthropic, Google, Mistral and a long tail of open-source providers. Instead of an account per provider, you hold one OpenRouter account and choose the model by name in the request. It is text-only — chat and completion models — with no image, video or audio generation endpoints.

How the OpenRouter API works

You send a standard OpenAI-style chat completion to OpenRouter's base URL with your OpenRouter key, setting the model field to a namespaced slug such as anthropic/claude-sonnet or openai/gpt-4o. OpenRouter forwards the call to that provider, can fall back to alternates, and returns the OpenAI-shaped response. Because it speaks the OpenAI protocol, any OpenAI SDK works by pointing base_url at it. Kunavo works the same way — the difference is the catalog and what sits behind it.

OpenRouter pricing, and how Kunavo compares

OpenRouter charges the upstream provider's per-token price plus a small platform margin, funded from a prepaid wallet (crypto-first, cards supported). Kunavo takes the opposite position: every enabled model is published 30–70% under the provider's official list rate depending on the model — Claude Sonnet 4.6 at $1.20/$6.00 per 1M tokens vs Anthropic's $3/$15, Gemini 2.5 Flash at $0.09/$0.75 vs Google's $0.30/$2.50. The per-1M rate for every model is on the /pricing page, so the comparison is direct.

OpenRouter API key vs Kunavo API key

An OpenRouter key authenticates against OpenRouter's text-model catalog only. A Kunavo key (sk-kunavo-…) authenticates against the same OpenAI-compatible chat endpoint plus image, video and audio endpoints and the native Anthropic Messages API — one credential for every modality, drawn from one Stripe-billed balance. Both are bearer tokens in the Authorization header, so moving across is a one-line base_url change plus the new key.

OpenRouter 真正的強項

如果你的產品需要文字聊天模型的長尾覆蓋 —— Mistral 微調、Llama 變體、小眾社群模型、實驗性開源模型 —— OpenRouter 的目錄無人能敵。他們也擁有最成熟的加密貨幣原生儲值流程,這對卡支付困難的地區很重要。圍繞模型、Prompt 技巧與評測的社群討論也更活躍。

Kunavo 的強項

多模態一份帳單是最大差異。一旦你的產品需要影像生成、影像編輯或影片,OpenRouter 沒有這些端點,你就得跑兩套接入、兩條結算關係。Kunavo 在 chat 之外直接給你 /v1/images、/v1/images/edits、/v1/video/generations 和 /v1/audio/music,全部 OpenAI 形態、同一錢包。價格也是實實在在更低:每個啟用模型都比官方掛牌價低 30–70%(按模型),每 1M token 價格全部公示在 /pricing 上隨時可比對。Stripe 原生結帳接入 Apple Pay、Google Pay、ACH、SEPA、Alipay 與微信支付 —— 讓美國和歐盟以外的自助付費也跑得起來。

誠實結論

如果你已經在文字場景標準化使用 OpenRouter,且產品永遠不需要影像或影片 —— 切換沒有強迫力,你現有的 OpenAI SDK 程式碼可原樣跑在 Kunavo 上(僅改一行 base_url),可以兩邊都備著,等價格差值得遷移再換。如果你做任何多模態產品,或服務以美元之外本地支付的客戶 —— Kunavo 是更簡潔的一套。無論怎樣,驗證成本很小:$5 起充、改一行 base_url,幾分鐘就能跑通。

FAQ

Is OpenRouter free?

OpenRouter has no subscription fee, but you pay per token for every model call, funded from a prepaid wallet — there is no free model tier. Kunavo is likewise pay-as-you-go — $5 minimum top-up, balance never expires.

Does OpenRouter support Sora, Veo or image APIs?

No. OpenRouter is text-LLM only and has no image, video or audio generation endpoints. Kunavo offers those under /v1/images/generations and /v1/video/generations on the same key.

Is OpenRouter OpenAI-compatible?

Yes — OpenRouter implements the OpenAI chat completions protocol, so the OpenAI SDK works by changing base_url. Kunavo is also OpenAI-compatible, so code ports between them with a single base_url change.

Is Kunavo an OpenRouter alternative?

For text chat, yes — Kunavo covers the frontier models (Claude, Gemini, GPT, Grok) through the same OpenAI-compatible API at 30–70% under official pricing depending on the model. For multimodal it does more than OpenRouter; for long-tail open-source breadth, OpenRouter's catalog is larger.

5 分鐘換掉一行 base_url。

如果你已經在用 OpenRouter,遷移到 Kunavo 只需改一行 base_url。價格比官方低 30–70%,按需付費。