Get started
1
Sign up and get an API key
- Go to anyone.ai and create an account
- Log in and open the Dashboard
- Click API Keys → Create API Key
- Give your API key a name, then click Submit
- Copy the API key (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.
2
Send your first request
Call the API with your API key. Replace Example response:
YOUR_TOKEN with the API key you just copied.3
Try other models
Change the
model name to use a different model — no other code changes needed:4
Check your usage
Go to the Logs page in the dashboard to see details for each request: model, token usage, and cost. The Analytics page has summary charts.
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.

