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 のカタログは比類ありません。暗号通貨ネイティブのチャージフローも最も成熟していて、カード決済が難しい地域で重要です。モデル・プロンプト手法・ベンチマークに関するコミュニティ議論もより活発です。
Kunavo の強み
マルチモーダルが1つの請求書、これが最大の差です。製品が画像生成・画像編集・動画を必要とした瞬間に、OpenRouter はそれらのエンドポイントを持たないため、結局は2つの統合と2つの請求関係を管理することになります。Kunavo は chat に加えて /v1/images、/v1/images/edits、/v1/video/generations、/v1/audio/music を提供し、すべて OpenAI 形式・同じウォレット。価格も明確に低く、有効な全モデルがプロバイダー公式料金の約30% オフ(百万トークン単価を /pricing に全公開、いつでも比較可能)。Stripe ネイティブのチェックアウトは Apple Pay、Google Pay、ACH、SEPA、Alipay、WeChat Pay に対応し、米国・EU 以外でも自助オンボーディングが機能します。
正直な結論
もしすでにテキストで OpenRouter を標準化していて、製品が画像も動画も決して必要としないなら、乗り換える強い理由はありません —— 既存の OpenAI SDK コードは Kunavo にそのまま動きます(base_url 1行変更)。両方手元に置いて、価格差が統合時間に見合ったら移行すれば良いでしょう。マルチモーダルを作る、または USD 以外のローカル決済で支払う顧客にサービスを提供するなら、Kunavo がよりシンプルなスタックです。いずれにせよ検証コストは小さい:$5 のチャージと base_url を1行変えるだけで、数分で評価を始められます。