---
title: claude-fable-5-1 API — Claude 定价与规格 | RunAPI
description: 通过 RunAPI 使用 claude-fable-5-1——Claude 系列。按次计费，包含模型 ID、规格参数和开发者接入指南。
url: https://runapi.ai/zh-CN/models/claude/fable-5-1.md
canonical: https://runapi.ai/zh-CN/models/claude/fable-5-1
locale: zh-CN
site: RunAPI
image: https://runapi.ai/assets/opengraph-f702f2b1.png
alternates:
  en: https://runapi.ai/models/claude/fable-5-1
  zh-CN: https://runapi.ai/zh-CN/models/claude/fable-5-1
  es: https://runapi.ai/es/models/claude/fable-5-1
  ja: https://runapi.ai/ja/models/claude/fable-5-1
  de: https://runapi.ai/de/models/claude/fable-5-1
  fr: https://runapi.ai/fr/models/claude/fable-5-1
  pt-BR: https://runapi.ai/pt-BR/models/claude/fable-5-1
  ko: https://runapi.ai/ko/models/claude/fable-5-1
  it: https://runapi.ai/it/models/claude/fable-5-1
  nl: https://runapi.ai/nl/models/claude/fable-5-1
  pl: https://runapi.ai/pl/models/claude/fable-5-1
  tr: https://runapi.ai/tr/models/claude/fable-5-1
  zh-TW: https://runapi.ai/zh-TW/models/claude/fable-5-1
  zh-HK: https://runapi.ai/zh-HK/models/claude/fable-5-1
  ar: https://runapi.ai/ar/models/claude/fable-5-1
  x-default: https://runapi.ai/models/claude/fable-5-1
model: Claude
provider: Anthropic
variant_id: claude-fable-5-1
sdk_model_id: claude-fable-5-1
modality: text
billing_unit: 1K tokens
status: active
---

> HTML version: https://runapi.ai/zh-CN/models/claude/fable-5-1
> Site index for agents: https://runapi.ai/llms.txt


# claude-fable-5-1 API

通过 RunAPI 使用 Claude 系列的 claude-fable-5-1。按次计费，无需订阅，失败的生成不计费。

**Anthropic / [Claude](https://runapi.ai/zh-CN/models/claude.md)**
**运行中 · text · 可商用**

claude-fable-5-1 在 Claude 家族中处于质量与成本的最佳平衡点。

- USD 按次定价
- 失败不计费
- 模型支持时流式
- Schema 校验后的工具调用

## 定价

### `message`

- Input: $10.00 / 1M tokens
- Output: $50.00 / 1M tokens
- Cache read: $0.25 / 1M tokens
- Cache write 5m: $12.50 / 1M tokens
- Cache write 1h: $20.00 / 1M tokens


失败的生成不计费

## 技术细节

| Field | Value |
|---|---|
| 模型 ID | `claude-fable-5-1` |
| 提供方 | Anthropic |
| 模态 | text |
| 任务类型 | synchronous |
| 计费单位 | 1K tokens |
| API 端点 | `/v1/chat/completions` |
|  | `/v1/responses` |
|  | `/v1/messages` |
|  | `/v1beta/models/claude-fable-5-1:generateContent` |
|  | `/v1beta/models/claude-fable-5-1:streamGenerateContent` |
| 商用许可 | 允许商用 |
| 收录状态 | 运行中 |

**Request example**

```json
{
  "model": "claude-fable-5-1",
  "max_tokens": 1024,
  "messages": [
    {
      "role": "user",
      "content": "审查这个 PR 的安全漏洞和性能问题，并给出具体改进建议。"
    }
  ]
}
```

## Model skill — claude-fable-5-1

安装一次 skill，开发时使用本页的变体 ID。

Base URL: `https://runapi.ai`

| Endpoint | Protocol |
|---|---|
| `POST /v1/chat/completions` | OpenAI compatible |
| `POST /v1/responses` | OpenAI Responses |
| `POST /v1/messages` | Anthropic compatible |
| `POST /v1beta/models/claude-fable-5-1:generateContent` | Gemini generateContent |
| `POST /v1beta/models/claude-fable-5-1:streamGenerateContent` | Gemini streamGenerateContent |

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "claude-fable-5-1"`.

## 用 model skill 使用 claude-fable-5-1

1. **安装** — 安装该模型线对应的 model skill。
2. **配置** — 把 model 字段设置为本页展示的完整模型 ID。
3. **调用** — 按 skill 说明把提示词、输入文件和回调处理接入应用。
4. **接收** — 从 RunAPI 读取任务响应、webhook 回调或缓存输出 URL。

## claude-fable-5-1 与其它变体的差异

- **VS CLAUDE-FABLE-5: 100 万上下文；Fable 5 后继，缓存读取费用降低 75%** — Mythos 级 100 万上下文；编码、推理和视觉全面领先
- **VS CLAUDE-HAIKU-4-5-20251001: 100 万上下文；Fable 5 后继，缓存读取费用降低 75%** — Haiku 4.5，用于可复现输出
- **VS CLAUDE-OPUS-4-1-20250805: 100 万上下文；Fable 5 后继，缓存读取费用降低 75%** — claude-opus-4-1-20250805

## 最适合的场景

- **客户支持** — 基于私有知识库回答客户问题，减少工单量。
- **文档分析** — 起草合同摘要并标记关键条款供律师审阅。
- **代码生成** — 在 CI 中自动生成单元测试、代码审查和重构建议。

## claude-fable-5-1 常见问题

### 如何选择 claude-fable-5-1？

传入 quickstart 中显示的模型 ID。

### 该变体的限流？

Key 级限流随使用层级伸缩。当前限制见定价页。

### 能切到其它变体吗？

可以——变体只是参数，改 model 字段即可。

### 支持流式吗？

模型支持流式时，RunAPI 端到端流式。

### 质量问题在哪里报？

在公共 GitHub 仓库提 issue 或邮件联系 support。


### Claude 的其它变体

- [claude-fable-5](https://runapi.ai/zh-CN/models/claude/fable-5.md) — `claude-fable-5` · Input $10.00 / 1M tokens | Output $50.00 / 1M tokens
- [claude-haiku-4-5-20251001](https://runapi.ai/zh-CN/models/claude/haiku-4-5-20251001.md) — `claude-haiku-4-5-20251001` · Input $0.60 / 1M tokens | Output $3.00 / 1M tokens
- [claude-opus-4-1-20250805](https://runapi.ai/zh-CN/models/claude/opus-4-1-20250805.md) — `claude-opus-4-1-20250805` · Input $9.00 / 1M tokens | Output $45.00 / 1M tokens
- [claude-opus-4-5-20251101](https://runapi.ai/zh-CN/models/claude/opus-4-5-20251101.md) — `claude-opus-4-5-20251101` · Input $3.00 / 1M tokens | Output $15.00 / 1M tokens
- [claude-opus-4-6](https://runapi.ai/zh-CN/models/claude/opus-4-6.md) — `claude-opus-4-6` · Input $3.00 / 1M tokens | Output $15.00 / 1M tokens
- [claude-opus-4-7](https://runapi.ai/zh-CN/models/claude/opus-4-7.md) — `claude-opus-4-7` · Input $3.00 / 1M tokens | Output $15.00 / 1M tokens
- [claude-opus-4-8](https://runapi.ai/zh-CN/models/claude/opus-4-8.md) — `claude-opus-4-8` · Input $3.00 / 1M tokens | Output $15.00 / 1M tokens
- [claude-opus-5](https://runapi.ai/zh-CN/models/claude/opus-5.md) — `claude-opus-5` · Input $3.00 / 1M tokens | Output $15.00 / 1M tokens
- [claude-sonnet-4-5-20250929](https://runapi.ai/zh-CN/models/claude/sonnet-4-5-20250929.md) — `claude-sonnet-4-5-20250929` · Input $1.80 / 1M tokens | Output $9.00 / 1M tokens
- [claude-sonnet-4-6](https://runapi.ai/zh-CN/models/claude/sonnet-4-6.md) — `claude-sonnet-4-6` · Input $1.80 / 1M tokens | Output $9.00 / 1M tokens
- [claude-sonnet-5](https://runapi.ai/zh-CN/models/claude/sonnet-5.md) — `claude-sonnet-5` · Input $1.36 / 1M tokens | Output $6.78 / 1M tokens

### 同类的其它模型

- [DeepSeek](https://runapi.ai/zh-CN/models/deepseek.md) — DeepSeek API 调用 —— flash 快速低成本，pro 应对复杂智能体任务。
- [Embedding](https://runapi.ai/zh-CN/models/embedding.md) — OpenAI 文本向量模型，适用于语义搜索、检索、聚类和排序。
- [Gemini](https://runapi.ai/zh-CN/models/gemini.md) — Gemini API 调用 Google 多模态大语言模型，支持对话、代码生成、推理和长上下文任务。

## 立即体验 Claude。

- [免费注册](https://runapi.ai/zh-CN/login)
- [阅读快速开始 →](https://runapi.ai/zh-CN/docs/api/anthropic/messages)

---

## More from RunAPI

- [Home](https://runapi.ai/zh-CN/.md)
- [模型](https://runapi.ai/zh-CN/models.md)
- [AI 视频 API 对比](https://runapi.ai/zh-CN/ai-video-api-comparison.md)
- [OpenClaw 集成](https://runapi.ai/zh-CN/openclaw.md)
- [OpenClaw 最佳 API](https://runapi.ai/zh-CN/best-api-for-openclaw.md)
- [OpenClaw 图片生成](https://runapi.ai/zh-CN/openclaw-image-generation.md)
- [Hermes 智能体集成](https://runapi.ai/zh-CN/hermes-agent.md)
- [定价](https://runapi.ai/zh-CN/pricing.md)
- [Claude API 定价](https://runapi.ai/zh-CN/claude-api-pricing.md)
- [ChatGPT API 定价](https://runapi.ai/zh-CN/chatgpt-api-pricing.md)
- [OpenAI API 定价](https://runapi.ai/zh-CN/openai-api-pricing.md)
- [Gemini API 定价](https://runapi.ai/zh-CN/gemini-api-pricing.md)
- [Claude Code 定价](https://runapi.ai/zh-CN/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/zh-CN/claude-code-api.md)
- [Claude Code 对比 Cursor](https://runapi.ai/zh-CN/claude-code-vs-cursor.md)
- [Claude Max 对比 API](https://runapi.ai/zh-CN/claude-max-vs-api.md)
- [Requesty 替代方案](https://runapi.ai/zh-CN/requesty-alternative.md)
- [文档](https://runapi.ai/zh-CN/docs/guides)
- [SDK](https://runapi.ai/zh-CN/sdk.md)
- [Skills](https://runapi.ai/zh-CN/skills.md)
- [MCP Server](https://runapi.ai/zh-CN/mcp.md)
- [CLI](https://runapi.ai/zh-CN/cli.md)
- [反馈](https://runapi.makethisbetter.dev)
- [联系](mailto:support@runapi.ai)
- [服务条款](https://runapi.ai/zh-CN/terms.md)
- [隐私政策](https://runapi.ai/zh-CN/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-CN",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-CN/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-CN",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-CNicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "SoftwareApplication",
    "name": "Claude claude-fable-5-1",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/zh-CN"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/zh-CN/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Claude",
        "item": "https://runapi.ai/zh-CN/models/claude"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "claude-fable-5-1",
        "item": "https://runapi.ai/zh-CN/models/claude/fable-5-1"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "HowTo",
    "name": "用 model skill 使用 claude-fable-5-1",
    "description": "通过 RunAPI 使用 claude-fable-5-1——Claude 系列。按次计费，包含模型 ID、规格参数和开发者接入指南。",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "安装",
        "text": "安装该模型线对应的 model skill。",
        "url": "https://runapi.ai/zh-CN/models/claude/fable-5-1#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "配置",
        "text": "把 model 字段设置为本页展示的完整模型 ID。",
        "url": "https://runapi.ai/zh-CN/models/claude/fable-5-1#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "调用",
        "text": "按 skill 说明把提示词、输入文件和回调处理接入应用。",
        "url": "https://runapi.ai/zh-CN/models/claude/fable-5-1#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "接收",
        "text": "从 RunAPI 读取任务响应、webhook 回调或缓存输出 URL。",
        "url": "https://runapi.ai/zh-CN/models/claude/fable-5-1#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-CN",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "如何选择 claude-fable-5-1？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "传入 quickstart 中显示的模型 ID。"
        }
      },
      {
        "@type": "Question",
        "name": "该变体的限流？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Key 级限流随使用层级伸缩。当前限制见定价页。"
        }
      },
      {
        "@type": "Question",
        "name": "能切到其它变体吗？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "可以——变体只是参数，改 model 字段即可。"
        }
      },
      {
        "@type": "Question",
        "name": "支持流式吗？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "模型支持流式时，RunAPI 端到端流式。"
        }
      },
      {
        "@type": "Question",
        "name": "质量问题在哪里报？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "在公共 GitHub 仓库提 issue 或邮件联系 support。"
        }
      }
    ]
  }
]
```
