Claudech
ModelsPricingDocs
Sign inGet started
Claudech

Fast, capable AI models with transparent token billing.

No KYC. Crypto payments. OpenAI- and Anthropic-compatible API.

Newsletter · 50k free tokens

Double opt-in. See all rewards.

Product

  • Models
  • Pricing
  • Chat
  • Playground
  • Earn free tokens
  • Affiliate program

Developers

  • Documentation
  • Quickstart
  • API reference
  • Errors & limits

Company

  • Support
  • Security
  • Terms
  • Privacy
© 2026 ClaudechAll systems operational
Get started
  • Introduction
  • Quickstart
  • Authentication
  • Models
Guides
  • Streaming
  • Tool calling & JSON
  • SDKs & libraries
  • Cursor, Claude Code & tools
  • Rate limits
  • Errors
  • Tokens & billing
API reference
  • Chat completions
  • Messages (Anthropic format)
  • Models
  • Account & balance
  • Usage
  • API keys

Claudech API documentation

What you get#

How a request flows#

Base URL#

Models at a glance#

Next steps#

Try it in the browser first
Next
Quickstart

Claudech gives you a family of fast, capable language models behind a single API that speaks the two formats your tools already understand, with transparent per-token billing and no surprise invoices.

  • One key, every model. (OpenAI format) and (Anthropic format) both work with every Claudech model, with streaming, tool calling, JSON output and reasoning controls.
  • Drop-in compatibility. Use the OpenAI or Anthropic SDKs, Cursor, Claude Code, Continue, Open WebUI and any other tool that lets you set a base URL and an key. See SDKs & libraries and Cursor, Claude Code & tools.
  • Predictable billing. Requests are paid for in Claudech tokens, a prepaid balance you top up with a subscription or one-off token packages. Every response tells you exactly what it cost. See Tokens & billing.
  • No KYC. Sign up with an email address and pay in Bitcoin, Ethereum, USDT or USDC. There are no identity checks, no card on file and no minimum commitment.
  • Usage visibility. Query your own usage, request history and balance over the API, or browse them in the dashboard.
  • Requests that fail before the model produces output are never billed. If a model is temporarily unavailable, Claudech can transparently route to a fallback model of equal or greater capability; when it does, the response says so ().

    Use the host that matches your client’s wire format (same API key for both):

    Format
    Base URL
    Used by
    OpenAI Chat Completions
    OpenAI SDK, Cursor, LangChain, curl to
    Anthropic Messages
    Anthropic SDK, Claude Code (), curl to

    Anthropic clients append themselves — do not set Claude Code to . Requests must use HTTPS; plain HTTP is rejected. Step-by-step tool setup: integrations.

    Model
    Best for
    Context
    Reasoning
    Everyday chat, coding and analysis
    256K
    Yes
    Complex multi-step work where quality matters most
    256K
    Yes
    Mathematics, research synthesis, hard debugging
    256K
    Extended
    High-volume classification, extraction and summaries
    128K
    No

    Details, capabilities and current prices are on the Models page and are always available from .

  • Create an account and generate an API key.
  • Follow the Quickstart to make your first request.
  • Read Streaming and Tool calling when you are ready to build.
  • The Playground lets you experiment with prompts and parameters, then copies out the equivalent curl, JavaScript or Python code.

    POST /v1/chat/completions
    POST /v1/messages
    sk-
    fallback_used
    https://api.claudech.com/v1
    /v1/chat/completions
    https://api.claudech.com
    ANTHROPIC_BASE_URL
    /v1/messages
    /v1/messages
    /v1/chat/completions
    claude-sonnet-5
    claude-fable-5-1
    claude-opus-5
    claude-haiku-4-5
    GET /v1/models
    Text
    your app ──▶ https://api.claudech.com/v1/chat/completions
                  │  1. authenticate the API key and check plan limits
                  │  2. reserve tokens from your balance
                  │  3. route to the model (with automatic fallback if needed)
                  │  4. stream the response back to you
                  └▶ 5. meter the real usage and settle the reservation