{% extends "billing/base_billing.html" %} {% block title %}Free Tier Limit — Future AGI{% endblock %} {% block preheader %}You've used {{ percentage }}% of your free {{ dimension }} allowance.{% endblock %} {% block txid %}◦ USAGE / LIMIT{% endblock %} {% block content %}

Approaching your free tier limit

You've used {{ percentage }}% of your free {{ dimension }} allowance.

Usage· Approaching cap

Dimension{{ dimension }}
Current{{ current }}
Free limit{{ limit }}

Once you hit the cap, new requests for this dimension are rejected. Switch to Pay-as-you-go to remove hard caps and pay only for what you use.

{% include "billing/_button.html" with url=base_url|add:"/dashboard/settings/pricing" text="Upgrade to PAYG" variant="primary" %}
{% endblock %}