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.
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.
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.
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.
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.
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.
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" }],
})