Claude
Claude Text

xprogamer/claude-opus-4.8

ID modello: xprogamer/claude-opus-4.8
Famiglia
Claude
Context
1,000,000
Input / 1M token
0.103 €
Tasso di cache
30.2%
Request
331
Successo
95.2%
Tokens
26.51M
Uptime
24 ore faAdesso
7 giorni faAdesso

Listino prezzi

Input / 1M token
0.103 €
Output / 1M token
0.475 €
Per request
0.000331 €
Prompt Cache 30.2%
Cache lettura / 1M token
0.103 €
Cache scrittura / 1M token
0.103 €

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.

Attuale Dal 23/07/2026 - 08:00:05
Input / 1M token0.103 € Output / 1M token0.475 € Per request0.000331 € Cache lettura / 1M token0.103 € Cache scrittura / 1M token0.103 €
Precedente Dal 29/07/2026 - 13:53:52
Input / 1M token0.0689 € Output / 1M token0.155 € Per request0.000344 € Cache lettura / 1M token0.0689 € Cache scrittura / 1M token0.0172 €
Precedente Dal 03/08/2026 - 15:58:31
Input / 1M token0.0724 € Output / 1M token0.148 € Per request0.000331 € Cache lettura / 1M token0.0827 € Cache scrittura / 1M token0.0206 €
Precedente Dal 08/08/2026 - 10:20:04
Input / 1M token0.103 € Output / 1M token0.475 € Per request0.000331 € Cache lettura / 1M token0.0289 € Cache scrittura / 1M token0.124 €
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/xprogamer/claude-opus-4.8:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Metodo POST · application/json
Autenticazione Bearer token (API key)
Tipi di API Text

Note tecniche

Update nguồn Claude : Hiện tại nguồn Claude xin hơn tránh ngắt quảng, độ ổn định sẽ đạt đỉnh 99,99% để đẩm bảo chất lượng các Models em xin phép chỉnh giá tăng 1 xíu, a.e thông cảm!

Condividi

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

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "xprogamer/claude-opus-4.8",
    "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