cocodot
← Back to guides
Local card declined, direct access hard? cocodot does both
科普Updated 2026-07

How to Use the Fable 5 (claude-fable-5) API From China & Beyond — Alipay/Card, Direct Access (Live)

claude-fable-5 is the newest flagship, but local cards can't pay for it and direct access is unstable. cocodot now supports Fable 5 directly: official relay, Alipay or card, OpenAI-compatible — just change base_url. $0.5 free credit on signup.

TL;DR: claude-fable-5 (Fable 5) is Anthropic's newest flagship. If you cannot pay Anthropic directly or need a stable route from China, cocodot offers Fable 5 via licensed-cloud official relay: OpenAI-compatible, top up via Alipay, prices capped at official rates. Point base_url to https://cocodot.co/api/ai/v1 and set the model to claude-fable-5 (or mcf-1) — existing code unchanged. Claude Code works too: set ANTHROPIC_BASE_URL=https://cocodot.co/api/ai. Verify email for $0.5 free credit to smoke-test (trial credit covers budget models; Fable 5 needs a small top-up). Worried about downgrading? Verify any relay — including us — at probe.cocodot.co (open-source methodology).

Why everyone is searching for the Fable 5 API

claude-fable-5 is the latest flagship — strong at writing, complex reasoning, code and agents. Developers everywhere want it in their apps, but if you're in China (or many other regions) you hit two walls.

Two walls to using the Fable 5 API

1) Payment: the official API needs an overseas credit card; local cards often get declined or flagged. 2) Network: direct access is unstable and may need a VPN — not something you want in production. The result: you know Fable 5 is strong, but you can't actually call it.

cocodot now supports Fable 5 directly

cocodot is an OpenAI-compatible API relay: change one base_url and call. Pay with Alipay (RMB) or card, billed per token, never above official price; official relay via licensed cloud vendors (not reverse-engineered). Fable 5 (claude-fable-5) is live now — same key, same base_url, just set the model to mcf-1. No code changes.

Call Fable 5 in three lines

Use any OpenAI SDK, point base_url at cocodot and set model to mcf-1: from openai import OpenAI client = OpenAI(base_url="https://cocodot.co/api/ai/v1", api_key="sk-YOUR_KEY") resp = client.chat.completions.create(model="mcf-1", messages=[{"role":"user","content":"Hello Fable 5"}]) print(resp.choices[0].message.content) Claude Code: set ANTHROPIC_BASE_URL=https://cocodot.co/api/ai; a model name containing 'fable' auto-routes to Fable 5.

Start now — and verify no downgrading yourself

Register, verify email for $0.5 free credit (trial credit is limited to cheaper models; calling Fable 5 needs a small top-up). Worried about a secretly quantized model? cocodot open-sourced its checker and runs an online version at probe.cocodot.co — paste any base_url + key to test, including testing us. Three steps: sign up, top up, set model to mcf-1.

Fable 5 from restrictive networks: direct vs cocodot relay

Official API directcocodot relay (mcf-1)
PaymentNeeds overseas card; local cards declineAlipay (RMB), billed per token
NetworkUnstable, often needs a VPNDirect access, one base_url change
IntegrationAnthropic native formatOpenAI-compatible, no code change
Model nameclaude-fable-5claude-fable-5 or mcf-1
PriceOfficial rateCapped at official rate, pay-as-you-go
Downgrade worryFull modelOpen-source probe, test us too

FAQ

Fable 5 or Opus 4.8 — which should I use?

Fable 5 is the newer flagship: stronger at long autonomous tasks, coding and hard reasoning, at a higher price. Route daily volume to Opus / Sonnet and reserve Fable 5 for critical tasks — with cocodot you switch by changing the model name on the same key.

How do I call claude-fable-5?

Three steps: register at cocodot.co → top up (Alipay) → point any OpenAI SDK at https://cocodot.co/api/ai/v1 with model claude-fable-5 or mcf-1. The Anthropic SDK and Claude Code work via https://cocodot.co/api/ai.

How much does Fable 5 cost?

Pay per token, capped at official prices. Live per-token rates: GET https://cocodot.co/api/ai/models — or estimate your bill with the on-site cost calculator.

How do I know I'm getting the real Fable 5?

Don't trust, verify: run the open-source downgrade probe or the hosted version at probe.cocodot.co against any relay's base_url and key — ours included.

How to Use the Fable 5 (claude-fable-5) API From China & Beyond — Alipay/Card, Direct Access (Live) · cocodot