Anthropic

anthropic/claude-fable-5

1M コンテキスト · $4.00 / M 入力トークン · $20.00 / M 出力トークン

Claude Fable 5 は Anthropic により正式に提供終了となっており、新規利用はできません。このページは参考情報としてのみ残されています。

価格

従量課金

初期費用なし。使った分だけお支払いください

40% of official price
入力$10.00 / M$4.00 / M トークン
出力$50.00 / M$20.00 / M トークン

API使用方法

APIアクセスガイド

Base URLhttps://api.ourtoken.ai/v1
API Endpointmessages
完全なURLhttps://api.ourtoken.ai/v1/messages
Model IDclaude-fable-5
APIキーを取得

コード例

このモデルにはOurToken APIエンドポイントを使用します。以下の例では、直接HTTPリクエストとモデルファミリーに推奨されるエンドポイントを使用しています。

curl https://api.ourtoken.ai/v1/messages \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
    "model": "claude-fable-5",
    "messages": [
      {
        "role": "user",
        "content": "Hello!"
      }
    ],
    "max_tokens": 256
  }'

Messages APIリファレンス

OurToken経由でClaude Messages互換レスポンスを作成します。この形式は、messages配列、max_tokens、任意のsystemプロンプト、ツール、thinking設定を使用します。

Authorization

Content-Typeapplication/json
AuthorizationBearer YOUR_API_KEY

リクエスト本文

フィールド必須説明
modelstring必須呼び出すモデルID。
messagesarray<object>必須モデルに送信される会話メッセージ。
systemstring | array<object>任意任意のsystemプロンプト。
max_tokensinteger必須最大出力トークン数。
temperaturenumber任意サンプリング温度。
top_pnumber任意Nucleusサンプリングパラメータ。
top_kinteger任意Top-kサンプリングパラメータ。
streamboolean任意ストリーミングレスポンスを返すかどうか。
stop_sequencesarray<string>任意生成を停止するシーケンス。
toolsarray<object>任意モデルが使用できるツール。
tool_choiceobject任意モデルがツールを選択する方法を制御します。
thinkingobject任意対応するClaudeモデル向けのthinking設定。
metadataobject任意任意のリクエストメタデータ。

レスポンス本文

フィールド必須説明
idstring必須一意のメッセージ識別子。
type"message"必須Messages APIによって返されるオブジェクトタイプ。
role"assistant"必須返されたメッセージのロール。
contentarray<object>必須モデルから返されたコンテンツブロックの配列。
content[].textstring任意返されたコンテンツブロック内のテキスト。
modelstring必須レスポンスを生成したモデル。
stop_reasonstring任意生成が停止した理由。
usageobject任意メッセージのトークン使用量情報。
usage.input_tokensinteger任意入力トークン数。
usage.output_tokensinteger任意出力トークン数。
usage.cache_creation_input_tokensinteger任意プロンプトキャッシュに書き込まれたトークン。
usage.cache_read_input_tokensinteger任意プロンプトキャッシュから読み取られたトークン。

モデル紹介

Anthropic claude-fable-5

Claude Fable 5 は Anthropic により正式に提供終了となっており、新規利用はできません。このページは参考情報としてのみ残されています。

提供された Anthropic material では、Claude Fable 5 は general use 向けに安全化された Mythos-class model と説明されており、software engineering、knowledge work、vision、scientific research、長時間 tasks に強い能力を持ちます。 OurToken では、claude-fable-5 を clear API access、見える token pricing、cache pricing references、production rollout 前の実践的な testing workflow とともに評価できます。

優れて見える理由

  • Complex reasoning、software engineering、knowledge work、vision tasks 向けの高能力 Anthropic model route。
  • 現在のプロジェクトデータでは、long-horizon workloads 向けに 1M context window と最大 128K output tokens を示しています。
  • OurToken は input、output、cache write、cache read token categories について、この route を公式価格の40%で表示します。
  • Developers は 1つの API path で Claude Code-style workflows、repository analysis、migration planning、agentic coding prompts をテストできます。
  • 提供された launch material では、一部の protected-topic requests が Claude Opus 4.8 に fallback する可能性があるとされています。

主な機能

  • Context Window: 1000000 tokens
  • Max Output: 128000 tokens
  • Vision: 対応
  • Function Calling: 対応
  • Input: Text, Image
  • Output: Text
  • OurToken Price: 公式価格の40%

仕様

プロバイダーAnthropic
モデルタイプLarge Language Model (LLM)
アーキテクチャMythos-class Claude model
コンテキストウィンドウ1000000 tokens
最大出力128000 tokens
入力Text, Image
出力Text
Vision対応
関数呼び出し対応
Fallback 注記提供された launch material に基づくと、一部の protected-topic requests は Claude Opus 4.8 によって処理される可能性があります。

Production teams 向け Claude Fable 5 API features

Anthropic Fable 5 を評価する teams 向けに、1つの OurToken model page で pricing、API access、Claude Code Fable 5 workflows を比較できます。

統一 API アクセス

明確な Claude Fable 5 API route、見える model pricing、production rollout 前の existing application tests に合う developer path が必要な場合、複数の provider pages を探し回らずに OurToken から claude-fable-5 を利用できます。

公式価格比率

このページでは OurToken を公式価格の40%として表示し、input、output、cache write、cache read tokens の official references も示します。これにより buyers は high-volume coding や analysis traffic を割り当てる前に Fable 5 model cost を比較できます。

Claude Code ワークフロー

Claude Code Fable 5 を検索する teams は、この route が long coding sessions、repository analysis、migration planning、agentic developer workflows にどう適合するかを評価しながら、model ID、API access、price details を一か所で確認できます。

Anthropic モデル文脈

what is Claude Fable と尋ねる readers に対して、このページは Anthropic Fable 5 を、提供された launch material に記載された complex reasoning、knowledge work、software engineering、vision use cases 向けの高能力 Claude model として位置づけます。

Cache pricing の明確化

Pricing section は input、output、cache write、cache read costs を分けて表示するため、teams はすべての request を flat token bill と見なすのではなく prompt caching behavior を見積もれます。これは long-context Claude Fable 5 API workloads に有用です。

Vision 対応ルート

提供された competitor material は、text と image input を使う Fable 5 Anthropic workflows と complex visual reasoning tasks を説明しています。OurToken はこの capability を API setup notes、pricing references、practical integration guidance と並べて提示できます。

OurToken で Claude Fable 5 API を使う方法

API key を作成し、claude-fable-5 を選択し、pricing を比較して、OurToken unified API で Claude Code Fable 5 workflows をテストします。

API Key を作成

OurToken にサインインし、dashboard から API key を作成します。この key を local tests、staging requests、production configuration で使えるように保管し、Claude Fable 5 API integration を quick prompt check から repeatable application calls へ進めます。

01

Model ID を選択

Request body の model value として claude-fable-5 を使用します。これにより scripts、backend services、Claude Code Fable experiments で Anthropic Fable 5 routing が明確になり、developers は他の Claude または OpenAI routes と outputs を比較できます。

02

Unified API を呼び出す

Bearer token、model ID、messages、output settings を使って OurToken API endpoint に requests を送信します。小さな prompt から始め、application が期待する response shape を確認してから coding、document analysis、vision tasks に広げます。

03

Token 価格を比較

Traffic を拡張する前に、input、output、cache write、cache read pricing を確認します。OurToken は Fable 5 model を official pricing の40%として掲載しており、teams は long-context sessions と prompt caching behavior をより明確に見積もれます。

04

Coding workflows をテスト

Repository explanations、migration plans、debugging tasks、agent-style coding prompts を実行し、Claude Code Fable 5 behavior を評価します。Model が instructions に従い、long context を扱い、engineering team が検証できる implementation details を返すかを追跡します。

05

Cost quality を監視

Initial tests の後、request quality、latency、token usage、model ごとの spend を監視します。what is Fable 5 Claude を比較する teams は、これらの results を使って route が production workloads に適する時期と別 model が適する時期を判断できます。

06

Claude Fable 5 API FAQ

Claude Fable 5 API access、pricing、Claude Code Fable 5 workflows、Anthropic Fable 5 context、cache costs、fallback behavior に関する回答です。

01

What is Claude Fable 5?

Claude Fable 5 は、提供された Anthropic material では general use 向けに安全化された Mythos-class model と説明されています。what is Claude Fable と尋ねる teams にとって重要なのは、complex reasoning、software engineering、knowledge work、vision、long-horizon tasks を対象にしつつ、一部の high-risk topics には safeguards を維持する点です。
02

OurToken で Claude Fable 5 API を使うには?

Claude Fable 5 API を使うには、OurToken API key を作成し、model value を claude-fable-5 に設定し、unified API endpoint に requests を送信します。Small tests から始め、coding、document analysis、vision prompts を評価してから staging または production traffic に移行します。
03

Claude Fable 5 API price はいくらですか?

OurToken は Claude Fable 5 API pricing を公式価格の40%として掲載しています。提供された official table に基づくと、100万 tokens あたり $4.00 input、$5.00 cache write、$0.40 cache read、$20.00 output です。このページでは比較用に official reference prices を表示します。
04

Claude Code Fable 5 は coding workflows に役立ちますか?

Claude Code Fable 5 は、long coding sessions、repo analysis、debugging、migration planning、agent-style implementation tasks をテストする developers に関連します。OurToken は benchmark outcomes を保証しませんが、model ID、API setup、token pricing、practical Claude Code Fable workflow fit の比較を支援します。
05

What is Fable 5 Claude compared with Opus 4.8 or Mythos 5?

what is Fable 5 Claude を検索する users に対して、提供された material はこれを以前の generally available Claude models より上位に位置づけ、Mythos 5 は同じ underlying model を使い trusted access 向けに一部 safeguards が lifted されていると説明します。一部 protected-topic requests は launch material によれば Claude Opus 4.8 で処理される可能性があります。
06

Teams は Fable 5 Anthropic pricing と capabilities をどう比較すべきですか?

Fable 5 Anthropic options を比較する teams は、price、context needs、coding quality、latency、cache behavior、workload が sensitive domains を含むかを確認すべきです。Fable 5 model は demanding software engineering や analysis tasks に適する可能性があり、Anthropic Fable 5 pricing は実際の traffic patterns でテストする必要があります。