← All models
OpenAI logo

GPT OSS 20b

Chat

openai:gpt-oss-20b

Added August 5, 2025

Usage

import OpenAI from "openai";

const client = new OpenAI({
    baseURL: "https://api.tributary.cc/openai/v1",
    apiKey: "<TRIBUTARY_API_KEY>",
});

const completion = await client.chat.completions.create({
    model: "openai:gpt-oss-20b",
    messages: [
        { role: "user", content: "Hello!" }
    ],
});

console.log(completion.choices[0].message.content);

Providers

Provider Model Context Output Input $/M Output $/M
DeepInfra openai/gpt-oss-20b 131K 131K $0.03 $0.14
Novita openai/gpt-oss-20b 131K 33K $0.04 $0.15
Parasail openai/gpt-oss-20b 131K 131K $0.04 $0.20
Nebius openai/gpt-oss-20b 131K 4K $0.05 $0.20
Together openai/gpt-oss-20b 131K 131K $0.05 $0.20
Context/output in tokens. Prices in USD per 1M tokens.