Standard Models

All available models, their capabilities, context windows, and BDT pricing.

Available Models

The full list of supported models — including providers, context windows, capabilities, and live BDT pricing — is on the Models page →.

Models span providers including OpenAI, Anthropic, Google, and Meta. All are accessible through a single OpenAI-compatible endpoint; just change the model parameter in your request.

client.chat.completions.create(
    model="claude-3-5-sonnet",   # or "gpt-4o", "gemini-pro", etc.
    messages=[...]
)

All models use the same request format. Switching providers is a one-line change.