{% extends "base.html" %} {% block title %}Playground · modelpass bench{% endblock %} {% block body %}

Test playground

This page spends real allowance. Every send is a genuine run on the connection you pick, against the subscription or key it is configured with. Nothing here is simulated. The usage for each run is shown at the bottom of its log, and the run is recorded in the run log.
{% if not connections %}

No connections configured — nothing to run against.

Add one first.

{% else %}
The tool that gets attached

One caller-supplied tool, executed in this process and handed to the runtime as an in-process MCP server. It returns a timestamp generated here, at the moment of the call — which is the part a model could not have written without actually calling it.

{{ tool | tojson(indent=2) }}

Event log

Every event exactly as the caller receives it, in arrival order. This stream is the transparency story: the receipt, the deltas, the usage, the guard events, and a terminal stamped with the connection and the auth mode that actually paid for the run.

eventpayload
{% endif %} {% endblock %}