GPT-5 mini (mock)

openai/gpt-5-mini

text, image in · text out · 400,000 context · 128,000 max output · uptime 100.00% · TTFT 134 ms

toolsschemavisionreasoningcacheno-train
Effective cost per 1k requests

cost = p_in·(input − cached) + p_cache_read·cached + p_out·output + p_req; cached tokens are the prefix a sticky endpoint already holds (part2b §9.3), which is why the cheapest list price is not always the cheapest request.

ProviderRegion · quantContext / max outInput / MOutput / MCache read / writeMarkupPer 1k reqUptime 30 dTTFT p50 / p95FidelityDataCapabilitiesStatus
Mock (OpenAI dialect)us · none400,000 / 128,000$0.250$2.000$0.025 / pass-through$1.275100.00%134 / 134 msZDR no-train model defaultactive

Quick start

curl https://api.ai.ml/v1/chat/completions \
  -H "Authorization: Bearer $AIML_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"openai/gpt-5-mini","messages":[{"role":"user","content":"Say hello"}]}'
Get a key in the console

Changelog

  • No changes recorded.