curl --request POST \
--url http://localhost:5300/api/v1/provider/models/llm \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"name": "<string>",
"requester": "<string>",
"requester_config": {},
"api_keys": [
{}
],
"description": "<string>",
"abilities": [
"<string>"
],
"extra_args": {}
}
'