API Address Information
Main API Addresses
1. OpenAI SDK Compatible Interface Recommended
| Item | Details |
|---|---|
| Base URL | https://api.agentsflare.com/v1 |
| Full Address Example | https://api.agentsflare.com/v1/chat/completions |
| Authentication Method | Bearer Token |
| Content Type | application/json |
| Applicable Models | OpenAI, Gemini (SDK method), Grok, Deepseek, Kimi, GLM, etc. |
| Service Status | Stable |
2. Anthropic API Interface Recommended
| Item | Details |
|---|---|
| Base URL | https://api.agentsflare.com/anthropic/v1/messages |
| Authentication Method | Bearer Token |
| Content Type | application/json |
| Applicable Models | Claude, MiniMax |
| Service Status | Stable |
| Features | Supports streaming response, thinking content |
3. Google Generative AI Interface Recommended
| Item | Details |
|---|---|
| Base URL | https://api.agentsflare.com/google/v1/models/ |
| Authentication Method | Bearer Token |
| Content Type | application/json |
| Applicable Models | Gemini (Request method), Nano Banana, Veo |
| Service Status | Stable |
| Features | Supports automatic channel switching on 429, SSE streaming |
Legacy Interfaces (Maintenance Mode)
4. Legacy Google API Interface No Longer Updated
| Item | Details |
|---|---|
| Base URL | https://api.agentsflare.com/googleapi/google/v1/models/ |
| Authentication Method | Bearer Token |
| Content Type | application/json |
| Applicable Models | Gemini, Nano Banana, Veo |
| Service Status | Maintenance Mode |
| Note | Still available but no longer updated. Migration to new address recommended |
Deployment Information
| Item | Details |
|---|---|
| Deployment Location | Singapore |
| Network Latency | Approximately 100ms (low latency level) |
| Domestic Access Status | Does not affect normal access for domestic users |
| Availability | 99.9% SLA |
Address Selection Guide
💡 Selection Recommendations
- Using OpenAI SDK? Use
https://api.agentsflare.com/v1 - Using Claude or MiniMax? Use
https://api.agentsflare.com/anthropic/v1/messages - Using Google models (Request method)? Use
https://api.agentsflare.com/google/v1/models/ - If you're still using the old Google API address, migrate to the new address for better service
Feature Comparison
| Feature | OpenAI SDK Interface | Anthropic Interface | Google New Interface | Google Old Interface |
|---|---|---|---|---|
| OpenAI SDK Compatible | ✅ | ❌ | ❌ | ❌ |
| Anthropic SDK Compatible | ❌ | ✅ | ❌ | ❌ |
| 429 Auto Channel Switch | ✅ | ✅ | ✅ | ❌ |
| Streaming Response | ✅ | ✅ | ✅ | ✅ |
| Continuous Updates | ✅ | ✅ | ✅ | ❌ |
| Recommended | ✅ | ✅ | ✅ | ⚠️ |
FAQ
How to choose the right API address?
Choose based on the model and SDK you're using:
- Using OpenAI SDK? Choose
https://api.agentsflare.com/v1 - Using Anthropic SDK? Choose
https://api.agentsflare.com/anthropic/v1/messages - Using Native Google API? Choose
https://api.agentsflare.com/google/v1/models/
Can I still use the old address?
The old Google API address (https://api.agentsflare.com/googleapi/google/v1/models/) is still available but no longer receives feature updates and optimizations. We recommend migrating to the new address for better service quality.
Will migrating to the new address affect existing services?
No. Old and new addresses can coexist. You can migrate gradually without affecting existing services.