Mock M1 (two hosts)

mock/m1

text in · text out · 8,000 context · 4,096 max output

toolsno-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 (fails over)us · none8,000 / 4,096$0.100$0.200 / +100.0%$0.300 no-train model defaultactive
Mock (OpenAI dialect)us · none8,000 / 4,096$0.300$0.600 / +100.0%$0.900ZDR 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":"mock/m1","messages":[{"role":"user","content":"Say hello"}]}'
Get a key in the console

Changelog

  • No changes recorded.