Back to Models
Anthropic

claude-fable-5-1

Text|CompareShare

Model type

Text

Trial status

Paid access

API routes

1 route

Catalog created

Sep 2, 2026

LongCreative

Specifications

ProviderAnthropic
Model IDclaude-fable-5-1
Model TypeText
Trial AccessPaid access
Release Date2026-09-02
Endpoints1 route
anthropicPOST
/v1/messages
Capabilities
Text
LongCreative

Pricing

Input

$10.000

per 1M tokens

Output

$50.000

per 1M tokens

Cache Read

$0.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

API Example

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-1",
    "max_tokens": 1024,
    "messages": [
      {
        "role": "user",
        "content": "Hello, what can you help me with?"
      }
    ]
  }'
Base URL: https://api.aisa.one
Endpoint: /v1/messages
View API Docs

Anthropic Messages API: Uses the same Authorization: Bearer AIsa API key header. Response format uses content[0].text instead of choices[0].message.content.

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

Get API Key