Home
Model Gateway
API
Skills
Circle NanopaymentsPrivate Beta
Machine Payment ProtocolPrivate Beta
Coming Soon
Blog
Back to Models
Anthropic·Pay as you go

claude-fable-5

Text|CompareShare
LongCreative

Specifications

ProviderAnthropic
Model IDclaude-fable-5
Release Date2026-06-10
Context WindowN/A
Endpoint
anthropic /v1/messagesopenai /v1/chat/completions
Billing TypePay as you go
Capabilities
Text
LongCreative

Pricing

Input

$10.000

per 1M tokens

Output

$50.000

per 1M tokens

Cache Read

$1.000

per 1M tokens

Cache Write

$12.500

per 1M tokens

Cost Estimate

1K in + 1K out$0.0600
10K in + 2K out$0.2000
100K in + 10K out$1.5000

This model uses token-based pricing. Input and output, and available cache token rates are billed separately per million tokens.

API Example

Endpoint:
curl --request POST \
  --url https://api.aisa.one/v1/messages \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $AISA_API_KEY" \
  -d '{
    "model": "claude-fable-5",
    "messages": [
      {
        "role": "user",
        "content": "Hello, what can you help me with?"
      }
    ],
    "max_tokens": 1024
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/chat/completions
View API Docs

Start using claude-fable-5 through AIsa's Model Gateway today.

Get API Key