モデルを作成
モデルを作成
新しいモデルを作成します。
POST
モデルを作成
Documentation Index
Fetch the complete documentation index at: https://wb-21fd5541-docs-2658.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
承認
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ボディ
application/json
新しいモデルを作成するためのスキーマ。
ファインチューニング元のベースモデル識別子、または HuggingFace モデルパス
例:
"OpenPipe/Qwen3-14B-Instruct"
プロジェクト内でモデルを一意に識別する名
例:
"my-awesome-model"
モデルの保存先となる W&B のプロジェクト名
例:
"my-awesome-project"
使用している W&B APIキー に対応する開発者の Teams またはユーザー名
例:
"my-team"
true の場合、同じ名のモデルがすでに存在していれば、新規作成する代わりに既存のモデルを返します