Skip to content

API Address Information

Main API Addresses

1. OpenAI SDK Compatible Interface Recommended

ItemDetails
Base URLhttps://api.agentsflare.com/v1
Full Address Examplehttps://api.agentsflare.com/v1/chat/completions
Authentication MethodBearer Token
Content Typeapplication/json
Applicable ModelsOpenAI, Gemini (SDK method), Grok, Deepseek, Kimi, GLM, etc.
Service StatusStable

2. Anthropic API Interface Recommended

ItemDetails
Base URLhttps://api.agentsflare.com/anthropic/v1/messages
Authentication MethodBearer Token
Content Typeapplication/json
Applicable ModelsClaude, MiniMax
Service StatusStable
FeaturesSupports streaming response, thinking content

3. Google Generative AI Interface Recommended

ItemDetails
Base URLhttps://api.agentsflare.com/google/v1/models/
Authentication MethodBearer Token
Content Typeapplication/json
Applicable ModelsGemini (Request method), Nano Banana, Veo
Service StatusStable
FeaturesSupports automatic channel switching on 429, SSE streaming

Legacy Interfaces (Maintenance Mode)

4. Legacy Google API Interface No Longer Updated

ItemDetails
Base URLhttps://api.agentsflare.com/googleapi/google/v1/models/
Authentication MethodBearer Token
Content Typeapplication/json
Applicable ModelsGemini, Nano Banana, Veo
Service StatusMaintenance Mode
NoteStill available but no longer updated. Migration to new address recommended

Deployment Information

ItemDetails
Deployment LocationSingapore
Network LatencyApproximately 100ms (low latency level)
Domestic Access StatusDoes not affect normal access for domestic users
Availability99.9% SLA

Address Selection Guide

💡 Selection Recommendations

  1. Using OpenAI SDK? Use https://api.agentsflare.com/v1
  2. Using Claude or MiniMax? Use https://api.agentsflare.com/anthropic/v1/messages
  3. Using Google models (Request method)? Use https://api.agentsflare.com/google/v1/models/
  4. If you're still using the old Google API address, migrate to the new address for better service

Feature Comparison

FeatureOpenAI SDK InterfaceAnthropic InterfaceGoogle New InterfaceGoogle 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.

This documentation is licensed under CC BY-SA 4.0.