Quick setup · Thiết lập nhanh

Get live with DirtCheapAI in a few clean steps.

DirtCheapAI is a reseller proxy built for developers who want lower costs without changing their workflow. Keep your SDK habits. Change the endpoint. Ship faster.

DirtCheapAI là proxy API cho developer muốn giảm chi phí nhưng không muốn đổi cách làm việc. Giữ nguyên toolchain. Đổi endpoint. Đi tiếp.

Create your account

Sign up, verify your email, and open the dashboard. DirtCheapAI is built for fast onboarding, not paperwork.

Tạo tài khoản, xác minh email và vào dashboard ngay để bắt đầu.

Generate an API key

Create a key from your dashboard and keep it in your local environment variables.

Tạo API key trong dashboard rồi lưu vào biến môi trường local.

Top up or pick a package

Use Stripe for USD/CAD or VietQR and SePay for VND, depending on your market.

Nạp tiền bằng Stripe hoặc VietQR/SePay tùy khu vực của bạn.

Point your client to the endpoint

Swap the base URL, keep the SDK flow you already use, and start shipping.

Đổi base URL, giữ nguyên flow SDK hiện có, rồi bắt đầu gọi API.

Example config

quickstart.ts
import OpenAI from "openai"

const client = new OpenAI({
  apiKey: process.env.DIRTCHEAPAI_API_KEY,
  baseURL: "https://dirtcheapai.com/api/v1",
})

await client.chat.completions.create({
  model: "claude-opus-4-6",
  messages: [{ role: "user", content: "Hello" }],
})

What this setup covers

OpenAI-compatible clients like Cursor, Cline, Aider, and custom apps
Anthropic-style flows for Claude-first tooling
English-first technical setup with Vietnamese support across product copy
Need more product detail first? Check pricing, models, and FAQ before wiring the endpoint into production.