HB

Hyperbolic

online

Open-access AI cloud. Free tier, 60 req/min. Qwen3 235B free.

LLMest. 2023 · Berkeley, CA
81
/ 100 APIVault Score

// At a glance

Free Tier
60 req/min free · no card · Qwen3 235B
Category
LLM
Credit Card
Not required
Last Verified
just now

// Free tier details

Available Models

Llama 3.3 70BQwen3 235BDeepSeek-V3.1SDXLFLUX

Rate Limit

60 requests/minute (free)

No credit card needed
No phone verification

// Quick start

300">"text-purple-400">from openai 300">"text-purple-400">import OpenAI

client = OpenAI(
    api_key=300">"YOUR_HYPERBOLIC_KEY",
    base_url=300">"https://api.hyperbolic.xyz/v1",
)

response = client.chat.completions.create(
    model=300">"Qwen/Qwen3-235B-A22B",
    messages=[{300">"role": 300">"user", 300">"content": 300">"Hello."}],
)

print(response.choices[0].message.content)

// Overview

Hyperbolic is an open-access AI cloud running on distributed GPU infrastructure. The free tier gives 60 requests/minute with no credit card. Supports Llama, Qwen3 235B, DeepSeek-V3, and SDXL — all OpenAI-compatible.

// Pros

  • 60 req/min free, no card ever
  • Qwen3 235B and DeepSeek-V3.1 access
  • GPU rental + inference in one platform

// Cons

  • Pro tier requires $5 minimum deposit
  • Smaller team vs big cloud providers

// Score breakdown

Reliability (35%) (from just now health check)100/100
Free Tier Generosity (30%) (computed from quota, no-CC, no-phone fields)60/100
Documentation (20%) (human rating)82/100
Popularity (15%) (GitHub stars (log-normalised), or manual baseline)74/100

Methodology: apivault.dev/methodology

// Best for

Qwen3 / DeepSeek experimentationBudget inferenceGPU compute rental

// Recent changes

Apr 1, 2026Qwen3 235B added to free tieradded