# [BETA] 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 parameters Content-type: application/json - **huggingface-token** (string) Huggingface Token - **name** (string) Model name ## Responses ### 200: 200 #### Body Parameters: 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)