Base URL: https://computorail.com/v1
Authenticate with Authorization: Bearer YOUR_API_KEY. Computorail supports common OpenAI-compatible endpoints, including chat completions, responses, embeddings, image and audio routes when the selected model supports them.
Do not assume every parameter works with every provider. Check the model catalog and treat the Console's current model list, price and limits as authoritative.
Responses use standard HTTP status codes. 401 indicates invalid authentication, 429 indicates a quota or rate limit, and 5xx indicates a temporary service or upstream failure. Retry transient failures with exponential backoff and a request timeout.