Feature Summary — StreamGPU

schedule Created: March 3, 2026 at 09:16 AM
update Last Updated: March 3, 2026 at 09:23 AM
# Feature Summary Key features identified in the codebase and UI components: - GPU-centric container hosting - Run GPU-equipped containers by selecting GPU models (brand/type/VRAM). - Collect GPU availability information from servers and display it in the UI. - Pricing and Availability Cards - Use dynamic pricing cards generated by the server (`buildPricingCardsServer`), (popular/standard). - Supports per-minute/per-hour pricing and tiered pricing (Entry/Midrange/High-End). - Cost Estimation and Credits - Displays estimated hourly/monthly costs for GPU and storage combined in the UI. - Each container option may have a minimum required credit amount (`min_credits`), and a billing/usage API exists. - Resource Presets and Custom Settings - Default presets: `Entry` (4C/16G), `Midrange` (8C/32G), `High-End` (16C/64G). - Preset or custom CPU/memory/disk selections available. - Storage options - Disk capacity selection and cost calculation based on per-minute rate per GB. - Servers prioritize active SAS HDD pricing. - Asynchronous job based creation - Container creation returns a Job ID, and progress is communicated via SSE (`/api/jobs// status`). Feature Summary — StreamGPU

Key Features

Here's a brief overview of the core features provided from the user's perspective.

GPU-Centric Container Hosting

You can deploy containers with GPUs by selecting from various GPU models. Availability information is reflected in real time.

Pricing and Availability Guide

GPU pricing and availability information is presented in a card format for quick comparison. Pricing is displayed in minute/hour increments, with tier-specific guidance (Entry/Midrange/High-End).

Cost Estimation and Credits

Display estimated charges combining GPU and storage costs by the hour/month. Some options may require a minimum credit balance.

Resource Presets and Customization

Select predefined presets (e.g., Entry/Midrange/High-End) or customize CPU/memory/disk.

Storage Options

You can select additional disk capacity, with charges applied per GB for the selected amount.

Asynchronous Tasks and Real-Time Notifications

Resource creation is processed as an asynchronous task, and the progress of the creation task can be viewed on the dashboard.

Authentication and User Synchronization

Login status and permission information are synchronized securely, and additional information (e.g., personalized pricing) may be provided to authenticated users.

Additional Information

  • See the pricing page for detailed pricing and availability.
  • More technical implementation details and development documentation are managed in internal documentation (for operations teams only).