Hyperbolic website screenshot

Hyperbolic

Hyperbolic Labs is an open-access AI cloud offering on-demand GPU rentals and serverless LLM inference. Hosts 25+ open-source models with OpenAI-compatible chat, vision, image generation (FLUX, Stable Diffusion, LoRA), and audio (Melo TTS) APIs. Reserved-cluster pricing available with 3-12 month commitments and up to 40% discount.

2 APIs 0 Features
AILLMInferenceGPUOpen SourceServerlessImage GenerationAudio

APIs

Hyperbolic Serverless Inference API

OpenAI-compatible inference API for 25+ open-source models. Surfaces include text chat, vision, image generation (FLUX, Stable Diffusion, LoRA adapters), and audio (Melo TTS). P...

Hyperbolic On-Demand GPU API

Bare-metal GPU rental with SSH access for full control. Hourly rates from $1.39-$1.99 with no long-term commitments. Reserved clusters available monthly/annually with up to 40% ...

Collections

Pricing Plans

Hyperbolic Plans Pricing

1 plans

PLANS

Rate Limits

Hyperbolic Rate Limits

1 limits

RATE LIMITS

FinOps

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps

Sources

apis.yml Raw ↑
opencollection: 1.0.0
info:
  name: Hyperbolic Inference API
  version: 1.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Create chat completion
    type: http
  http:
    method: POST
    url: https://api.hyperbolic.xyz/v1/chat/completions
    body:
      type: json
      data: '{}'
  docs: Create chat completion
- info:
    name: Create text completion
    type: http
  http:
    method: POST
    url: https://api.hyperbolic.xyz/v1/completions
    body:
      type: json
      data: '{}'
  docs: Create text completion
- info:
    name: List available models
    type: http
  http:
    method: GET
    url: https://api.hyperbolic.xyz/v1/models
  docs: List available models
- info:
    name: Generate image
    type: http
  http:
    method: POST
    url: https://api.hyperbolic.xyz/v1/image/generation
    body:
      type: json
      data: '{}'
  docs: Generate image
- info:
    name: Generate audio
    type: http
  http:
    method: POST
    url: https://api.hyperbolic.xyz/v1/audio/generation
    body:
      type: json
      data: '{}'
  docs: Generate audio
bundled: true