モデル一覧へ戻る
Anthropic

claude-fable-5

Text|CompareShare

Model type

Text

Trial status

Trial ready

API routes

2 routes

Catalog created

Not provided

LongCreative

Specifications

ProviderAnthropic
Model IDclaude-fable-5
Model TypeText
Trial AccessTrial ready
Release Date2026-06-10
Context WindowN/A
Endpoints2 routes
anthropicPOST
/v1/messages
openaiPOST
/v1/chat/completions
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

API Example

Endpoint:
curl --request POST \
  --url https://api.aisa.one/v1/chat/completions \
  -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

Compare Similar Models

Compare These
Current
Anthropic

claude-fable-5

$10.000 / $50.000 per 1M
Text
OpenAI

gpt-5.5

$5.000 / $40.000 per 1M
Text
ByteDance

seedream-5-0-260128

$0.035/call
Text

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

Get API Key