CLAUDE MODEL API

Claude Sonnet 4.6 API with transparent token pricing.

Claude Sonnet 4.6 provides a dependable balance for teams that want Claude-style reasoning without defaulting to the highest-cost tier. It works well as a primary or fallback model.

Get an API key
WorldGate input$0.16per 1M tokens
WorldGate output$0.78per 1M tokens
Referenced list price$0.16 / $0.78input / output
vs. reference0% Cheaperbased on displayed reference rates

MODEL OVERVIEW

Balanced Claude performance through one compatible endpoint.

Claude Sonnet 4.6 provides a dependable balance for teams that want Claude-style reasoning without defaulting to the highest-cost tier. It works well as a primary or fallback model.

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 Sonnet 4.6 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-sonnet-4.6",
  messages: [{ role: "user", content: "Hello" }],
});

QUESTIONS

Claude Sonnet 4.6 API FAQ

How much does Claude Sonnet 4.6 cost?

$0.16 per one million input tokens and $0.78 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-sonnet-4.6.

When should I choose this model?

Balanced Claude performance through one compatible endpoint. Test representative prompts before moving production traffic.

Ready to test Claude Sonnet 4.6?

One account. One key. Multiple models.

Create free account