This is an automated email from the ASF dual-hosted git repository.

skrawcz pushed a commit to branch stefan/replace-elkjs
in repository https://gitbox.apache.org/repos/asf/burr.git

commit 9858192b039536874ed8671d02bc6dca114387b4
Author: Stefan Krawczyk <[email protected]>
AuthorDate: Sun Oct 5 09:25:16 2025 -0700

    Updates model costs
    
    So that UI costs are closer to reality today.
---
 telemetry/ui/scripts/model_costs.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telemetry/ui/scripts/model_costs.json 
b/telemetry/ui/scripts/model_costs.json
index a6910276..ae1d4287 100644
--- a/telemetry/ui/scripts/model_costs.json
+++ b/telemetry/ui/scripts/model_costs.json
@@ -1 +1 @@
-{"sambanova/Meta-Llama-3.1-8B-Instruct": {"max_tokens": 16000, 
"max_input_tokens": 16000, "max_output_tokens": 16000, "input_cost_per_token": 
1e-07, "output_cost_per_token": 2e-07}, 
"sambanova/Meta-Llama-3.1-70B-Instruct": {"max_tokens": 128000, 
"max_input_tokens": 128000, "max_output_tokens": 128000, 
"input_cost_per_token": 6e-07, "output_cost_per_token": 1.2e-06}, 
"sambanova/Meta-Llama-3.1-405B-Instruct": {"max_tokens": 16000, 
"max_input_tokens": 16000, "max_output_tokens": 16000, "inp [...]
\ No newline at end of file
+{"1024-x-1024/50-steps/bedrock/amazon.nova-canvas-v1:0": {"max_input_tokens": 
2600}, "1024-x-1024/50-steps/stability.stable-diffusion-xl-v1": 
{"max_input_tokens": 77, "max_tokens": 77}, "1024-x-1024/dall-e-2": {}, 
"1024-x-1024/max-steps/stability.stable-diffusion-xl-v1": {"max_input_tokens": 
77, "max_tokens": 77}, "256-x-256/dall-e-2": {}, 
"512-x-512/50-steps/stability.stable-diffusion-xl-v0": {"max_input_tokens": 77, 
"max_tokens": 77}, "512-x-512/dall-e-2": {}, "512-x-512/max-steps/stab [...]
\ No newline at end of file

Reply via email to