Skip to main content
The Deployments page lets you provision a dedicated GPU endpoint for any supported model. Once a deployment is Ready, you can call it using the OpenAI-compatible API.

Prerequisites

  • An EigenAI account with available credits.
  • An API key (see Authentication).

The deployments list

The Deployments page shows a table of all your deployments. Use the Search box to filter by name, model, or ID. Use the All types and All statuses dropdowns to narrow the list. Click Refresh to reload all deployment statuses at once.

Deployment statuses

Create a deployment

Click Create Deployment to open the 3-step wizard.

Step 1 — Select model

Choose the model you want to deploy. 35 models are available, organized by provider. Each model card shows:
  • GPU minimum — the minimum number of GPUs required.
  • Capability tags — e.g., Think (chain-of-thought reasoning), Tools (function calling), Turbo (speculative decoding), Vision (image input), FP8 (FP8 quantized weights), BF16 (BF16 quantized weights).
Use the provider filter tabs (All, DeepSeek, Qwen3 (Text), Qwen3 (Vision), GLM, Llama, Kimi, Others) to browse by family. You can also deploy a fine-tuned model checkpoint directly from the Fine-tuning job detail page using the Deploy button on any epoch checkpoint.

Step 2 — Configuration

Configure the hardware and runtime options for your deployment.

Step 3 — Review & deploy

Review the deployment summary before launching. Click Deploy to provision the endpoint. The deployment will enter Provisioning status.

View deployment details

Click any row in the deployments list to expand its details inline.

Call a deployment

When a deployment is Ready, an OpenAI-Compatible Endpoint section appears with everything you need to make your first request. Base URL
Model name Each deployment gets a unique model name (e.g., qwen3-vl-8b-instruct-mushy-booby-167-dep-6a6ee693c4). Use this as the model field in your requests. Click the copy icon to copy it. Authentication Include your API key in the Authorization header. Click Get API Key to go to the API Keys page.
Replace YOUR_DEPLOYMENT_MODEL_NAME with the model name shown in the deployment’s detail panel.

Terminate a deployment

Click Terminate in the Actions column to shut down a deployment. Billing stops once the status changes to Terminated. This action cannot be undone.