Comparer

Kunavo vs OpenRouter

OpenRouter est le plus grand routeur de modèles texte sur le marché — 300+ modèles de chat derrière une API compatible OpenAI. Kunavo se chevauche côté chat et ajoute image/vidéo/audio de première classe, checkout natif Stripe et 30 % de rabais sur le tarif officiel upstream. Voici une comparaison honnête côte à côte.

TL;DR

  • Choisis OpenRouter si tu n'as besoin que de la largeur de couverture des LLM texte — 300+ modèles incluant l'open-source long-tail.
  • Choisis Kunavo si tu expédies de l'AI multimodal : image (Nano Banana, GPT-Image), vidéo (Veo 3), audio (Suno) sur une seule facture.
  • Prix : OpenRouter c'est upstream + une petite marge ; Kunavo tourne à ~30 % sous le tarif officiel upstream sur tout le catalogue.
  • Paiement : le checkout natif Stripe de Kunavo supporte Apple/Google Pay, ACH, SEPA, Alipay et WeChat Pay ; le wallet d'OpenRouter est crypto-first et supporte les cartes mais pas les rails locaux.
Côte à côte

Kunavo ou OpenRouter ?

FonctionnalitéKunavoOpenRouter
OpenAI SDK drop-in (chat)
Change one base_url and your existing SDK code works.
OuiOui
Image generation API
Nano Banana, GPT-Image-2 and more under /v1/images/generations.
OuiNon
Video generation API
Veo 3 under /v1/video/generations with permanent result URLs.
OuiNon
Audio / music
OuiNon
Anthropic Messages API (/v1/messages)
Use the Anthropic SDK unchanged, including cache_control and extended thinking.
OuiNon
Pricing vs upstream
Catalog price for each model.
−30%+small margin
Local payments
Apple Pay, Google Pay, ACH, SEPA, Alipay, WeChat Pay.
OuiPartiel
Stripe-native checkout
OuiNon
Crypto top-up
NonOui
Balance never expires
OuiNon
Transparent routing
We never silently swap your requested model.
OuiPartiel
Multi-vendor hot failover
Sub-50ms reroute when an upstream wobbles.
OuiPartiel
Failed requests free
4xx/5xx are never billed.
OuiPartiel
Prompt caching (Claude, etc.)
Affinity router keeps repeat prompts warm; up to 90% off input.
OuiPartiel
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.
OuiPartiel

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.

Là où OpenRouter gagne vraiment

Si ton produit a besoin du long-tail des modèles de chat purement texte — fine-tunes Mistral, variantes de Llama, modèles communautaires de niche, open-source expérimental — le catalogue d'OpenRouter est imbattable. Ils ont aussi le flux de recharge crypto-natif le plus mature, ce qui compte dans les régions où la carte est difficile. La discussion communautaire autour des modèles, techniques de prompt et benchmarks y est aussi plus active.

Là où Kunavo gagne

Le multimodal sur une seule facture, c'est l'écart majeur. Dès que ton produit a besoin de génération d'image, d'édition d'image ou de vidéo — OpenRouter ne couvre pas ces endpoints, donc tu te retrouves de toute façon avec deux intégrations et deux relations de facturation. Kunavo te donne /v1/images, /v1/images/edits, /v1/video/generations et /v1/audio/music en plus du chat, tout au format OpenAI, sur le même portefeuille. Le prix est aussi mesurablement plus bas : chaque modèle activé est environ 30 % sous le tarif officiel du fournisseur (le tarif par million de tokens est publié sur /pricing — facile à comparer). Le checkout natif Stripe intègre Apple Pay, Google Pay, ACH, SEPA, Alipay et WeChat Pay, ce qui fait fonctionner l'onboarding self-serve hors USA et UE.

Les conclusions honnêtes

Si tu as déjà standardisé sur OpenRouter pour le texte et que ton produit n'a jamais besoin d'image ou de vidéo, il n'y a pas de forcing function à basculer — ton code SDK OpenAI existant est portable vers Kunavo (un changement de base_url), donc tu peux garder les deux dans ta poche et migrer quand l'écart de prix vaut le temps d'intégration. Si tu construis du multimodal, ou si tu sers des clients qui paient avec des rails locaux hors USD, Kunavo est le stack le plus simple. Dans tous les cas, le test est petit : une recharge de $5 et un changement de base_url, et tu évalues en quelques minutes.

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.

Cinq minutes pour changer une base_url.

Si vous utilisez déjà OpenRouter, passer à Kunavo est un changement d'une ligne de base_url — 30 à 70 % sous les tarifs officiels, paiement à l'usage.