RedWake
AI Platform

RedWakeAI that ships.

Chat, agents, vision, and an OpenAI-compatible API — one private workspace built for serious work.

Unified API

One key for curated AI models.

Agents

Run multi-step work from chat.

Vision & files

Analyze images, docs, and code.

Private workspace

Projects, keys, and chats in one place.

redwake/api.ts
import OpenAI from "openai"

const client = new OpenAI({
  baseURL: "https://redwakeai.vercel.app/api/v1",
  apiKey: "rw-YOUR_KEY",
})

const response = await client.chat.completions.create({
  model: "Claude Fable 5",
  messages: [{ role: "user", content: "Build an agent" }],
})

50+

models

1

API key

workflows

Why RedWake

Built for the way you actually ship.

Frontier speed

Stream from top-tier models with a thin, fast proxy layer. No rate-limit games.

One interface

Chat, agents, vision, files, projects, and API keys in a single workspace.

OpenAI-compatible

Point any OpenAI SDK or Claude Code at the endpoint. Same request, same response.

Start building in minutes.

Create a key, point your client at RedWake, and go. Free to start.