All your questions about GPU Compute, Model API, and billing — answered here. If you can't find what you need, contact support.
The H100 is NVIDIA's latest data center GPU based on the Hopper architecture; the A100 is the previous generation based on Ampere. Key differences:
| Spec | H100 SXM | A100 80GB SXM |
|---|---|---|
| Architecture | Hopper (HBM3) | Ampere (HBM2e) |
| Memory Bandwidth | 3.35 TB/s | 2 TB/s |
| FP16 Performance | ~1979 TFLOPS | ~312 TFLOPS |
| NVLink Bandwidth | 900 GB/s | 600 GB/s |
| Best For | LLM Training/Inference | Training & Inference |
In short: H100 is 5-6x faster than A100 at roughly 2x the price. For LLM inference, H100 offers better value.
These are two different GPU physical form factors:
Choose SXM for multi-GPU interconnect needs; choose PCIe for single-GPU inference at better cost efficiency.
NVLink is NVIDIA's high-speed interconnect technology, allowing GPUs to communicate directly, bypassing the PCIe bus:
NVLink-connected H100 (8-GPU cluster) is ideal for large model training with near-linear multi-GPU scaling. Regular PCIe multi-GPU is limited by PCIe bandwidth bottlenecks.
Billing starts when you begin using compute and ends when you return it, measured to the minute.
Example: Using H100 4-GPU, billed at $12.50/hr × 4 = $50/hr. If used for 2 hours 30 minutes, the cost is $50 × 2.5 = $125.
Monthly plans cover 730 hours at ~35% discount compared to hourly rates.
We offer minute-level deployment:
99.95% of deployments complete within 30 minutes.
We pre-install popular deep learning frameworks:
For custom images, drivers, or libraries, contact support.
Your data security is our top priority:
We cannot and will not access your model weights, data, or code.
GPU memory (VRAM) is the key bottleneck for LLMs. Common solutions:
If you're unsure how much memory you need, contact support for an estimate.
All prices are transparent with no hidden fees:
| Plan | Use Case | Discount |
|---|---|---|
| Hourly | Short tasks, testing, elastic demand | No discount |
| Monthly (730 hrs) | Continuous training projects | ~35% off |
| Annual (8760 hrs) | Long-term commercial, large-scale deployment | ~50% off |
All prices in USD, supporting WeChat Pay, Alipay, and credit cards.
Unused balance is eligible for a full refund within 7 days — contact support to process. Consumed compute fees are non-refundable.
Monthly/annual plans are non-refundable after service begins, but you may apply for suspension (up to 30 days).
All payments are eligible for official invoices (VAT regular or special invoices).
Invoices are issued and sent to your email within 3 business days after payment. For special VAT invoices, please provide business qualification documents.
A Token is the smallest unit processed by language models. Chinese is roughly 1 token ≈ 0.5-1 characters, English is roughly 1 token ≈ 0.75 words.
GPT-4o pricing: Input $2.5/1M tokens, Output $10/1M tokens. Output is typically 4x the input price due to heavier computation.
Key differences between domestic and international models:
| Dimension | Domestic (Qwen/DeepSeek) | International (GPT/Claude) |
|---|---|---|
| Price | Very low (¥0.5-2/1M) | Higher ($2-15/1M) |
| Chinese Capability | Natively optimized for Chinese | Also strong, but more expensive |
| Global Data/Knowledge | Relatively weaker | Natively stronger |
| Compliance | Fully domestic compliant | Requires international access |
| Access | Direct connection to domestic nodes | Requires proxy/intl bandwidth |
Recommendation: Use domestic models for simple Chinese tasks (cost savings); use international models for complex reasoning/English tasks (quality first).
Follow this selection logic:
Not sure? Start with the cheapest model to test quality, then upgrade if needed.
Yes, limits vary by model:
For higher concurrency, contact support for enterprise quota.
Your API Key is your account credential, equivalent to a password. Please:
If your Key is compromised, you can reset it anytime in the dashboard — the old Key is immediately invalidated.
Domestic models use direct connections with latency typically 50-200ms, faster than international models (200-500ms).
International models are routed through optimized paths at ~200-400ms average latency, suitable for most online applications.
Get your API Key after registering. Example call (Python):
import openai
openai.api_key = "fw_xxxxxxxxxx"
openai.base_url = "https://api.flowerwolf.net/v1"
response = openai.ChatCompletion.create(
model="gpt-4o",
messages=[{"role": "user", "content": "Write a quicksort in Python"}]
)
print(response.choices[0].message.content)
Compatible with the OpenAI SDK — just change base_url in existing code.
Yes. FlowerWolf Token Market is fully OpenAI API-compatible:
/v1/chat/completionsbase_url and api_keyWe also support unified access to Anthropic, Alibaba DashScope, and other providers.
In your user dashboard you can view:
You can also set up usage alerts for automatic notifications when monthly spend exceeds your threshold.
Contact our team — we're always online. You can also submit a ticket with a 2-hour response guarantee.
Start Using Compute Browse Model MarketOur team is ready to answer your questions and help you choose the right plan.
✉ Send Email