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
- Floating IPs
- Function as a Service
- GPU Cloud
- IP Ranges
- Images
- Inference Instances
- GETList inference deployments
- POSTCreate inference deployment
- GETGet inference deployment
- DELDelete inference deployment
- PATCHUpdate inference deployment
- GETGet inference deployment API key
- GETGet inference deployment logs
- POSTStart inference deployment
- POSTStop inference deployment
- GETList inference registry credentials
- POSTCreate inference registry credential
- GETGet inference registry credential
- PUTReplace inference registry credential
- DELDelete inference registry credential
- GETList inference secrets
- POSTCreate inference secret
- GETGet inference secret
- PUTReplace inference secret
- DELDelete Inference Secret
- GETGet inference capacity by region
- GETList inference flavors
- GETGet inference flavor
- GETList models from catalog
- GETGet model from catalog
- POSTPreview inference deployment price
- GETList API Keysdeprecated
- POSTCreate API Keydeprecated
- GETGet API Keydeprecated
- DELDelete API Keydeprecated
- PATCHUpdate API Keydeprecated
- GETGet Capacity for regionsdeprecated
- GETList Inference Instancesdeprecated
- POSTCreate Inference Instancedeprecated
- GETGet Inference Instancedeprecated
- PUTUpdate Inference Instancedeprecated
- DELDelete Inference Instancedeprecated
- GETGet Inference Instance Logsdeprecated
- GETGet Inference Instance Logs by Regiondeprecated
- POSTStart Inference Instancedeprecated
- POSTStop Inference Instancedeprecated
- GETList inference instance flavorsdeprecated
- GETGet inference instance flavor Detailsdeprecated
- GETList ML Model Catalogdeprecated
- GETGet ML Model Catalog Detailsdeprecated
- GETList Registriesdeprecated
- POSTCreate Registrydeprecated
- GETGet Registrydeprecated
- DELDelete Registrydeprecated
- PATCHUpdate Registrydeprecated
- POSTPreview inference deployment pricedeprecated
- GET
- Instances
- Load Balancers
- Logging
- Managed Kubernetes
- Managed PostgreSQL
- Networks
- Placement Groups
- Projects
- Quotas
- Regions
- Registry
- Reservations
- Reserved IPs
- Routers
- SSH Keys
- Secrets
- Security Groups
- 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
Video Streaming
- Streams
- Overlays
- Broadcasts
- Restreams
- Videos
- Subtitles
- Directories
- Playlists
- QualitySets
- Players
- AI
- Streaming Statistics
Object Storage
- Notifications
- Key
- Location
- Storage
- Storage Statistics
Inference Instances
List inference instance flavors
deprecated
GET
/
cloud
/
v2
/
inference
/
flavors
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v2/inference/flavors \
--header 'Authorization: <api-key>'
Copy
Ask AI
{
"cpu": 1000,
"description": "My first flavor",
"gpu_count": 1,
"gpu_memory": 1024,
"gpu_model": "L40s",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "flavor1",
"ram": 2048
}
Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Limit the number of returned events. Defaults to 100. Limited by max limit value of 1000
Offset value is used to exclude the first set of records from the result
Response
200
application/json
List of the inference instance flavors
The response is of type object
.
Was this page helpful?
Copy
Ask AI
curl --request GET \
--url https://api.gcore.com/cloud/v2/inference/flavors \
--header 'Authorization: <api-key>'
Copy
Ask AI
{
"cpu": 1000,
"description": "My first flavor",
"gpu_count": 1,
"gpu_memory": 1024,
"gpu_model": "L40s",
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "flavor1",
"ram": 2048
}
Assistant
Responses are generated using AI and may contain mistakes.