Open-weight models, fully deterministic. The same answer every time, byte for byte. Free while we're in preview.
Sign up in a dialog, make a key in API Keys. It's free while we're in preview: no card.
OpenAI-compatible: point any client at the base URL with your key.
curl https://api.tokendelivery.ai/v1/chat/completions \
-H "Authorization: Bearer $TDN_API_KEY" \
-d '{"model":"gemma-4-26b-a4b-it","stream":true,
"messages":[{"role":"user","content":"Why is the sky blue?"}]}'The playground streams answers, takes pictures, and exposes every sampling parameter. Questions: the Contact window.
Streaming, tools, structured outputs, images, logprobs, seeds. A token-ids endpoint for callers that tokenize themselves. Base URL https://api.tokendelivery.ai/v1.
Free during the preview. List prices per million tokens for when billing starts; cached input is a prompt prefix we already hold.