Connect to a GPU instance

Call the service running on your GPU Cloud instance through an authenticated EmpirioLabs API path. For a model deploy this is the OpenAI-compatible base: send `POST /v1/gpu/connect/{instance_id}/v1/chat/completions`. For a JupyterLab, ComfyUI, Web Terminal, or Ollama template, call the service through the same connect path. Supports GET, POST, PUT, PATCH, DELETE, and streaming responses.

Authentication

AuthorizationBearer

Pass your EmpirioLabs API key as a bearer token. The Anthropic-style x-api-key header is also accepted on every endpoint.

Path parameters

instance_idstringRequired
pathstringRequired

The path on your GPU service to reach, e.g. v1/chat/completions.

Response

Response from your GPU service.

Errors

502
Bad Gateway Error