API Access, Pricing, and Subscriptions
1. How do I get an API key?
1. How do I get an API key?
- Visit the Agnes AI international platform and sign up or log in.
- Open the API Key section in the developer console.
- Create a key, then copy and store it immediately. The complete key is normally shown only once.
- Send the key in the authorization header for every API request:
2. How do I integrate a model?
2. How do I integrate a model?
Use the following Base URL for the international service:Integration steps:See Quickstart for the complete first-request flow. For third-party clients, open the Integration Docs tab.
- Copy the exact model ID from the relevant model page.
- Select the endpoint for the model type:
/chat/completions,/responses, or/messagesfor text;/images/generationsfor images; and/videosfor video. - Add
Authorization: Bearer YOUR_API_KEYandContent-Type: application/jsonto the request headers. - Send the request using the parameters documented for that model.
3. How are models priced?
3. How are models priced?
Agnes AI prices depend on the model and billing item:
- Text models are generally billed by input tokens, cached-input tokens, and output tokens.
- Image models are billed by output resolution and any input reference images above the free allowance.
- Video models are billed by output resolution, output duration, input-video duration, and excess reference images.
4. What is Token Plan, and which plans are available?
4. What is Token Plan, and which plans are available?
Token Plan is a subscription option for higher-frequency and production workloads. Subscribers receive higher RPM limits plus quotas for text requests, generated images, and generated video seconds. RPM limits and subscription quotas apply at the same time.Three plans are currently available:
- Starter: for individual development, prototypes, and light usage.
- Plus: for continuous development, team testing, and medium-volume production usage.
- Pro: for high-volume production, agent workflows, and multi-user applications.
5. How do I subscribe to Token Plan?
5. How do I subscribe to Token Plan?
- Log in to the Agnes AI international platform.
- Open the Token Plan subscription page.
- Select Starter, Plus, or Pro based on your expected usage, then complete the subscription flow.
- After activation, follow the console instructions to create or select a Token Plan API key.
- Use that Token Plan key for API requests and monitor RPM, remaining quota, and usage in the console.
6. How do I troubleshoot API errors?
6. How do I troubleshoot API errors?
First save the HTTP status code, full response body, request time, and request ID when available. Do not share the complete API key. Then verify the Base URL, endpoint, model ID, authorization header, JSON syntax, and parameter types.
If text requests work but image or video requests fail, verify that you are using the model-specific endpoint and parameters. Poll video tasks with
video_id as documented for the selected model. If the issue remains, send the redacted request, response, time, and request ID to support@agnes-ai.com.Other Frequently Asked Questions
1. What is this platform?
1. What is this platform?
This platform provides free AI API services for developers, allowing you to integrate text, image, video, and multimodal AI capabilities into your applications.
2. Is the API free to use?
2. Is the API free to use?
Yes. Our core AI models are free to use indefinitely. You can continue using the free models without a time limit.
3. What are the limitations for free users?
3. What are the limitations for free users?
Free users are subject to RPM limits, which means the number of requests per minute may be limited. If you reach the limit, please wait for a short period before making another request.
4. Are multimodal models free?
4. Are multimodal models free?
Yes. Full multimodal models are available for free, including text, image, video, and multimodal capabilities.
5. How do I get started?
5. How do I get started?
After signing up, you can generate an API key in the dashboard and start making requests using the examples in the documentation.
6. How can I check my usage?
6. How can I check my usage?
You can view your request usage, limits, and related details in the dashboard under “Usage” or “Billing”.
7. Why is the API response slow?
7. Why is the API response slow?
Slow responses may be caused by high server load, large prompts, network latency, or RPM limits. You can try again later, reduce the request size, or switch to another available model.
8. What should I do if my API key is lost?
8. What should I do if my API key is lost?
You can regenerate a new API key in the dashboard. For security reasons, you should delete the old key immediately.
9. Where can I find the documentation?
9. Where can I find the documentation?
You can view the integration guides and API examples in our documentation. The documentation provides step-by-step instructions for creating an API key and calling the models.
10. How can I get support?
10. How can I get support?
For general questions, text-based inquiries, or integration support, please contact us by email or join our community.Email: support@agnes-ai.com