{
"timeout": 3600,
"llm_model": "string",
"auto_pause": 0
}
curl --location --request POST 'https://api.302.ai/302/claude-code/model/create' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"timeout": 3600,
"llm_model": "string",
"auto_pause": 0
}'
{
"success": true,
"data": {
"model_id": "string"
}
}