Overview
What TokenMoo is and what you can build with it.
TokenMoo exposes a unified, OpenAI-compatible API for chat, image, audio and embedding models from many upstream providers. One key, one integration, every model.
What you get
- One integration — every model is called through the same OpenAI-style request shape, so switching models is a single parameter.
- Usage-based billing — pay for the tokens you actually use; balance and spend are visible at any time.
- Observability — per-request logs, quotas and usage analytics in the console.
Start here
Quick start
Account, API key, first request.
Authentication
Base URL, headers and key handling.
API reference
Endpoints, fields and responses.
Billing
Pricing, quotas and balance.
Base URL
| Item | Value |
|---|---|
| Base URL | https://www.tokenmoo.com |
| API prefix | /v1 |
| Chat endpoint | POST https://www.tokenmoo.com/v1/chat/completions |
| Auth header | Authorization: Bearer sk-... |