pydo.dedicated_inferences.create()
Generated on 7 May 2026
from pydo version
v0.34.0
Description
Create a new Dedicated Inference for your team. Send a POST request to
/v2/dedicated-inferences with a spec object (version, name, region, vpc,
enable_public_endpoint, model_deployments) and optional access_tokens (e.g.
hugging_face_token for gated models). The response code 202 Accepted indicates
the request was accepted for processing; it does not indicate success or failure.
The token value is returned only on create; store it securely.
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.