# Create Model **POST /ai/model** Model files will be downloaded from Huggingface. Name must be the exact name of the model on huggingface (ex: openai/gpt-oss-120b or ggml-org/gpt-oss-120b-GGUF). If the model is under a license then you must provide a Huggingface access token for an account that signed the license agreement ## Servers - https://api-ch-gva-2.exoscale.com/v2: https://api-ch-gva-2.exoscale.com/v2 () ## Parameters ### Body: application/json (object) - **name** (string) Model name - **huggingface-token** (string) Huggingface Token ## Responses ### 403 403 #### Body: application/json (object) - **code** (string) Machine-readable forbidden error code - **error** (string) Forbidden error message ### 200 200 #### Body: application/json (object) - **id** (string(uuid)) Operation ID - **reason** (string) Operation failure reason - **reference** (object) Related resource reference - **message** (string) Operation message - **state** (string) Operation status [Powered by Bump.sh](https://bump.sh)