RL
Estimate on-demand model resource cost
Estimates a model resource's on-demand hourly price without creating it.
post/rl/model-resources/estimate-cost
Request body
Example request
{
"base_model": "Qwen/Qwen3-0.6B",
"compute_config": {
"num_generator_replicas": 2
},
"lora_enabled": true
}Response
Estimated on-demand cost
Example response
{
"price_per_hour": 56,
"currency": "USD"
}