High-performance LLM
Inference at low cost

Deploy and scale your AI models with enterprise-grade hardware.
Pay only for what you use.

Llama 4 Maverick logo

Llama 4 Maverick

$0.10 in | $0.35 out1.05M Context

High-quality sparse mixture of experts model

DeepSeek-V3 logo

DeepSeek-V3

$0.15 in | $0.40 out163.84K Context

Advanced MoE language model with exceptional reasoning and coding capabilities

DeepSeek-R1 logo

DeepSeek-R1

$0.15 in | $0.40 out163.84K Context

Advanced reasoning model trained via large-scale reinforcement learning with exceptional math, code, and reasoning capabilities

Quick Start

import OpenAI from "openai";

const openai = new OpenAI({
  baseURL: "https://inference.cloudrift.ai/v1",
  apiKey: "YOUR_RIFT_API_KEY",
});

const completion = await openai.chat.completions.create({
  model: "llama4:maverick",
  messages: [
    {
      role: "user",
      content: "What is the meaning of life?"
    }
  ],
  stream: true,
});

for await (const chunk of completion) {
  process.stdout.write(chunk.choices[0]?.delta.content as string);
}

All Available Models

Instant access to high-performance models—no queues, no GPUs to reserve.
Just straightforward model options you can build on.

Llama 4 Maverick logo

Llama 4 Maverick

$0.10 in | $0.35 out1.05M Context

High-quality sparse mixture of experts model

DeepSeek-V3 logo

DeepSeek-V3

$0.15 in | $0.40 out163.84K Context

Advanced MoE language model with exceptional reasoning and coding capabilities

DeepSeek-R1 logo

DeepSeek-R1

$0.15 in | $0.40 out163.84K Context

Advanced reasoning model trained via large-scale reinforcement learning with exceptional math, code, and reasoning capabilities

Get in Touch

We're here to support your compute and AI needs. Let us know if you're looking to:

  • Find an affordable GPU provider
  • Sell your compute online
  • Manage on-prem infrastructure
  • Build a hybrid cloud solution
  • Optimize your AI deployment

Businesses of any size are welcome.

hello@cloudrift.ai
CloudRift Inc., a Delaware corporation
PO Box 1224, Santa Clara, CA 95052, USA
+1 (831) 534-3437

I'm interested in: