Anthropic
Online
New
Hot
Recommended

Claude Fable 5

Anthropic's most advanced generally available model. State-of-the-art reasoning, coding, and long-horizon agentic work.

Model ID: tokenfast/claude-fable-5

Specifications

Context Window

200K tokens

Max Output

64K tokens

Input Price

$9.00 / 1M

Output Price

$45.00 / 1M

Capabilities

Chat
Code
Vision
Functions
JSON Mode

Price Comparison

See how much you save compared to official pricing.

MetricOfficial PriceOur PriceSavings
Input (per 1M tokens)$10.00$9.0010% off
Output (per 1M tokens)$50.00$45.0010% off

Quick Start

Use this model via our OpenAI-compatible API endpoint.

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.yourdomain.com/v1",
  apiKey: "sk-your-api-key",
});

const response = await client.chat.completions.create({
  model: "tokenfast/claude-fable-5",
  messages: [
    { role: "user", content: "Hello! What can you help me with?" },
  ],
  max_tokens: 1024,
});

console.log(response.choices[0].message.content);

Pricing Summary

Input$9.00 / 1M
Output$45.00 / 1M

Provider

Anthropic

Anthropic

AI safety company building reliable, interpretable, and steerable AI systems. Creator of the Claude model family.

Visit website