Benchmark input
-$1,000,000.00 / 1M
max -$1,000,000.00 / 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: "auto",
messages: [
{ role: "user", content: "Hello from BTL Runtime" }
],
});| Provider | Provider model id | Region coverage | Capabilities | Route pricing |
|---|---|---|---|---|
openrouter aggregator | openrouter/auto | global global | StreamingToolsJSONStructured outputReasoning | In -$1,000,000.00 / 1M Out -$1,000,000.00 / 1M |