If you already use the OpenAI SDK, the only change is pointingDocumentation Index
Fetch the complete documentation index at: https://docs.clearmaas.com/llms.txt
Use this file to discover all available pages before exploring further.
base_url
at ClearMaas and using an ClearMaas API key.
1. Get an API key
Sign in at clearmaas.com and copy your key from the dashboard. ClearMaas keys start withsk-clearmaas-. See
Get an API key for the options you can
set when creating a key (credit limit, expiration).
2. Make a call
openai/gpt-4o-mini for any model ID
you see in /v1/models. Models are namespaced by provider:
openai/gpt-4o-mini, anthropic/claude-sonnet-4.6,
google/gemini-2.5-pro, deepseek/deepseek-chat,
grok/grok-4-fast-reasoning, qwen/qwen3.6-plus,
kimi/kimi-k2.6, minimax/minimax-m2.7, etc.
Next steps
Web search
Let the model search the web before answering.
Auto Router
Let ClearMaas pick the cheapest live model.
Model Fallbacks
Chain models for resilience.
Chat Completions
Full API reference with try-it.