Create deployment
Create a new dedicated inference endpoint. name and model_id are immutable after creation.
Not yet available. Self-serve deployment creation is coming soon. Sign up for private preview access to be notified when it launches.
Authorizations
Modular Cloud API token. Obtain from the API Tokens page.
Body
URL-safe slug, max 50 characters. Immutable after creation.
50^[a-z][a-z0-9-]{0,49}$Model identifier from the console Models page. Immutable after creation.
"google/gemma-4-31B-it"
Human-readable label for the deployment.
Geographic region group for the deployment.
us, eu, global Response
Deployment created. endpoint_url is null while provisioning.
Deployment name (the URL-safe slug).
Unique deployment identifier.
Model identifier.
Current lifecycle status of a deployment.
unknown, non-deployed, deploying, running, unhealthy, failed, updating, scaling, terminating, terminated, image-building, image-build-failed, model-seed-failed, image-build-succeeded, scaled-to-zero, scaling-up, scaling-down Inference endpoint URL. Null until the deployment is running.