Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Schema for creating a new Model.
Project name in W&B where the model will be stored
Examples:
"my-awesome-project"
Unique name for the model within the project
Examples:
"my-awesome-model"
Base model identifier or HuggingFace model path to fine-tune from
Examples:
"OpenPipe/Qwen3-14B-Instruct"
Team or username of the developer whose W&B API key is being used
Examples:
"my-team"
If true, return existing model if one with the same name already exists instead of creating a new one