Skip to main content

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.

StatusTypical causeFix
401 UnauthorizedMissing/invalid tokenEnsure Authorization: Bearer ... is set and token is active
403 ForbiddenToken lacks permissionUse a token with dedicated endpoint permissions
404 Not FoundEndpoint not ready, wrong inference domain, or wrong routing_keyWait for readiness; use correct inference base URL for the endpoint region; pass routing_key exactly as returned
409 ConflictCapacity or config conflictChoose a supported GPU/region combo from templates or reduce max replicas
422 Unprocessable EntityInvalid payload valuesValidate fields against templates (gpu types, flavors, regions, counts)