Anthropic
在线
推荐

Claude Fable 5

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

模型 ID: tokenfast/claude-fable-5

规格

上下文窗口

200K Token

最大输出

64K Token

输入价格

$9.00 / 1M

输出价格

$45.00 / 1M

能力

Chat
Code
Vision
Functions
JSON Mode

价格对比

看看相对官方价格能节省多少。

指标官方价格我们的价格节省
输入(每 1M Token)$10.00$9.0010% 折扣
输出(每 1M Token)$50.00$45.0010% 折扣

快速开始

通过我们的 OpenAI 兼容 API 端点调用此模型。

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);

价格汇总

输入$9.00 / 1M
输出$45.00 / 1M

厂商

Anthropic

Anthropic

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

访问官网