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).
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 URLqwen3-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.