Claude
Claude Text

tiemhoahisi/claude-fable-5-indosia

Model ID: tiemhoahisi/claude-fable-5-indosia
Family
Claude
Context
Not specified
Minimum charge / request
0.00048 $
Requests
418
Success
97.4%
Tokens
8.64M
Uptime 100.00%
24h agoNow
7 days agoNow

Pricing

Input / 1M tokens
0.12 $
Output / 1M tokens
0.24 $
Per request
0.00048 $
Minimum charge / request
0.00048 $
Price history

Price levels previously applied. The row tagged "current" is the live price.

Current Since 26/08/2026 - 12:52:02
Input / 1M tokens0.12 $ Output / 1M tokens0.24 $ Per request0.00048 $ Minimum charge / request0.00048 $
Cost estimator
Estimated total 0 $
Average / request 0 $

Estimate based on list prices. Caching usually makes it cheaper.

Supported endpoints
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/tiemhoahisi/claude-fable-5-indosia:generateContent
https://api.xah.io/api/chat
https://api.xah.io/api/generate
Method POST · application/json
Auth Bearer token (API key)
API kinds Text

Notes

Hàng là loại bên thứ 3.Không phải là claude hãng.Sài tốt team mình đang sài.Ai cần claude giá rẻ thì cứ sài thử bao ngon

Share

curl 'https://api.xah.io/v1/chat/completions' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "tiemhoahisi/claude-fable-5-indosia",
    "messages": [
        {
            "role": "user",
            "content": "Hello, who are you?"
        }
    ]
}'
// 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": "tiemhoahisi/claude-fable-5-indosia",
    "messages": [
        {
            "role": "user",
            "content": "Hello, who are you?"
        }
    ]
})
});
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": "tiemhoahisi/claude-fable-5-indosia",
    "messages": [
        {
            "role": "user",
            "content": "Hello, who are you?"
        }
    ]
}

res = requests.post(url, headers=headers, json=payload, timeout=120)
print(res.status_code, res.json())
{
    "model": "tiemhoahisi/claude-fable-5-indosia",
    "messages": [
        {
            "role": "user",
            "content": "Hello, who are you?"
        }
    ]
}

Try it

Send a prompt with your API key — uses real credits, streams back instantly.

Reviews & comments
0.0 / 0 reviews
Loading reviews...
Contact Support
We are always ready to help you