Step 1: Start with Trial Credits
1
Create an account
Sign up at aisonar.dev using your email, Gmail, or GitHub account.
2
Use the included trial credits
Your account starts with trial credits for the first small test requests. You do not need to top up before Quickstart.
3
Create or copy an API key
Go to Dashboard → API Keys and create a new key, or copy an existing one. Copy it securely because full keys are only shown once.
Step 2: Install a Client
Step 3: Make Your First Request
For most new integrations, start with Chat Completions onPOST /v1/chat/completions.
Use
POST /v1/responses only when you explicitly need Responses-specific behavior. Some Responses-only fields depend on the selected model and routed path.Top Up for Production
The included trial credits are for the first small tests. Add credits in Dashboard → Billing only when you are ready for production usage or higher-volume testing.Try Different Models
AI Sonar supports hundreds of models. Change only themodel field:
Enable Streaming
What’s Next?
Authentication
Learn about API key management and security.
OpenAI SDK
Use OpenAI-compatible
/v1 routes with existing OpenAI SDKs.API Reference
Explore the full endpoint reference.
Models
Browse current model availability and pricing.