POST
/
cloud
/
v1
/
pricing
/
inference
/
deployments
curl --request POST \
  --url https://api.gcore.com/cloud/v1/pricing/inference/deployments \
  --header 'APIKey: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "containers": [
    {
      "region_id": 7,
      "scale": {
        "max": 3
      }
    }
  ],
  "flavor_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}'
{
  "currency_code": "USD",
  "discount_percent": 0.16,
  "price_per_hour": 1,
  "price_per_month": 720,
  "price_status": "show",
  "price_without_discount_per_month": 604.8
}

Authorizations

APIKey
string
header
required

API key for authentication.

Body

application/json

Response

200 - application/json

OK

Response with prices per hour and per month