GPT
GPT Text

giabaopro1908/gpt-5.6-luna

ID modello: giabaopro1908/gpt-5.6-luna
Famiglia
GPT
Context
Non specificato
Input / 1M token
0.0139 €
Tasso di cache
3.8%
Request
37
Successo
89.2%
Tokens
133.3K
Uptime 100.00%
24 ore faAdesso
7 giorni faAdesso

Listino prezzi

Input / 1M token
0.0139 €
Output / 1M token
0.0419 €
Prompt Cache 3.8%
Cache lettura / 1M token
0.0136 €
Cache scrittura / 1M token
0.0227 €

I prompt ripetuti vengono memorizzati nella cache — le letture costano molto meno dell'input e l'applicazione è automatica tramite API.

Cronologia prezzi

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

Precedente Dal 13/09/2026 - 21:07:33
Input / 1M token0.0139 € Output / 1M token0.0419 € Cache lettura / 1M token0.0104 € Cache scrittura / 1M token0.0174 €
Attuale Dal 18/09/2026 - 10:29:13
Input / 1M token0.0139 € Output / 1M token0.0419 € Cache lettura / 1M token0.0136 € Cache scrittura / 1M token0.0227 €
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/giabaopro1908/gpt-5.6-luna:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Metodo POST · application/json
Autenticazione Bearer token (API key)
Carico testato 🟡 Medium picco 18/s · sostenuto 2.1/s
Latenza p95 25,530 ms
Tipi di API Text

Condividi

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "giabaopro1908/gpt-5.6-luna",
    "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": "giabaopro1908/gpt-5.6-luna",
    "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": "giabaopro1908/gpt-5.6-luna",
    "messages": [
        {
            "role": "user",
            "content": "Ciao, chi sei?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "giabaopro1908/gpt-5.6-luna",
    "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
1.0 / 1 recensioni
Caricamento delle recensioni...
Contatta il supporto
Siamo sempre pronti ad aiutarla