forked from Jason-Vaughan/TangleBrain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpricing.yaml
More file actions
14 lines (14 loc) · 790 Bytes
/
Copy pathpricing.yaml
File metadata and controls
14 lines (14 loc) · 790 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Cloud-equivalent reference pricing for the "spend avoided" rollup.
#
# Methodology: for each routed task, estimate what it WOULD have cost on a paid frontier API,
# valued at a reference frontier price — here Claude Sonnet, $3/MTok input, $15/MTok output. The
# rollup multiplies estimated tokens (a chars/4 heuristic over the visible prompt + response) by
# these rates. Values are US dollars per 1,000,000 tokens. Tune them to whatever frontier model you
# want to compare against.
#
# Set `placeholder: true` if your rates are rough/illustrative — the `tanglebrain --stats` rollup
# then flags every figure as PLACEHOLDER so no number is mistaken for a precise cost.
placeholder: false
reference_model: "Claude Sonnet ($3/$15 per MTok)"
input_per_mtok: 3.00
output_per_mtok: 15.00