curl --request PUT \
--url http://localhost:5300/api/v1/provider/models/llm/{model_uuid} \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"provider_uuid": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"abilities": [
"<string>"
],
"extra_args": {},
"prefered_ranking": 123
}
'