Hyperbolic
Hyperbolic is an open-access AI cloud and decentralized GPU marketplace serving 200,000+ builders with affordable inference and bare-metal compute. The platform combines a serverless OpenAI-compatible inference API spanning 25+ open-source LLMs (including the only public Llama-3.1-405B-Base in BF16), image and audio models, with an on-demand GPU rental marketplace aggregating idle H100 / H200 / A100 / RTX 4090 capacity from third-party suppliers at 3-10x lower cost than hyperscalers. Reserved clusters, dedicated endpoints, an OpenAI-drop-in Python and TypeScript SDK, a Go CLI, an MCP server, the Hyperbolic AgentKit, the open-source Hyper-dOS distributed operating system, and Coinbase x402 crypto payments round out the stack.
APIs
Hyperbolic Chat Completions API
OpenAI-compatible chat completions endpoint serving 25+ open-source LLMs including Llama 3.1 8B/70B/405B, Qwen 2.5, DeepSeek V3, DeepSeek R1, Hermes 3, Mistral, and vision model...
Hyperbolic Completions API
Legacy OpenAI-compatible text completions endpoint for base-model prompting. Notably exposes Llama-3.1-405B-Base in both BF16 (high-throughput precision) and FP8 (low-latency) —...
Hyperbolic Image Generation API
Generate images from text prompts using diffusion models including Stable Diffusion XL, Stable Diffusion 3.5, FLUX.1 [schnell] / [dev] (sunset), and ControlNet variants. Support...
Hyperbolic Audio Generation API
Convert text to natural-sounding speech using Melo TTS (sunset) and Whisper (coming soon). POST /v1/audio/generation accepts text and speed; returns base64-encoded audio. Pricin...
Hyperbolic Models API
OpenAI-compatible model discovery endpoint. GET /v1/models returns the catalog of currently served inference models — chat, base completion, image, vision, and audio — so client...
Hyperbolic GPU Marketplace API
Decentralized on-demand GPU compute marketplace renting idle H100, H200, A100, and RTX 4090 capacity from third-party suppliers. Pricing starts at $0.50/GPU/hr (RTX 4090), $1.39...
Collections
Hyperbolic Audio Generation API
POSTMANHyperbolic Chat Completions API
POSTMANHyperbolic Completions API
POSTMANHyperbolic Image Generation API
POSTMANHyperbolic Models API
POSTMANArazzo Workflows
Hyperbolic Chat To Image
Use an LLM to craft a vivid image prompt, then render it with a diffusion model.
ARAZZOHyperbolic Chat To Speech
Generate an assistant reply with an LLM, then narrate it with text-to-speech.
ARAZZOHyperbolic Discover Model And Chat
List the live model catalog, pick a chat model, and run a chat completion against it.
ARAZZOHyperbolic Discover Model And Complete
List the catalog and run a base-model text completion against a non-instruct model.
ARAZZOHyperbolic Generate And Describe Image
Render an image with diffusion, then describe it with a vision LLM and narrate the caption.
ARAZZOHyperbolic Image Prompt QA Loop
Render an image, judge it with a vision model, and re-render once if it fails QA.
ARAZZOHyperbolic Multimodal Story
List models, write a short story, illustrate it, and narrate it across four endpoints.
ARAZZOHyperbolic Research Summarize And Narrate
Confirm a reasoning model, summarize a topic with it, and narrate the summary.
ARAZZOHyperbolic Tool Calling Roundtrip
Run an OpenAI-compatible tool call and feed the tool result back for a final answer.
ARAZZO