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