mirror of https://github.com/aliasrobotics/cai.git
Fix bug in pricing of alias0 model
Signed-off-by: Víctor Mayoral Vilches <v.mayoralv@gmail.com>
This commit is contained in:
parent
cfa839dce6
commit
227afd6d12
|
|
@ -4,7 +4,7 @@
|
||||||
"max_input_tokens": 200000,
|
"max_input_tokens": 200000,
|
||||||
"max_output_tokens": 128000,
|
"max_output_tokens": 128000,
|
||||||
"input_cost_per_token": 0.000005,
|
"input_cost_per_token": 0.000005,
|
||||||
"output_cost_per_token": 0.00005,
|
"output_cost_per_token": 0.000005,
|
||||||
"cache_creation_input_token_cost": 0.000005,
|
"cache_creation_input_token_cost": 0.000005,
|
||||||
"cache_read_input_token_cost": 0.0000005,
|
"cache_read_input_token_cost": 0.0000005,
|
||||||
"search_context_cost_per_query": {
|
"search_context_cost_per_query": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue