max_tokens).{
"api_key": "string",
"models": [
{
"property1": "string",
"property2": "string"
}
],
"provider": "string",
"type": "string"
}curl --location --request POST '/model/provider/batch_create' \
--header 'authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_key": "string",
"models": [
{
"property1": "string",
"property2": "string"
}
],
"provider": "string",
"type": "string"
}'null