CLAUDE MODEL API

Claude Fable 5 API at a lower token cost.

Claude Fable 5 is positioned for demanding analysis and generation where response quality is the primary concern. WorldGate provides access through the same OpenAI-compatible interface used by the rest of the catalogue.

Get an API key
WorldGate input$5.50per 1M tokens
WorldGate output$27.50per 1M tokens
Referenced list price$10.00 / $50.00input / output
Discount45%using displayed reference rates

MODEL OVERVIEW

Top-tier Claude capability for ambitious reasoning workloads.

Claude Fable 5 is positioned for demanding analysis and generation where response quality is the primary concern. WorldGate provides access through the same OpenAI-compatible interface used by the rest of the catalogue.

WorldGate bills actual input, output, and eligible cached tokens against a prepaid balance. The published price is the usage rate used by server-side billing.

OPENAI-COMPATIBLE

Use Claude Fable 5 with the client you know.

Keep credentials on your server. Replace the base URL and select the WorldGate model identifier.

const client = new OpenAI({
  apiKey: process.env.WORLDGATE_API_KEY,
  baseURL: "https://worldgateapi.com/v1",
});

const response = await client.chat.completions.create({
  model: "claude-fable-5",
  messages: [{ role: "user", content: "Hello" }],
});

QUESTIONS

Claude Fable 5 API FAQ

How much does Claude Fable 5 cost?

$5.50 per one million input tokens and $27.50 per one million output tokens. Verify current pricing before purchasing.

Is it OpenAI-compatible?

Yes. Use the WorldGate base URL, server-side API key, and model identifier claude-fable-5.

When should I choose this model?

Top-tier Claude capability for ambitious reasoning workloads. Test representative prompts before moving production traffic.

Ready to test Claude Fable 5?

One account. One key. Multiple models.

Create free account