Deploy and scale your AI models with enterprise-grade hardware.
Pay only for what you use.
High-quality sparse mixture of experts model
Advanced MoE language model with exceptional reasoning and coding capabilities
Advanced reasoning model trained via large-scale reinforcement learning with exceptional math, code, and reasoning capabilities
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);
}
Instant access to high-performance models—no queues, no GPUs to reserve.
Just straightforward model options you can build on.
High-quality sparse mixture of experts model
Advanced MoE language model with exceptional reasoning and coding capabilities
Advanced reasoning model trained via large-scale reinforcement learning with exceptional math, code, and reasoning capabilities
We're here to support your compute and AI needs. Let us know if you're looking to:
Businesses of any size are welcome.