ASR
Speech-to-text for clips, support calls, meeting snippets, and voice notes.
/v1/audio/transcriptionsSpeech, vectors, voice, and OCR through one OpenAI-compatible gateway with clear dollar pricing.

asr-smallembed-smalltts-smallocr-smallUse one API account for ASR, embeddings, TTS, and unlimited OCR. Each model keeps a plain endpoint and a small public name.
Speech-to-text for clips, support calls, meeting snippets, and voice notes.
/v1/audio/transcriptionsVector generation for search, recommendations, RAG memory, clustering, and routing.
/v1/embeddingsText-to-speech for product narration, agents, voice replies, and audio jobs.
/v1/audio/speechDocument and screenshot extraction for high-volume visual parsing.
/v1/chat/completionsBuilt for US and European buyers. Input, output, and cached input are tracked as separate billing dimensions.
per 1M billable input tokens
per 1M generated output tokens
prompt-cache hits are free
happytoken.app serves the public site. api.happytoken.app routes to New API, then to local worker channels.
User keys, channels, quotas, logs, model names, and billing stay in one New API control plane.
Small utility models run on local worker endpoints behind the same gateway and domain plan.
Input, output, and cache usage are metered separately so each request can be audited.
curl https://api.happytoken.app/v1/embeddings \
-H "Authorization: Bearer $HAPPYTOKEN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "embed-small",
"input": "Index this support ticket for semantic search."
}'Sign in, add credit, create an API key, and call the same gateway for small-model workloads without unrelated product flows.
Open console