Access zero-cost model tiers by appending the :free suffix to any eligible model slug.
Not yet available.
Some models on OpenDunes have a free tier served by providers that make capacity available at no cost. Append :free to any eligible model slug to explicitly request the free tier. No DA balance is deducted for free-variant requests.
The :free suffix is part of the model slug — pass it as-is in the model field. The response model field echoes the slug with the suffix, so you can always tell which tier handled the request.
Free tiers are served by providers that offer limited capacity at no charge. OpenDunes routes :free requests exclusively to those providers. Because capacity is finite, free-tier requests are subject to:
To get guaranteed throughput, use the model without the :free suffix, or combine it with model fallbacks.
Filter the public model catalog to show only free-tier eligible models:
The response includes each model's :free slug and any capacity notes. You can also browse them at /models?free=true.
Zero. Free-variant requests are not billed and do not draw down your DA balance. The X-Balance-Available response header is unchanged after a :free request.
Rate limiting still applies — see the X-RateLimit-* headers in every response.
Note. The
:freesuffix only works on models that have a free tier. Appending it to a model with no free tier returns a404 model_not_founderror. Check the catalog to confirm availability.