Benchmark input
$0.14 / 1M
max $0.14 / 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: "llama-3-8b-instruct",
messages: [
{ role: "user", content: "Hello from BTL Runtime" }
],
});| Provider | Provider model id | Region coverage | Capabilities | Route pricing |
|---|---|---|---|---|
openrouter aggregator | meta-llama/llama-3-8b-instruct | global global | Streaming | In $0.14 / 1M Out $0.14 / 1M |