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,
"gpu_type": "B200-SXM"
},
"lora_enabled": true
}Response
Estimated on-demand cost
Example response
{
"price_per_hour": 56,
"currency": "USD"
}Changes
Changed in 2 of the 15 revisions of this API.2
- ○
added the new optional request property
/new-optional-request-property
- ○
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○