Skip to content

Commit b6ce0fb

Browse files
committed
fix example costs (Reference openrouter)
1 parent c0b0b55 commit b6ce0fb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

easyagent/config/config_example.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ models:
2424
api_key: your-key
2525
# cost: model metadata for litellm cost calculation
2626
cost:
27-
input_cost_per_token: 0.0000003
28-
output_cost_per_token: 0.00000252
29-
max_tokens: 8192 # model's max capability
27+
input_cost_per_token: 0.0000005 # $0.50 / 1M tokens
28+
output_cost_per_token: 0.000003 # $3.00 / 1M tokens
29+
max_tokens: 8192
3030
max_input_tokens: 1048576
3131
max_output_tokens: 8192
3232
# kwargs: API call parameters

0 commit comments

Comments
 (0)