Budget
Fastest low-cost entry for testing and early traffic.
Quickstart
Keep your client, switch the base URL, and choose the route that fits your cost, stability, or control needs.
First request
Send the first request quickly, then choose the route after you have seen it work.
Quickstart
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.ONEKEYMODELS_API_KEY,
baseURL: "https://onekeymodels.com/v1"
});
const response = await client.chat.completions.create({
model: "gpt-4.1-mini",
messages: [{ role: "user", content: "Say hello in one short sentence." }]
});
console.log(response.choices[0]?.message?.content);Choose a route
Three public options, presented without internal sales language.
Fastest low-cost entry for testing and early traffic.
Steadier production default when support and reliability matter more.
Use your own keys when ownership and control matter more than price.
Questions teams usually ask
Usually no. Keep your client, switch the base URL, and update the API key.
Start with Budget for the fastest test, move to Business for a steadier production default, and choose BYOK when you want to use your own keys.
Yes. The public API shape stays familiar so you can start on one route and move later.
Create a workspace first. That gives you the place to manage access, docs, and your first request.
Ready to start?
Get one workspace, send the first request, and decide the route after you see it working.
Need a hand with setup or billing? Use the support bubble or email support@onekeymodels.com.