メインコンテンツへスキップ
DELETE
/
api
/
v1
/
provider
/
models
/
llm
/
{model_uuid}
删除 LLM 模型
curl --request DELETE \
  --url http://localhost:5300/api/v1/provider/models/llm/{model_uuid} \
  --header 'X-API-Key: <api-key>'
{
  "code": 0
}

承認

X-API-Key
string
header
必須

パスパラメータ

model_uuid
string<uuid>
必須

レスポンス

200 - application/json

操作成功

code
integer
:

0