Gemini
Gemini Text

cuzem3/gemini-3.7-flash-high

ID modello: cuzem3/gemini-3.7-flash-high
Famiglia
Gemini
Context
Non specificato
Importo minimo / request
0.000448 €
Request
35.7K
Successo
97.7%
Tokens
1.24B
Uptime 100.00%
24 ore faAdesso
7 giorni faAdesso

Listino prezzi

Input / 1M token
0.00896 €
Output / 1M token
0.00896 €
Per request
0.000448 €
Importo minimo / request
0.000448 €
Cronologia prezzi

I livelli di prezzo applicati nel tempo. La riga contrassegnata "attuale" è il prezzo in uso.

Precedente Dal 02/09/2026 - 16:34:49
Per request0.000448 €
Precedente Dal 12/09/2026 - 11:34:53
Input / 1M token0.00896 € Output / 1M token0.00896 € Per request0.000448 €
Attuale Dal 12/09/2026 - 16:51:11
Input / 1M token0.00896 € Output / 1M token0.00896 € Per request0.000448 € Importo minimo / request0.000448 €
Stima dei costi
Totale stimato 0 €
Media / request 0 €

Stima basata sui prezzi pubblicati. Con la cache di solito costa meno.

Endpoint supportati
https://api.xah.io/v1/chat/completions
https://api.xah.io/v1/messages
https://api.xah.io/v1/responses
https://api.xah.io/v1beta/models/cuzem3/gemini-3.7-flash-high:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
https://api.xah.io/v1/completions
Metodo POST · application/json
Autenticazione Bearer token (API key)
Carico testato 🟡 Medium picco 22/s · sostenuto 3.2/s
Latenza p95 6,437 ms
Tipi di API Text

Note tecniche

Nếu gặp vấn đề khi sử dụng thì đừng ngần ngại nhắn lỗi cho tele để model được active trở lại với mọi người nhanh nhất

Condividi

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "cuzem3/gemini-3.7-flash-high",
    "messages": [
        {
            "role": "user",
            "content": "Ciao, chi sei?"
        }
    ]
}'
// Node.js / Browser
const res = await fetch('https://api.xah.io/v1/chat/completions', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    "model": "cuzem3/gemini-3.7-flash-high",
    "messages": [
        {
            "role": "user",
            "content": "Ciao, chi sei?"
        }
    ]
})
});
const data = await res.json();
console.log(data);
import requests

url = 'https://api.xah.io/v1/chat/completions'
headers = {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json',
}
payload = {
    "model": "cuzem3/gemini-3.7-flash-high",
    "messages": [
        {
            "role": "user",
            "content": "Ciao, chi sei?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "cuzem3/gemini-3.7-flash-high",
    "messages": [
        {
            "role": "user",
            "content": "Ciao, chi sei?"
        }
    ]
}

Prova subito

Invia un prompt con la tua API key — usa crediti reali e la risposta arriva in streaming all'istante.

Recensioni e commenti
0.0 / 0 recensioni
Caricamento delle recensioni...
Contatta il supporto
Siamo sempre pronti ad aiutarla