logo
ChangelogRelease History

Changelog

Track the latest updates and improvements to GPUniq.

Follow us on Telegram for real-time announcements.

2026-04-21v3.2.0
featurellmimages

Image Generation

  • Text-to-image and image-to-image via the OpenAI-compatible /v1/openai/images/generations and native /v1/llm/images/generations endpoints.
  • Four new models: nano-banana ($0.0312/img), nano-banana-pro ($0.1072/img), nano-banana-pro-4k ($0.192/img), grok-4-image ($0.0352/img).
  • Reference photos: attach up to 4 photos with any prompt — Nano Banana handles the rest for image editing and style transfer.
  • Flat per-image billing: you pay only for delivered images. If the upstream content-policy rejects a frame you're charged only for what arrived.
  • New in-app studio at /chat — pick any image model and the composer switches to a text+photos panel with a gallery view.
2026-04-21v3.1.0
featurellmapi

OpenAI-Compatible LLM Endpoint

  • Drop-in OpenAI API at /v1/openai/chat/completions and /v1/openai/models — every field of the OpenAI Chat Completions protocol is forwarded unchanged (tools, tool_choice, response_format, logprobs, seed, streaming).
  • Works with Claude Code (via LiteLLM proxy), Cursor, Continue.dev, Aider, LiteLLM, and the official OpenAI Python / JS SDKs — no code changes required.
  • Byte-identical SSE streaming — plug directly into OpenAI SDK's streaming parser.
  • Authenticates with your existing GPUniq API key via Authorization: Bearer gpuniq_....

Expanded Model Catalog

  • Anthropic Claude — Opus 4.7 / 4.6 / 4.5, Sonnet 4.6 / 4.5, Haiku 4.5 (now the platform default).
  • OpenAI GPT-5 family — GPT-5.2 Pro / Codex, GPT-5.1 Codex Max, GPT-5, o3 / o3-mini / o4-mini, GPT-4o, GPT-4.1.
  • Google Gemini — Gemini 3 Pro / Flash, Gemini 2.5, Nano Banana.
  • xAI Grok — Grok 4, Grok 4.1 Thinking, Grok 4 Fast.
  • Premium models priced 20% below vendor list price; 30+ free-tier community models remain available.
2026-02-28v3.0.0
featurecli

CLI Tool (gg)

  • Command checkpointing: Every command run via gg is saved with full output, exit code, and timing
  • Replay on restart: gg replay re-runs interrupted commands after instance restarts
  • PTY support: Full terminal colors, progress bars, and interactive prompts
  • Backend sync: Checkpoints are synced to the GPUniq backend automatically
  • 6 commands: gg init, gg run, gg list, gg logs, gg replay, gg status
  • Shorthand syntax: gg python train.py works the same as gg run python train.py
2026-02-23v2.0.0
featuresdkapi

Python SDK v2.0

  • Full Python SDK: pip install GPUniq — all endpoints accessible via GPUniq client
  • Universal API Key Auth: API keys now work across all endpoints (marketplace, instances, volumes, LLM, payments, settings)
  • Rate Limiting: 120 req/min per API key with auto-retry in SDK
  • 8 SDK Modules: marketplace, gpu_cloud, burst, instances, volumes, llm, payments, settings
  • Backward compatible: v1.x gpuniq.init() and client.request() still work

GPU Dex-Cloud

  • Deploy by GPU type: Pick a GPU model, the platform finds the best server automatically
  • One-call deployment: client.gpu_cloud.deploy(gpu_name="RTX_4090")
  • Pricing API: Check pricing before deploying

GPU Burst

  • Multi-GPU burst orders: Scale to 100 GPUs in a single order
  • Fallback GPUs: Define alternative GPU types with price caps
  • Cost estimation: Estimate burst cost before committing
  • Per-order billing: Transaction and run history per order

Persistent Volumes

  • Persistent storage: Create volumes that survive instance restarts
  • File management: Upload, download, list, and delete files via API/SDK
  • Attach to any instance: Mount volumes at creation time across all deployment modes
  • Sync logs: Monitor volume sync operations

LLM API

  • Unified LLM access: OpenAI, Qwen, DeepSeek, Llama, Mistral, and more
  • Chat sessions: Persistent conversations with message history
  • Token management: Balance, packages, usage history
  • Terminal commands: Generate shell commands from natural language

Settings

  • SSH key management: Add, update, toggle, delete SSH keys via API
  • Per-instance SSH keys: Attach/detach keys to individual instances
  • Telegram notifications: Link Telegram for status alerts
2026-01-09v0.5.1
featureimprovement

New Features

  • GPU Analytics Dashboard: Market analytics with price tracking and availability trends
  • Enhanced AI Recommendations: Improved GPU suggestions based on usage history
  • Async Order Creation: Reliable order creation with job status polling
  • SLA Monitoring: Real-time uptime tracking per instance

Improvements

  • Faster marketplace loading with optimized queries
  • Improved SSH connection reliability
  • Enhanced provider verification with reliability scoring
2025-11-15v0.4.0
featurecrypto

New Features

  • USDT Payments (TRC20): Deposit and withdraw using Tether on Tron network
  • Flexible Pricing Types: Hourly, daily, weekly, and monthly billing
  • Provider Dashboard: GPU owners can manage listings and track earnings
2025-09-20v0.3.0
featureapi

New Features

  • AI GPU Recommendations: Natural language GPU suggestions
  • Task History API: Rental history with detailed statistics
  • Session Management: View and manage active sessions
2025-07-10v0.2.0
featureprovider

New Features

  • Multi-GPU Support: Rent machines with multiple GPUs
  • Provider Agent: Connect your GPUs to the marketplace
  • Heartbeat Monitoring: Real-time provider availability tracking
2025-05-01v0.1.0
launch

Initial Launch

  • GPU Marketplace: Browse and rent GPUs from providers worldwide
  • Instant SSH Access: Get credentials immediately after rental
  • YooKassa Payments: Russian payment methods
  • User Dashboard: Manage rentals, balance, and usage
  • REST API: Full API access for automation

Upgrade Instructions

Python SDK: pip install --upgrade GPUniq

The API is backward compatible. Existing integrations continue to work.