gpt-oss-20b Turbo

oakhost/gpt-oss-20b-turbo
by Oakhost·Text·131K context·Released 2026-05-20·Apache 2.0
open-weightmoe

Overview

This provider hasn't added a description for this listing yet. When they do, their summary will show up here alongside pricing and routing details.

Benchmarks

Standardized scores (0–100), normalized across the catalog.

Intelligence36
Coding57
Instruction following83

Providers

LLMRouteHub routes to the cheapest healthy provider by default.

ProviderInputOutputThroughputUptime
Oakhost$0.05$0.17139 tok/s99.4%

Use this model

curl https://llmroutehub.com/api/v1/chat/completions \
  -H "Authorization: Bearer $LLMROUTEHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "oakhost/gpt-oss-20b-turbo",
    "messages": [{ "role": "user", "content": "Hello" }]
  }'