☕ A coffee gets you an hour. →

This gets you AI for a month.

The best Frontier Models. One API. Near-unlimited usage.

About the price of a coffee. Just build.
Usage

No meter. No limits to watch.

Use powerful open-weight models throughout the month without counting tokens or calculating costs. Just build.

Integration

Change the model, not the integration.

Just swap the model. Move from a fast model to a reasoning model with a single change. Your parsing, error handling, and application code stay exactly the same.

Read the developer guide →

// One endpoint. Every open model.
import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://api.vokes.in/v1",
  apiKey: process.env.YOUR_API_KEY
});

// Swap the model, keep the code.
const res = await client.chat.completions.create({
  model: "Fable 5.1",
  messages: [{ role: "user", content: "Ship it." }]
});

Start routing smarter.

$5 a month. Near-unlimited usage across every open-weight model.

No credit card required to start. (: no payment is processed.)
Copied