Authorization: Bearer ********************
curl --location --request GET '/boss/api/model-providers/<string:provider>/models/credentials?model=qwen2.5-instruct&model_type=llm'
{
"credentials": {
"server_url": "http:/************98",
"model_uid": "qwen2.5-instruct",
"invoke_timeout": "60",
"max_retries": "3",
"completion_type": "chat",
"support_function_call": true,
"context_length": 32768
},
"load_balancing": {
"enabled": false,
"configs": []
}
}