
    tni                         d Z dZddZdS )z
Runpod | API | Queries | GPUs
zK
query GpuTypes {
  gpuTypes {
    id
    displayName
    memoryInGb
  }
}
   c                     d|  d| dS )z2
    Generate a query for a specific GPU type
    z2
    query GpuTypes {
      gpuTypes(input: {id: "ae  "}) {
        maxGpuCount
        id
        displayName
        manufacturer
        memoryInGb
        cudaCores
        secureCloud
        communityCloud
        securePrice
        communityPrice
        oneMonthPrice
        threeMonthPrice
        oneWeekPrice
        communitySpotPrice
        secureSpotPrice
        lowestPrice(input: {gpuCount: zZ}) {
          minimumBidPrice
          uninterruptablePrice
        }
      }
    }
     )gpu_id	gpu_counts     T/var/www/html/gpu-tools/venv/lib/python3.11/site-packages/runpod/api/queries/gpus.pygenerate_gpu_queryr      s-    
$ $ )2%       N)r   )__doc__QUERY_GPU_TYPESr   r   r	   r   <module>r      s4         r	   