From 77e1edc7469f43a4ee515ee8e69cf10b481dcc7b Mon Sep 17 00:00:00 2001 From: valkyrie69 Date: Mon, 27 Jul 2026 16:37:03 -0700 Subject: [PATCH] W-23547836 New Models Page --- .../ROOT/pages/exp-models-manage-costs.adoc | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 modules/ROOT/pages/exp-models-manage-costs.adoc diff --git a/modules/ROOT/pages/exp-models-manage-costs.adoc b/modules/ROOT/pages/exp-models-manage-costs.adoc new file mode 100644 index 00000000..1bf9206e --- /dev/null +++ b/modules/ROOT/pages/exp-models-manage-costs.adoc @@ -0,0 +1,46 @@ += Managing Models and Model Costs +:keywords: models, model costs, cost per token, input tokens, output tokens, spend tracking, budgets, model proxies, cost management, anypoint platform + + +The *Models* page lists the AI models available in your organization. Set the cost per token for each model so that token usage translates into accurate spend and budget tracking across model proxies and wallet budgets. + +== Before You Begin + +To manage model costs, you need: + +* An Anypoint Platform account. +* Any of these permissions: ++ +-- +** API Manager: API Creator to create instances +** API Manager: View APIs Configuration to view instances +** API Manager: Edit APIs Configuration to edit instances +-- ++ +For more information, see xref:exp-home-start.adoc#permissions[Enhanced Experience Permissions]. + +== View Models + +. From *Portfolio* > *Model Proxies* > *Model Wallets*, select *Models*. +. Review the list of available models. +. To see details for a model, select its name. ++ +The model detail page shows the model proxies that surface the model and its configured costs. + +[[edit-model-costs]] +== Edit Model Costs + +Model costs drive spend and budget calculations. Configure them for each model you use. + +. On the *Models* page, select a model — for example, `Claude 3.5 Haiku`. +. Select *Edit model costs*. +. Enter the *Cost per 1K input tokens* — for example, `0.001`. +. Enter the *Cost per 1K output tokens* — for example, `0.005`. +. Select *Save changes*. + +Models without configured costs default to zero and don't factor into spend tracking or budget calculations. If a model's costs aren't configured, wallet budgets don't reflect actual usage for that model. See xref:exp-model-wallets-manage.adoc[]. + +== See Also + +* xref:exp-model-wallets-manage.adoc[] +* xref:exp-governance-view-cost-and-token-usage.adoc[]