POST
    /ai/deployment
  
  curl \
 --request POST 'https://api-ch-gva-2.exoscale.com/v2/ai/deployment' \
 --header "Content-Type: application/json" \
 --data '{"model-id":"string","name":"string","gpu-type":"string","gpu-count":42,"replicas":42}'
    
        Request examples
  
  {
  "model-id": "string",
  "name": "string",
  "gpu-type": "string",
  "gpu-count": 42,
  "replicas": 42
}
        Response examples (200)
  
  {
  "id": "string",
  "reason": "incorrect",
  "reference": {
    "id": "string",
    "link": "string",
    "command": "string"
  },
  "message": "string",
  "state": "failure"
}
        Response examples (400)
  
  {}