Available Models¶
amazee.ai gives you access to models from Anthropic, Meta, Amazon, and others through a single OpenAI-compatible API at /v1/chat/completions.
Available models vary by region and plan. Your amazee.ai portal shows exactly which models are enabled for your workspace.
The models table in your portal shows each model's provider, context window, pricing, and capabilities like vision, function calling, reasoning, and prompt caching:

Check available models¶
Query the models endpoint directly to see what's available for your key:
Replace [your-region] with your actual region code from my.amazee.io (e.g., ch103, us103, de103).
The response includes every model your key has access to, including model IDs you can use in API requests.