Model

Claude Fable 5

Available through the AssetMeld OpenAI-compatible API.

Model ID
claude-fable-5
Input price
$2.00 per 1M metered tokens
Output price
$10.00 per 1M metered tokens
Context window
1,048,576
Cache pricing
Cache read
$2.00 per 1M metered tokens
Cache write
$0.400 per 1M metered tokens
Verification
Verified · cctest.ai + hvoy.ai
Recent success rate
Insufficient recent data
Use this model →View API docs

Integration snippet

response = client.chat.completions.create(
    model="claude-fable-5",
    messages=[
        {"role": "user", "content": "Hello"}
    ],
)
Compare other models →