Authorization: Bearer ********************
{
"config_from": "predefined-model",
"credentials": {
"api_key": "sk-474e1975440f4d69a41fcca6389c86fc",
"endpoint_url": "https://api.deepseek.com"
},
"load_balancing": {
"enabled": false,
"configs": []
}
}
curl --location --request POST '/boss/api/model-providers/<string:provider>' \
--header 'Content-Type: application/json' \
--data-raw '{
"config_from": "predefined-model",
"credentials": {
"api_key": "sk-474e1975440f4d69a41fcca6389c86fc",
"endpoint_url": "https://api.deepseek.com"
},
"load_balancing": {
"enabled": false,
"configs": []
}
}'
{
"result": "success"
}