Start in three steps
- Create an API key in the Tokenless dashboard. The full key is shown once, so store it as a secret.
- Point the OpenAI or Anthropic SDK at Tokenless.
- Send
tokenless-proas the model for the default routing mode.
| Compatibility surface | Base URL |
|---|---|
| OpenAI | https://api.usetokenless.com/openai/v1 |
| Anthropic | https://api.usetokenless.com/anthropic |
Quickstart
Make a streamed request with your first Tokenless API key.
What stays compatible
Use the standard SDK streaming and response parsers. Tokenless supports Chat Completions, Responses, and Anthropic Messages, including tool calls and image inputs. Both streaming and non-streaming requests are accepted. This documentation does not provide an interactive API playground. Examples are copyable, but the docs site never accepts a key or sends a request on your behalf.Choose a routing mode
tokenless-probalances answer quality, latency, and cost for most tasks.tokenless-maxfavors stronger candidates for difficult, high-value work.tokenless-ultra-saverprioritizes lower cost and higher throughput.
