Get started
Sign up and get a token
- Go to anyone.ai and create an account
- Log in and open the Dashboard
- Click Token → Create token
- Give your token a name, then click Submit
- Copy the token (it is only shown once)
A token is your credential for calling the API. We recommend using different tokens for different projects to track usage separately.
Send your first request
Call the API with your token. Replace Example response:
YOUR_TOKEN with the token you just copied.Common use cases
Use Claude models
Call Claude via OpenAI format, or use the native Claude Messages format.
View all models
Call
/v1/models to get the full list of available models.Top up
Learn about top-up methods and pricing.
Format conversion
Using the OpenAI SDK to call Claude/Gemini? Anyone converts formats automatically.

