{% extends "base.html" %} {% block title %}Pricing - Janus{% endblock %} {% block pricing_active %}bg-gray-700 text-white{% endblock %} {% block content %}
Cost per million tokens. Override builtin pricing or add custom model rates.
| Model | Input | Output | Cache Create | Cache Read | |
|---|---|---|---|---|---|
| {{ o.model }} | ${{ o.input_per_mtok }} | ${{ o.output_per_mtok }} | ${{ o.cache_creation_per_mtok }} | ${{ o.cache_read_per_mtok }} |
| Model | Input | Output | Cache Create | Cache Read |
|---|---|---|---|---|
| {{ p.model }} | ${{ p.input_per_mtok }} | ${{ p.output_per_mtok }} | ${{ p.cache_creation_per_mtok }} | ${{ p.cache_read_per_mtok }} |