Core ConceptsFeatures
Core Concepts

Core Features of GPUiq

Explore the essential features of GPUiq that enable efficient GPU rentals for various workloads like AI and rendering.

Overview

GPUiq provides powerful GPU rentals optimized for AI training, machine learning inference, 3D rendering, and cryptocurrency mining. You access high-performance hardware at affordable prices, with up to 70% cost savings compared to traditional cloud providers. Key features include diverse GPU types, automatic switching for resource optimization, snapshot functionality for data preservation, and flexible pricing models.

Start by selecting a GPU type that matches your workload. GPUiq automatically scales resources to minimize costs and downtime.

Available GPU Types

GPUiq offers a range of GPUs with detailed performance specifications. Choose based on your needs for VRAM, compute power, and tensor performance.

GPU ModelVRAMFP32 TFLOPSTensor CoresIdeal For
NVIDIA A10080GB19.5432AI training, large models
NVIDIA H100141GB67528High-end ML, HPC
RTX 409024GB82.6304Rendering, gaming sims
A600048GB38.7336Balanced ML/rendering

Automatic Switching

Automatic switching dynamically allocates the optimal GPU based on your workload demands. GPUiq monitors usage and switches seamlessly to prevent overprovisioning.

Enable Auto-Switching

In your dashboard, toggle autoSwitch to true.

Define Rules

Set thresholds: minVRAM: "24GB", maxTFLOPS: 50.

Monitor Transitions

View logs for switch events.

Snapshot Functionality

Snapshots capture your GPU instance state, including data and models, for quick restoration. Preserve progress without full recreation.

curl -X POST https://api.example.com/v1/snapshots \
  -H "Authorization: Bearer YOUR_TOKEN" \
  -d '{
    "instanceId": "gpu-12345",
    "name": "model-training-v1"
  }'

Cost-Saving Mechanisms

GPUiq delivers up to 70% savings through on-demand pricing, reserved instances, and spot markets. Pay only for active usage with automatic shutdowns.

# CLI: List pricing
gpuiq pricing list --region us-east
ModelHourly Rate (A100)Savings
On-Demand$1.20Baseline
Reserved (1yr)$0.7240%
Spot$0.3670%

Combine spot instances with snapshots for maximum savings on interruptible workloads.

Was this page helpful?
Built with Documentation.AI

Last updated today