{
"config_from": "predefined-model",
"credentials": {
"anthropic_api_key": "11111111111",
"anthropic_api_url": "2222222222222"
},
"load_balancing": {
"enabled": false,
"configs": []
}
}curl --location --request POST 'http://172.20.238.8:48806/ai-portal/proxy/console/api/workspaces/current/model-providers/anthropic' \
--header 'Pragma: no-cache' \
--header 'authorization: debug userId=19645' \
--header 'content-type: application/json' \
--data-raw '{
"config_from": "predefined-model",
"credentials": {
"anthropic_api_key": "11111111111",
"anthropic_api_url": "2222222222222"
},
"load_balancing": {
"enabled": false,
"configs": []
}
}'{}