POST
/
cloud
/
v2
/
pricing
/
inference
/
applications
Preview inference application deployment price
curl --request POST \
  --url https://api.gcore.com/cloud/v2/pricing/inference/applications \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "components": {},
  "regions": [
    1,
    2,
    7
  ]
}'
{
  "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,
  "tax_percent": 17
}

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Body

application/json

Response

200 - application/json

OK

Response with prices per hour and per month