Aimodex is a platform that provides access to major AI APIs (like OpenAI, ElevenLabs, and others) at reduced rates. We act as a reseller by purchasing AI credits in bulk and offering them to users via our own API gateway. You simply generate a key and plug it into your project — we handle everything else.
Technically, it's nearly identical. We’ve built a proxy gateway that mirrors the behavior of the original APIs but routes requests through our domain and API keys. This allows us to:
– track AI credits usage,
– apply usage limits,
– manage billing,
– and offer lower prices than going directly.
– track AI credits usage,
– apply usage limits,
– manage billing,
– and offer lower prices than going directly.
Just sign up, top up your balance, and generate a key from your dashboard — it only takes one click. Your key will be active immediately.
It’s simple:
– follow the official OpenAI examples,
– replace api.openai.com with openai.aimodex.net,
– and use your Aimodex API key instead of the OpenAI key.
No other changes are required.
– follow the official OpenAI examples,
– replace api.openai.com with openai.aimodex.net,
– and use your Aimodex API key instead of the OpenAI key.
No other changes are required.
Yes, you can. However, we recommend creating separate keys for each project so you can track usage stats more easily. Creating a new key is free and takes seconds.
Yes, each API key has a predefined usage limit, which depends on the specific AI provider and is shown in the Gateway table under the API Limit column. You can use the API freely within this limit as long as you have funds in your account. Additionally, you're free to implement your own daily or monthly usage caps on your side if needed.
Yes, our AI credits prices are lower than those offered directly by OpenAI or other AI platforms. We purchase AI credits in bulk at discounted rates and resell them with minimal markup. On average, you save 5% to 20% depending on the platform. In the Gateway list, you’ll see the Discount % (AI credits Discount) value — it shows your current savings per AI credits.
There are no subscriptions or recurring fees. You only pay for the AI credits you actually use. Funds are deducted from your balance in real time based on the number of AI credits consumed per request and response.
Go to the “Finance” section in your dashboard. The minimum top-up is $10. Choose your preferred payment method (card, crypto, etc.), enter the amount, and follow the payment instructions. Your funds will appear in your account right after confirmation.
In your dashboard, the API Key table shows detailed usage metrics:
– Usage 24 h - AI credits used in your requests
– Spent 24 h - spending $ over the past 24 hour
– Saved 24 h – saved $ over the past 24 hours
This helps you keep track of your usage and manage your budget more effectively.
– Usage 24 h - AI credits used in your requests
– Spent 24 h - spending $ over the past 24 hour
– Saved 24 h – saved $ over the past 24 hours
This helps you keep track of your usage and manage your budget more effectively.
If your balance reaches zero, your API key will temporarily stop working — no requests will be processed. Once you top up your account, the key will resume working automatically, and you can continue using the API without interruption.
The list of supported platforms is updated regularly. You can always find the most up-to-date information in the AI Gateway table on our homepage. There you’ll also see the current pricing, AI credits discount rates, and status of each gateway.
You can integrate Aimodex by simply replacing the base URL and using the API key generated in your dashboard.
– follow the official OpenAI examples,
The syntax and parameters are identical to the original API (e.g., OpenAI), so you can use official SDKs or HTTP libraries (like fetch, requests, or curl).
– and use your Aimodex API key instead of the OpenAI key.
Just switch:
https://api.openai.com/v1/... → https://openai.aimodex.net/v1/...
And replace your API key with the one issued by Aimodex.
– follow the official OpenAI examples,
The syntax and parameters are identical to the original API (e.g., OpenAI), so you can use official SDKs or HTTP libraries (like fetch, requests, or curl).
– and use your Aimodex API key instead of the OpenAI key.
Just switch:
https://api.openai.com/v1/... → https://openai.aimodex.net/v1/...
And replace your API key with the one issued by Aimodex.