Deploy an aligned model for inference use.
This endpoint deploys a domain-aligned model, making it available for inference.
Path Parameters:
model_id: Unique identifier of the aligned model to deployReturns:
String containing the model ID for tracking deployment status
Raises:
400: If model is already deployed or deployment provider is invalid404: If model or alignment task not foundExample Request:
POST /api/v3/models/deploy-model/alignment-xyz789
Headers: {"Authorization": "Bearer <api_key>"}
Example Response:
"alignment-xyz789"
Notes:
/models/aligned to check deployment status (DEPLOYING, DEPLOYED)UNDEPLOYED state before deploymentBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successfully initiated model deployment
Model ID of the aligned model being deployed. Use this ID to track deployment status.
"alignment-xyz789"