Door background frame
GPT OSS 20B
Limited Trial
GPT-OSS-20B visualization

GPT OSS 20B

Limited Trial
Open-weight MoE with 21B total/3.6B active params; built for low-latency agentic tool use and code execution, with configurable reasoning effort and 128K context.

OpenAI API Usage

POST /v1/chat/completions
import requests
import json

url = "https://api.akashml.com/v1/chat/completions"

payload = {
    "model": "openai/gpt-oss-20b",
    "messages": [
        {
            "role": "user",
            "content": "Hello, how are you?"
        }
    ],
    "max_tokens": 150,
    "temperature": 0.7
}

headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer YOUR_API_KEY"
}

response = requests.post(url, json=payload, headers=headers)
print(response.json())

Pricing

Price (per 1M Tokens)
Model
Input
Output
Cache Read
GPT OSS 20B
$0.03
$0.13

Model Details

Model Details
Provider
OpenAI
Type
Chat
Parameters
21B (3.6B active)
Context Length
128K
Don't see the model you need?
Let us know, and we'll add it for you.
Request Model
AkashML
X (Twitter)GitHubDiscordYouTube
AI Inference Service
Akash Network
Built on Akash Network
Copyright 2026 © akashml.com