From ab287694ccd50e896caf3b88be5acf5ee1ed0e7e Mon Sep 17 00:00:00 2001 From: Pranav <56645758+pranav4501@users.noreply.github.com> Date: Mon, 17 Aug 2026 21:42:09 +0000 Subject: [PATCH] Add Arcee model pricing --- pricing/arcee.json | 163 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 163 insertions(+) create mode 100644 pricing/arcee.json diff --git a/pricing/arcee.json b/pricing/arcee.json new file mode 100644 index 000000000..1b7bdbefe --- /dev/null +++ b/pricing/arcee.json @@ -0,0 +1,163 @@ +{ + "default": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0 + }, + "response_token": { + "price": 0 + }, + "cache_read_input_token": { + "price": 0 + } + }, + "calculate": { + "request": { + "operation": "sum", + "operands": [ + { + "operation": "multiply", + "operands": [ + { + "value": "input_tokens" + }, + { + "value": "rates.request_token" + } + ] + }, + { + "operation": "multiply", + "operands": [ + { + "value": "cache_read_tokens" + }, + { + "value": "rates.cache_read_input_token" + } + ] + } + ] + }, + "response": { + "operation": "multiply", + "operands": [ + { + "value": "output_tokens" + }, + { + "value": "rates.response_token" + } + ] + } + }, + "currency": "USD" + } + }, + "deepseek/deepseek-v4-flash-latest": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.000014 + }, + "response_token": { + "price": 0.000028 + }, + "cache_read_input_token": { + "price": 0.0000028 + } + } + } + }, + "trinity-large-thinking": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.000025 + }, + "response_token": { + "price": 0.00008 + }, + "cache_read_input_token": { + "price": 0.000006 + } + } + } + }, + "thinkingmachines/inkling-small": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.00005 + }, + "response_token": { + "price": 0.00012 + }, + "cache_read_input_token": { + "price": 0.00001 + } + } + } + }, + "deepseek/deepseek-v4-pro": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.000174 + }, + "response_token": { + "price": 0.000348 + }, + "cache_read_input_token": { + "price": 0.00002 + } + } + } + }, + "zai-org/glm-5.2": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.00014 + }, + "response_token": { + "price": 0.00044 + }, + "cache_read_input_token": { + "price": 0.000026 + } + } + } + }, + "moonshotai/kimi-k3": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.0003 + }, + "response_token": { + "price": 0.0015 + }, + "cache_read_input_token": { + "price": 0.00003 + } + } + } + }, + "deepseek/deepseek-v4-pro-0813": { + "pricing_config": { + "pay_as_you_go": { + "request_token": { + "price": 0.000132 + }, + "response_token": { + "price": 0.000396 + }, + "cache_read_input_token": { + "price": 0.0000044 + } + } + } + } +}