---
title: claude-fable-5-1 API — Claude 요금 및 스펙 | RunAPI
description: RunAPI에서 claude-fable-5-1를 사용하세요 — Claude 패밀리. 호출당 요금, 모델 ID, 스펙, 개발자 설정 가이드를 제공합니다.
url: https://runapi.ai/ko/models/claude/fable-5-1.md
canonical: https://runapi.ai/ko/models/claude/fable-5-1
locale: ko
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/ko/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/ko/models/claude.md)**
**운영 중 · text · 상업적 사용 지원**

Claude claude-fable-5-1는 같은 RunAPI 인증, model skill 워크플로, 사용량 기반 가격으로 사용할 수 있습니다.

- 통합 API key
- Model skill 설정
- 모델 ID 참조
- 실패한 생성은 과금되지 않습니다

## 요금

### `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 |
| Endpoint | `/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": "이 풀 리퀘스트를 보안 취약점, 성능 문제에 대해 검토하고 구체적인 개선 사항을 제안해 주세요."
    }
  ]
}
```

## 모델 스킬 — claude-fable-5-1

스킬을 한 번 설치한 후, 이 페이지의 변형 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"`.

## claude-fable-5-1 사용 방법

1. **모델 선택** — 앱 워크플로에 맞는 모델과 변형을 고릅니다.
2. **모델 ID 전달** — 요청 본문에 이 변형 ID를 사용합니다.
3. **작업 실행** — 요청을 보내고 반환된 task ID를 저장합니다.
4. **출력 수집** — 작업이 끝나면 조회하거나 callback으로 결과를 받습니다.

## claude-fable-5-1 비교

- **VS CLAUDE-FABLE-5: 1M 컨텍스트; Fable 5 후속, 캐시 읽기 비용 75% 절감** — Mythos급 1M 컨텍스트; 코딩, 추론, 비전 최첨단
- **VS CLAUDE-HAIKU-4-5-20251001: 1M 컨텍스트; Fable 5 후속, 캐시 읽기 비용 75% 절감** — 재현 가능한 출력을 위한 Haiku 4.5 날짜 고정 스냅샷
- **VS CLAUDE-OPUS-4-1-20250805: 1M 컨텍스트; Fable 5 후속, 캐시 읽기 비용 75% 절감** — claude-opus-4-1-20250805

## 이 변형을 쓰는 곳

- **Chat** — LLM을 채팅과 추론에 사용합니다.
- **코드** — 구현 작업을 생성하고 리뷰합니다.
- **자동화** — 모델을 backend 작업에 연결합니다.

## claude-fable-5-1 자주 묻는 질문

### claude-fable-5-1는 어떻게 선택하나요?

quickstart에 표시된 모델 ID를 전달하세요.

### 가격은 사용량 기반인가요?

네. 호출 또는 단위 기준으로 측정됩니다.


### 다른 Claude 변형

- [claude-fable-5](https://runapi.ai/ko/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/ko/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/ko/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/ko/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/ko/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/ko/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/ko/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/ko/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/ko/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/ko/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/ko/models/claude/sonnet-5.md) — `claude-sonnet-5` · Input $1.36 / 1M tokens | Output $6.78 / 1M tokens

### 관련 모델

- [DeepSeek](https://runapi.ai/ko/models/deepseek.md) — RunAPI를 통한 DeepSeek API 액세스 — 빠르고 저렴한 작업에는 flash, 복잡한 에이전트 작업에는 pro를 사용합니다.
- [Embedding](https://runapi.ai/ko/models/embedding.md) — 의미 검색, 검색 증강, 클러스터링, 랭킹 워크플로를 위한 OpenAI 텍스트 임베딩.
- [Gemini](https://runapi.ai/ko/models/gemini.md) — 채팅, 코드 생성, 추론, 긴 컨텍스트 작업을 위한 Google의 멀티모달 LLM Gemini API 액세스.

## 오늘 Claude로 시작하세요.

- [무료 계정 만들기](https://runapi.ai/ko/login)
- [빠른 시작 읽기 →](https://runapi.ai/docs/api/anthropic/messages)

---

## More from RunAPI

- [Home](https://runapi.ai/ko/.md)
- [모델](https://runapi.ai/ko/models.md)
- [영상 API 비교](https://runapi.ai/ko/ai-video-api-comparison.md)
- [OpenClaw 통합](https://runapi.ai/ko/openclaw.md)
- [OpenClaw 추천 API](https://runapi.ai/ko/best-api-for-openclaw.md)
- [OpenClaw 이미지 생성](https://runapi.ai/ko/openclaw-image-generation.md)
- [Hermes Agent 통합](https://runapi.ai/ko/hermes-agent.md)
- [요금](https://runapi.ai/ko/pricing.md)
- [Claude API 요금](https://runapi.ai/ko/claude-api-pricing.md)
- [ChatGPT API 요금](https://runapi.ai/ko/chatgpt-api-pricing.md)
- [OpenAI API 요금](https://runapi.ai/ko/openai-api-pricing.md)
- [Gemini API 요금](https://runapi.ai/ko/gemini-api-pricing.md)
- [Claude Code 요금](https://runapi.ai/ko/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/ko/claude-code-api.md)
- [Claude Code 대 Cursor](https://runapi.ai/ko/claude-code-vs-cursor.md)
- [Claude Max 대 API](https://runapi.ai/ko/claude-max-vs-api.md)
- [Requesty 대안](https://runapi.ai/ko/requesty-alternative.md)
- [문서](https://runapi.ai/ko/docs/guides)
- [SDK](https://runapi.ai/ko/sdk.md)
- [Skills](https://runapi.ai/ko/skills.md)
- [MCP Server](https://runapi.ai/ko/mcp.md)
- [CLI](https://runapi.ai/ko/cli.md)
- [피드백](https://runapi.makethisbetter.dev)
- [문의](mailto:support@runapi.ai)
- [약관](https://runapi.ai/ko/terms.md)
- [개인정보](https://runapi.ai/ko/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/ko",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/ko/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/ko",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/koicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "SoftwareApplication",
    "name": "Claude claude-fable-5-1",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/ko"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/ko/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "Claude",
        "item": "https://runapi.ai/ko/models/claude"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "claude-fable-5-1",
        "item": "https://runapi.ai/ko/models/claude/fable-5-1"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "HowTo",
    "name": "claude-fable-5-1 사용 방법",
    "description": "RunAPI에서 claude-fable-5-1를 사용하세요 — Claude 패밀리. 호출당 요금, 모델 ID, 스펙, 개발자 설정 가이드를 제공합니다.",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "모델 선택",
        "text": "앱 워크플로에 맞는 모델과 변형을 고릅니다.",
        "url": "https://runapi.ai/ko/models/claude/fable-5-1#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "모델 ID 전달",
        "text": "요청 본문에 이 변형 ID를 사용합니다.",
        "url": "https://runapi.ai/ko/models/claude/fable-5-1#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "작업 실행",
        "text": "요청을 보내고 반환된 task ID를 저장합니다.",
        "url": "https://runapi.ai/ko/models/claude/fable-5-1#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "출력 수집",
        "text": "작업이 끝나면 조회하거나 callback으로 결과를 받습니다.",
        "url": "https://runapi.ai/ko/models/claude/fable-5-1#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "ko",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "claude-fable-5-1는 어떻게 선택하나요?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "quickstart에 표시된 모델 ID를 전달하세요."
        }
      },
      {
        "@type": "Question",
        "name": "가격은 사용량 기반인가요?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "네. 호출 또는 단위 기준으로 측정됩니다."
        }
      }
    ]
  }
]
```
