Benchmark input
$0.65 / 1M
max $0.65 / 1M
Public slug mapped across 1 runtime routes, with route-level provider variants, pricing context, and capability coverage visible before you even sign in.
import OpenAI from "openai";
const client = new OpenAI({
apiKey: process.env.GATEWAY_API_KEY,
baseURL: "https://api.badtheorylabs.com/v1",
});
const response = await client.chat.completions.create({
model: "qwen3-coder-plus",
messages: [
{ role: "user", content: "Hello from BTL Runtime" }
],
});| Provider | Provider model id | Region coverage | Capabilities | Route pricing |
|---|---|---|---|---|
openrouter aggregator | qwen/qwen3-coder-plus | global global | StreamingToolsJSONStructured output | In $0.65 / 1M Out $3.25 / 1M |