Prerequisites
Before you start, you need:- An OpenOpen8 account. Sign up at openopen8.ai if you don’t have one yet.
- Credits in your account. Top up from the dashboard under Top Up.
Steps
Get your API token
Log in to the OpenOpen8 dashboard and create an API token:
- Open openopen8.ai in a browser and sign in.
- Navigate to Settings → Tokens.
- Click Create token.
- Give the token a name, optionally set an expiry and quota, then click Submit.
- Copy the token value — it won’t be shown again.
Tokens control which models a user or application can access and how much quota they can consume. You can create separate tokens for different services, teams, or users.
Make your first chat completion request
Use your token and the OpenOpen8 base URL to send a chat completion request. Replace A successful response looks like this:
YOUR_TOKEN with the token you copied above.Check your usage in the dashboard
After making requests, you can view token consumption and costs in the dashboard:
- Log in to openopen8.ai.
- Navigate to Log to see a record of each request, including the model used, token counts, and cost.
- Navigate to Analytics for aggregated charts and usage summaries.
What to try next
Use the Claude Messages format
OpenOpen8 accepts native Anthropic Claude Messages requests. Point your Claude client at
https://openopen8.ai instead of api.anthropic.com.Explore supported providers
OpenOpen8 supports 40+ providers including OpenAI, Anthropic, Gemini, DeepSeek, and more — all pre-configured and ready to use.
Set rate limits and quotas
Go to Settings → Tokens to edit your token and set per-minute rate limits and total quota limits per model.
Learn about format conversion
See how OpenOpen8 automatically translates between OpenAI, Claude, and Gemini formats in the format conversion guide.