Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.tera.gw/llms.txt

Use this file to discover all available pages before exploring further.

Model id: hexgrad/Kokoro-82M — pass this as the model field in API requests.

Spec

Providerhexgrad
HuggingFacehexgrad/Kokoro-82M
Context length4,096 tokens
Max output0 tokens
Quantizationfp32
Input modalitiestext
Output modalitiesaudio

Pricing

per million tokens
Input$0.62
OutputFree

Supported features

Sampling parameters

voice, response_format, speed, lang_code

Example

curl https://api.tera.gw/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer $TERA_API_KEY" \
  -d '{
    "model": "hexgrad/Kokoro-82M",
    "messages": [{"role": "user", "content": "Hello"}],
    "max_tokens": 64
  }'