Documentation Index
Fetch the complete documentation index at: https://docs.crazyrouter.com/llms.txt
Use this file to discover all available pages before exploring further.
Create Completion (Legacy)
Current Production Status
As of March 23, 2026, Crazyrouter production confirms:- the route still exists
- a request using the classic example model
gpt-4.1-minireturned503 - the error code was
model_not_found - the message said the model was temporarily unavailable
Current Recommendation
- Use
Chat Completionsfor new chat-style integrations - Use
Responseswhen you need GPT-5 reasoning, web search, or newer response shapes - Only keep testing
/v1/completionsif you already depend on a legacy client and have confirmed that your legacy model is currently available
Retest Template
If you must verify whether a legacy model still works on this endpoint, first confirm the model ID through/v1/models, then send a minimal request: