> ## Documentation Index
> Fetch the complete documentation index at: https://gcore.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# List regions with GPU cluster support

> Retrieve a list of regions that support GPU clusters.
For resellers, returns all AI regions.
For regular clients, returns only active AI regions.



## OpenAPI

````yaml /api-reference/services_documented/cloud_api.yaml get /cloud/v1/ai/regions
openapi: 3.1.0
info:
  title: Gcore OpenAPI – Cloud API
  description: >-
    This OpenAPI is an aggregated OpenAPI specification that unifies all Gcore
    products into a single file. It covers Cloud, CDN, DNS, WAAP, DDoS
    Protection, Object Storage, Streaming, and FastEdge services.
  version: '2026-05-15T06:37:28.230198+00:00'
servers:
  - url: https://api.gcore.com
security:
  - APIKey: []
tags:
  - name: Bare Metal
    x-displayName: Bare Metal
  - name: Container as a Service
    x-displayName: Container as a Service
  - name: Cost Reports
    x-displayName: Cost Reports
  - name: DDoS Protection
    x-displayName: DDoS Protection
  - name: Everywhere Inference
    x-displayName: Everywhere Inference
  - name: Everywhere Inference Apps
    x-displayName: Everywhere Inference Apps
  - name: File Shares
    x-displayName: File Shares
  - name: Floating IPs
    x-displayName: Floating IPs
  - name: Function as a Service
    x-displayName: Function as a Service
  - name: GPU Bare Metal
    x-displayName: GPU Bare Metal
  - name: GPU Virtual
    x-displayName: GPU Virtual
  - name: IP Ranges
    x-displayName: IP Ranges
  - name: Images
    x-displayName: Images
  - name: Instances
    x-displayName: Instances
  - name: Load Balancers
    x-displayName: Load Balancers
  - name: Logging
    x-displayName: Logging
  - name: Managed Kubernetes
    x-displayName: Managed Kubernetes
  - name: Managed PostgreSQL
    x-displayName: Managed PostgreSQL
  - name: Networks
    x-displayName: Networks
  - name: Placement Groups
    x-displayName: Placement Groups
  - name: Projects
    x-displayName: Projects
  - name: Quotas
    x-displayName: Quotas
  - name: Regions
    x-displayName: Regions
  - name: Registry
    x-displayName: Registry
  - name: Reservations
    x-displayName: Reservations
  - name: Reserved IPs
    x-displayName: Reserved IPs
  - name: Routers
    x-displayName: Routers
  - name: SSH Keys
    x-displayName: SSH Keys
  - name: Secrets
    x-displayName: Secrets
  - name: Security Groups
    x-displayName: Security Groups
  - name: Snapshot Schedules
    x-displayName: Snapshot Schedules
  - name: Snapshots
    x-displayName: Snapshots
  - name: Tasks
    x-displayName: Tasks
  - name: User Actions
    x-displayName: User Actions
  - name: User Role Assignments
    x-displayName: User Role Assignments
  - name: Volumes
    x-displayName: Volumes
paths:
  /cloud/v1/ai/regions:
    get:
      tags:
        - GPU Bare Metal
      summary: List regions with GPU cluster support
      description: |-
        Retrieve a list of regions that support GPU clusters.
        For resellers, returns all AI regions.
        For regular clients, returns only active AI regions.
      operationId: AIRegionsHandler.get
      parameters: []
      responses:
        '200':
          description: All Regions (json format).
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/RegionSerializerAiCollectionSerializer'
components:
  schemas:
    RegionSerializerAiCollectionSerializer:
      properties:
        count:
          description: Number of objects
          example: 1
          examples:
            - 1
          minimum: 0
          title: Count
          type: integer
        results:
          description: Objects
          items:
            $ref: '#/components/schemas/RegionSerializerAi'
          title: Results
          type: array
      required:
        - count
        - results
      title: RegionSerializerAiCollectionSerializer
      type: object
    RegionSerializerAi:
      properties:
        access_level:
          $ref: '#/components/schemas/RegionAccessType'
          description: The access level of the region in string format.
          examples:
            - core
        available_volume_types:
          anyOf:
            - items:
                type: string
              type: array
            - type: 'null'
          default: null
          description: List of available volume types, 'standard', 'ssd_hiiops', 'cold'].
          examples:
            - - standard
              - ssd_hiiops
              - cold
          title: Available Volume Types
        country:
          description: Two-letter country code, ISO 3166-1 alpha-2
          example: LU
          examples:
            - LU
          pattern: ^\w{2}$
          title: Country
          type: string
        created_on:
          description: >-
            A datetime object that is automatically generated when the region is
            created.
          example: '2019-12-31T23:59:59'
          examples:
            - '2019-12-31T23:59:59'
          format: date-time
          title: Created On
          type: string
        ddos_endpoint:
          anyOf:
            - $ref: '#/components/schemas/ServiceEndpointSerializer'
            - type: 'null'
          default: null
          deprecated: true
          description: DDoS endpoint object
        ddos_endpoint_id:
          anyOf:
            - type: integer
            - type: 'null'
          default: null
          deprecated: true
          description: DDoS endpoint ID
          examples:
            - 3
          title: Ddos Endpoint Id
        display_name:
          description: Unique constraint. Display name
          example: Luxembourg 1
          examples:
            - Luxembourg 1
          title: Display Name
          type: string
        endpoint_type:
          $ref: '#/components/schemas/RegionEndpointType'
          description: Endpoint type
          examples:
            - public
        external_network_id:
          description: External network ID for Neutron
          example: c843c3e6-ef4d-4b92-8db2-e16ac05c5650
          examples:
            - c843c3e6-ef4d-4b92-8db2-e16ac05c5650
          title: External Network Id
          type: string
        has_ai:
          description: Flag indicating if a region has AI capabilities available
          example: true
          examples:
            - true
          title: Has Ai
          type: boolean
        has_ai_gpu:
          description: Flag indicating if a region has AI GPUs available
          example: true
          examples:
            - true
          title: Has Ai Gpu
          type: boolean
        has_baremetal:
          description: Region has bare metal capability
          example: false
          examples:
            - false
          title: Has Baremetal
          type: boolean
        has_basic_vm:
          description: Region has basic vm capability
          example: false
          examples:
            - false
          title: Has Basic Vm
          type: boolean
        has_ddos:
          description: Region has Advanced DDoS Protection
          example: true
          examples:
            - true
            - false
          title: Has Ddos
          type: boolean
        has_k8s:
          description: Flag indicating if a region is managed kubernetes available
          example: true
          examples:
            - true
          title: Has K8S
          type: boolean
        has_kvm:
          description: Region has KVM virtualization capability
          example: true
          examples:
            - true
          title: Has Kvm
          type: boolean
        has_sfs:
          description: Region has SFS capability
          example: false
          examples:
            - false
          title: Has Sfs
          type: boolean
        id:
          description: Region ID. It automatically is being generated when it is created
          example: 1
          examples:
            - 1
          title: Id
          type: integer
        keystone:
          $ref: '#/components/schemas/KeystoneSerializerAi'
          description: Keystone object in the JSON format
        keystone_id:
          description: Foreign key for Keystone entity
          example: 1
          examples:
            - 1
          title: Keystone Id
          type: integer
        keystone_name:
          description: Region name exactly as stated in keystone
          example: ED-8
          examples:
            - ED-8
          title: Keystone Name
          type: string
        metrics_database:
          anyOf:
            - $ref: '#/components/schemas/MetricsDatabaseSerializer'
            - type: 'null'
          description: Metrics database object in JSON format
        metrics_database_id:
          anyOf:
            - type: integer
            - type: 'null'
          default: null
          description: Foreign key to Metrics database entity
          examples:
            - 1
          title: Metrics Database Id
        novnc_proxy_url:
          anyOf:
            - type: string
            - type: 'null'
          description: NoVNC console proxy URL
          examples:
            - http://example.com:6080/
          title: Novnc Proxy Url
        serial_proxy_url:
          anyOf:
            - type: string
            - type: 'null'
          description: Serial console proxy URL
          examples:
            - wss://example.com:6083/
          title: Serial Proxy Url
        slug:
          description: >-
            Short, human-readable region identifier (e.g. luxembourg-2,
            santa-clara-1).
          example: luxembourg-1
          examples:
            - luxembourg-1
          title: Slug
          type: string
        spice_proxy_url:
          anyOf:
            - type: string
            - type: 'null'
          default: null
          description: Spice console proxy URL
          examples:
            - http://example.com:6082/
          title: Spice Proxy Url
        state:
          $ref: '#/components/schemas/RegionState'
          description: Region state
          examples:
            - NEW
        task_id:
          anyOf:
            - type: string
            - type: 'null'
          default: null
          deprecated: true
          description: This field is deprecated and can be ignored
          examples:
            - null
          title: Task Id
        vlan_physical_network:
          description: Physical network name to create vlan networks
          example: br-ex
          examples:
            - br-ex
          title: Vlan Physical Network
          type: string
        zone:
          anyOf:
            - $ref: '#/components/schemas/Zone'
            - type: 'null'
          description: Zone
          examples:
            - EMEA
      required:
        - id
        - display_name
        - keystone_name
        - slug
        - state
        - country
        - zone
        - endpoint_type
        - external_network_id
        - novnc_proxy_url
        - serial_proxy_url
        - created_on
        - keystone_id
        - keystone
        - has_kvm
        - has_baremetal
        - has_basic_vm
        - has_sfs
        - has_ddos
        - vlan_physical_network
        - metrics_database
        - access_level
        - has_k8s
        - has_ai
        - has_ai_gpu
      title: Region object
      type: object
    RegionAccessType:
      enum:
        - core
        - edge
      title: RegionAccessType
      type: string
    ServiceEndpointSerializer:
      additionalProperties: false
      properties:
        client_ids:
          description: List of client IDs to access
          example:
            - 1
            - 22
            - 333
          examples:
            - - 1
              - 22
              - 333
          items:
            type: integer
          title: Client Ids
          type: array
        created_on:
          description: The endpoint creation datetime timestamp
          example: '2021-11-09T12:05:50'
          examples:
            - '2021-11-09T12:05:50'
          format: date-time
          title: Created On
          type: string
        id:
          description: Endpoint ID
          example: 1
          examples:
            - 1
          title: Id
          type: integer
        region_id:
          description: Region ID
          example: 2
          examples:
            - 2
          title: Region Id
          type: integer
        service:
          $ref: '#/components/schemas/EndpointService'
          description: Endpoint service
          examples:
            - laas
        updated_at:
          description: The endpoint last update datetime timestamp
          example: '2022-12-10T13:06:41'
          examples:
            - '2022-12-10T13:06:41'
          format: date-time
          title: Updated At
          type: string
        url:
          description: Endpoint URL
          example: https://example.com
          examples:
            - https://example.com
          maxLength: 255
          title: Url
          type: string
        version:
          description: Service version
          example: v1.2.3
          examples:
            - v1.2.3
          maxLength: 32
          title: Version
          type: string
      required:
        - region_id
        - service
        - version
        - created_on
        - updated_at
        - id
        - url
        - client_ids
      title: Endpoint object
      type: object
    RegionEndpointType:
      enum:
        - admin
        - internal
        - public
      title: RegionEndpointType
      type: string
    KeystoneSerializerAi:
      properties:
        created_on:
          anyOf:
            - format: date-time
              type: string
            - type: 'null'
          default: null
          description: >-
            Datetime object. It automatically is being generated when it is
            created
          examples:
            - '2019-12-31 23:59:59'
          title: Created On
        id:
          anyOf:
            - type: integer
            - type: 'null'
          default: null
          description: An automatically generated Region ID when it is created.
          examples:
            - 1
          title: Id
        keystone_federated_domain_id:
          description: >-
            ID of Keystone federated domain that was created during
            initialization
          example: 2b2798cc-eb87-475e-8eab-1e711e5dbe46
          examples:
            - 2b2798cc-eb87-475e-8eab-1e711e5dbe46
          title: Keystone Federated Domain Id
          type: string
        password:
          anyOf:
            - format: password
              type: string
              writeOnly: true
            - type: 'null'
          description: >-
            'null' if the keystone doesn't have the password stored, and
            '******' (some password) otherwise
          examples:
            - '******'
          title: Password
        state:
          $ref: '#/components/schemas/KeystoneState'
          description: Keystone state
          examples:
            - NEW
        url:
          description: >-
            Unique constraint. Keystone endpoint to use when interacting with
            Openstack API
          example: https://10.100.167.20:5000/v3
          examples:
            - https://10.100.167.20:5000/v3
          title: Url
          type: string
        username:
          description: Username for admin access
          example: admin
          examples:
            - admin
          title: Username
          type: string
      required:
        - url
        - state
        - keystone_federated_domain_id
        - username
        - password
      title: Keystone object
      type: object
    MetricsDatabaseSerializer:
      properties:
        host:
          description: Metrics database host
          example: 10.100.167.20
          examples:
            - 10.100.167.20
          title: Host
          type: string
        id:
          description: ID of the metrics database
          example: 1
          examples:
            - 1
          title: Id
          type: integer
        password:
          description: Metrics database password
          example: '******'
          examples:
            - '******'
          format: password
          title: Password
          type: string
          writeOnly: true
        port:
          description: Metrics database port
          example: 9097
          examples:
            - 9097
          title: Port
          type: integer
        username:
          description: Metrics database username
          example: metrics_username
          examples:
            - metrics_username
          title: Username
          type: string
      required:
        - id
        - host
        - port
        - username
        - password
      title: Metrics database schema
      type: object
    RegionState:
      enum:
        - ACTIVE
        - DELETED
        - DELETING
        - DELETION_FAILED
        - INACTIVE
        - MAINTENANCE
        - NEW
      title: RegionState
      type: string
    Zone:
      enum:
        - AMERICAS
        - APAC
        - EMEA
        - RUSSIA_AND_CIS
      title: Zone
      type: string
    EndpointService:
      enum:
        - ai_service
        - caas
        - caas_for_inference
        - dbaas
        - faas
        - inference_at_the_edge
        - inference_box
        - laas
        - mkaas
        - registry
      title: EndpointService
      type: string
    KeystoneState:
      enum:
        - DELETED
        - INITIALIZATION_FAILED
        - INITIALIZED
        - NEW
      title: KeystoneState
      type: string
  securitySchemes:
    APIKey:
      description: >-
        API key for authentication. Make sure to include the word `apikey`,
        followed by a single space and then your token.

        Example: `apikey 1234$abcdef`
      type: apiKey
      in: header
      name: Authorization

````