Documentation Index
Fetch the complete documentation index at: https://docs.tokenfactory.nebius.com/llms.txt
Use this file to discover all available pages before exploring further.
| Status | Typical cause | Fix |
|---|---|---|
401 Unauthorized | Missing/invalid token | Ensure Authorization: Bearer ... is set and token is active |
403 Forbidden | Token lacks permission | Use a token with dedicated endpoint permissions |
404 Not Found | Endpoint not ready, wrong inference domain, or wrong routing_key | Wait for readiness; use correct inference base URL for the endpoint region; pass routing_key exactly as returned |
409 Conflict | Capacity or config conflict | Choose a supported GPU/region combo from templates or reduce max replicas |
422 Unprocessable Entity | Invalid payload values | Validate fields against templates (gpu types, flavors, regions, counts) |