Overview
IAM
- Account
- Users
- API Tokens
CDN
- IP addresses list
- CDN service
- Origins
- CDN resources
- CDN activity logs
- Log forwarding
- Log viewer
- Logs uploader
- Tools
- Rules
- Rule templates
- Purge history
- SSL certificates
- CA certificates
- CDN Statistics
- Advanced analytics
- Origin shielding
- Let's Encrypt certificates
Managed DNS
- Analyze
- Locations
- Lookup
- Metrics
- Pickers
- DNS Clients
- Zones
- DNSSEC
- RRsets
Cloud
- Bare Metal
- Container as a Service
- Cost Reports
- DDOS Protection
- File Shares
- Firewalls
- Floating IPs
- Function as a Service
- GPU Cloud
- POSTCreate bare metal GPU cluster
- DELDelete bare metal GPU server from cluster
- POSTRebuild one or more bare metal GPU cluster servers
- POSTResize bare metal GPU cluster
- POSTCheck quotas for bare metal GPU cluster creation
- GETList network interfaces for a bare metal GPU cluster
- GETList network ports for a bare metal GPU cluster
- POSTAttach interface to bare metal GPU cluster server
- POSTDetach interface from bare metal GPU cluster server
- GETGet bare metal GPU cluster server console URL
- POSTPowercycle one bare metal GPU cluster server
- POSTReboot one bare metal GPU cluster server
- GETDeprecated. List bare metal GPU flavorsdeprecated
- GETDeprecated. List bare metal GPU imagesdeprecated
- GETList regions with GPU cluster support
- POSTPreview GPU cluster price
- GETGet GPU cluster price
- GETList bare metal GPU clusters
- GETGet bare metal GPU cluster
- DELDelete bare metal GPU cluster
- POSTPowercycle all bare metal GPU cluster servers
- POSTReboot all bare metal GPU cluster servers
- POSTCheck quotas for bare metal GPU cluster creation
- GETList bare metal GPU clusters
- GETGet bare metal GPU cluster
- GETList bare metal GPU cluster servers
- GETList bare metal GPU flavors
- GETList bare metal GPU images
- POSTUpload new bare metal GPU image
- GETGet bare metal GPU image by ID
- DELDelete bare metal GPU image by ID
- POSTCheck quotas for virtual GPU cluster creation
- GETList virtual GPU clusters
- POSTCreate virtual GPU cluster
- GETGet info about a single virtual GPU cluster
- DELDelete virtual GPU cluster
- PATCHRename virtual GPU cluster
- POSTPerform a specific action on the virtual GPU cluster
- GETList network interfaces for virtual GPU cluster
- GETList virtual GPU cluster servers
- DELDelete virtual GPU server from cluster
- GETList volumes attached to servers in the virtual GPU cluster
- GETList virtual GPU flavors
- GETList virtual GPU images
- POSTUpload new virtual GPU image
- GETGet virtual GPU image by ID
- DELDelete virtual GPU image by ID
- POST
- IP Ranges
- Images
- Inference Instances
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Service Endpoints
- Snapshot Schedules
- Snapshots
- Tasks
- User Actions
- User Role Assignments
- Volumes
Security
- Event Logs
- BGP announces
- Security Templates
- Profiles
FastEdge
- Apps
- Binaries
- FastEdge Clients
- FastEdge Secrets
- Stats
- FastEdge Templates
WAAP
- WAAP Service
- Domains
- Policies
- Analytics
- Custom Page Sets
- Custom Rules
- Firewall Rules
- Advanced Rules
- Tags
- Network Organizations
- API Discovery
- IP Spotlight
- Security Insights
Web Security
- Billing Statistics
- Resources
Video Streaming
- Streams
- Overlays
- Broadcasts
- Restreams
- Videos
- Subtitles
- Directories
- Playlists
- QualitySets
- Players
- AI
- Streaming Statistics
Object Storage
- Notifications
- Key
- Location
- Storage
- Storage Statistics
GPU Cloud
Preview GPU cluster price
Preview billing price of a GPU cluster
POST
/
cloud
/
v1
/
pricing
/
{project_id}
/
{region_id}
/
ai
/
clusters
Copy
Ask AI
curl --request POST \
--url https://api.gcore.com/cloud/v1/pricing/{project_id}/{region_id}/ai/clusters \
--header 'APIKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"flavor": "bm1-ai-small-v1pod-4",
"instances_count": 1,
"interfaces": [
{
"floating_ip": {
"source": "new"
},
"network_id": "ddc28e44-2acb-499b-985b-831f29432e1c",
"subnet_id": "2731a56e-a5c9-44be-80c2-02c57c594573",
"type": "subnet"
}
],
"name": "poplar-ubuntu",
"volumes": [
{
"size": 10,
"source": "image",
"type_name": "ssd_hiiops"
},
{
"size": 5,
"source": "new-volume",
"type_name": "standard"
},
{
"snapshot_id": "7cca40d7-a843-4e9f-ae08-62b9a394b1ab",
"source": "snapshot"
}
]
}'
Copy
Ask AI
{
"currency_code": "USD",
"per_gb": {
"egress_traffic_baremetal": 1.3
},
"per_hour": {
"external_ip": 0.02,
"flavor": 0.8,
"floating_ip": 0.05,
"volumes": {
"cold": 0.1083,
"ssd_hiiops": 0.0278,
"standard": 0.0139
}
},
"per_month": {
"external_ip": 14.4,
"flavor": 576,
"floating_ip": 36,
"volumes": {
"cold": 78,
"ssd_hiiops": 20,
"standard": 10
}
},
"price_status": "show",
"total_price_per_hour": 1.02,
"total_price_per_month": 734.4,
"vm_count": 1
}
Authorizations
API key for authentication.
Path Parameters
Project ID
Examples:
1
Region ID
Examples:
1
Body
application/json
Pricing schema for AI cluster creation with detailed prices per category
Response
200 - application/json
OK
Billing response v2 preview schema for server instance.
Was this page helpful?
Copy
Ask AI
curl --request POST \
--url https://api.gcore.com/cloud/v1/pricing/{project_id}/{region_id}/ai/clusters \
--header 'APIKey: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"flavor": "bm1-ai-small-v1pod-4",
"instances_count": 1,
"interfaces": [
{
"floating_ip": {
"source": "new"
},
"network_id": "ddc28e44-2acb-499b-985b-831f29432e1c",
"subnet_id": "2731a56e-a5c9-44be-80c2-02c57c594573",
"type": "subnet"
}
],
"name": "poplar-ubuntu",
"volumes": [
{
"size": 10,
"source": "image",
"type_name": "ssd_hiiops"
},
{
"size": 5,
"source": "new-volume",
"type_name": "standard"
},
{
"snapshot_id": "7cca40d7-a843-4e9f-ae08-62b9a394b1ab",
"source": "snapshot"
}
]
}'
Copy
Ask AI
{
"currency_code": "USD",
"per_gb": {
"egress_traffic_baremetal": 1.3
},
"per_hour": {
"external_ip": 0.02,
"flavor": 0.8,
"floating_ip": 0.05,
"volumes": {
"cold": 0.1083,
"ssd_hiiops": 0.0278,
"standard": 0.0139
}
},
"per_month": {
"external_ip": 14.4,
"flavor": 576,
"floating_ip": 36,
"volumes": {
"cold": 78,
"ssd_hiiops": 20,
"standard": 10
}
},
"price_status": "show",
"total_price_per_hour": 1.02,
"total_price_per_month": 734.4,
"vm_count": 1
}
Assistant
Responses are generated using AI and may contain mistakes.