We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b0b55 commit b6ce0fbCopy full SHA for b6ce0fb
easyagent/config/config_example.yaml
@@ -24,9 +24,9 @@ models:
24
api_key: your-key
25
# cost: model metadata for litellm cost calculation
26
cost:
27
- input_cost_per_token: 0.0000003
28
- output_cost_per_token: 0.00000252
29
- max_tokens: 8192 # model's max capability
+ input_cost_per_token: 0.0000005 # $0.50 / 1M tokens
+ output_cost_per_token: 0.000003 # $3.00 / 1M tokens
+ max_tokens: 8192
30
max_input_tokens: 1048576
31
max_output_tokens: 8192
32
# kwargs: API call parameters
0 commit comments