Use model ID
dgridai/free when you want DGrid to select an available free model automatically. See the model detail page for the live model listing.What it is for
Free Models Router is designed for general-purpose AI usage where fast access and low friction matter more than selecting a specific provider model. It works well for:- Everyday Q&A and research assistance
- Multilingual writing, rewriting, and translation
- Coding help, debugging suggestions, and code explanation
- Logical analysis and structured reasoning
- Learning support and concept explanation
- Drafting, summarizing, and content creation
- Complex problem solving that benefits from a capable general model
How routing works
DGrid aggregates multiple sources of free inference capacity behind a single routing layer. For each request, the router evaluates available model resources and schedules the request to a suitable backend. Routing may consider:- Current service availability
- Expected response speed
- Task type and prompt requirements
- Free compute availability across connected model sources
- Operational stability of the underlying route
dgridai/free.
Quickstart
Free Models Router uses the same OpenAI-compatible chat completion interface as the rest of DGrid AI Gateway.Rate limits
To keep free access reliable and fair, DGrid applies request limits to Free Models Router. Limits are enforced per account.| Access level | Eligibility | Requests per minute | Requests per day |
|---|---|---|---|
| Standard access | Account has not completed at least $5 in qualifying top-ups | 10 | 100 |
| Increased access | Account has completed at least $5 in qualifying top-ups | 20 | 1,000 |
$5 threshold.
Rate limit errors
Requests that exceed the applicable limit are rejected with:Operational guidance
- Treat
dgridai/freeas a convenience router, not a fixed model. - Avoid relying on provider-specific behavior from the underlying routed model.
- Add retry logic with backoff for temporary rate-limit or availability responses.
- Use paid model IDs when you need deterministic model selection, higher throughput, stronger SLA expectations, or model-specific capabilities.
- Log
DGrid-Request-IDfrom responses if you need to reconcile usage later. See Get request billing details for request-level billing lookup.

