{% extends "base.html" %} {% block title %}Dashboard - AISBF{% endblock %} {% macro format_tokens(value) %} {% if value is none or value == 0 %}0{% else %} {% set val = value | float %} {% if val >= 1000000000 %} {{ "%.2f"|format(val / 1000000000) }}B {% elif val >= 1000000 %} {{ "%.2f"|format(val / 1000000) }}M {% elif val >= 1000 %} {{ "%.2f"|format(val / 1000) }}K {% else %} {{ value }} {% endif %} {% endif %} {% endmacro %} {% block content %} {% if success %}
Manage your AI configurations, track usage, and access your personal API endpoints.
| Timestamp | Provider | Model | Tokens |
|---|---|---|---|
| {{ activity.timestamp }} | {{ activity.provider_id }} | {{ activity.model }} | {{ activity.token_count }} |
| No recent activity yet. Make your first API request to see usage here. | |||
Include your API token in the Authorization header: