Retour au catalogue
Google·Imagenew30 % sous l'officiel
Nano Banana ProAPI
Google's premium Nano Banana — top-tier fidelity and instruction following.
Tarif Kunavo
$0.0938+
per image
Tarif officiel
$0.134
Prix catalogue du fournisseur
Resolution tiers· per image
- 1K / 2K
- −30%$0.0938
- 4K
- −30%$0.168
Spécifications
- ID du modèle
nano-banana-pro- Endpoint
POST /v1/images/generations- Catégorie
- Image
- Fournisseur
- Tier officiel
- 1K/2K
Compatibilité OpenAI drop-in
Pointez votre SDK OpenAI existant sur api.kunavo.com/v1 et changez l'ID du modèle. Pas de changement de streaming, pas de nouveau SDK.
Voir la docEssayez vous-même
Récupérez KUNAVO_API_KEY depuis /app/keys puis exécutez le snippet ci-dessous.
curl
curl https://api.kunavo.com/v1/images/generations \
-H "Authorization: Bearer $KUNAVO_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "nano-banana-pro",
"prompt": "a tiny red origami crane on a white desk",
"size": "1024x1024"
}'