Skip to main content
POST
/
setMaxPriceForCapability
Set max price per AI capability
curl --request POST \
  --url http://localhost:5935/setMaxPriceForCapability \
  --header 'Content-Type: application/json' \
  --data '
{
  "capabilities_prices": [
    {
      "pipeline": "text-to-image",
      "price_per_unit": 1000,
      "model_id": "stabilityai/sd-turbo",
      "pixels_per_unit": 1
    }
  ]
}
'
This page is still cooking...
Expect big things soon!

Body

application/json
capabilities_prices
object[]
required

Response

200

AI pricing updated successfully

Last modified on January 13, 2026