AI Cost Estimator API
The AI Cost Estimator API helps developers predict the cost of using AI models before making real API calls. Instead of guessing how much an AI request might cost or discovering it too late on your billing dashboard , you can calculate it in advance, in real time. 🚗 Google Maps Analogy (Simple Explanation) Google Maps API → You ask: “How long and how far is this route?” → It answers before you…
AI Cost Estimator API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Estimate AI Cost /estimate |
Estimate the cost of an AI request before calling a model. Calculates input/output tokens and total price based on official model pricing. |
| GET |
Get Provider Models /estimate/providers/{provider} |
Returns all supported models for a given provider. |
| GET |
Get Supported Providers /estimate/providers |
Returns all AI providers supported by the API. |
AI Cost Estimator API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $4.99 / month | — |
|
| ULTRA | $14.99 / month | — |
|