35 lines
875 B
Cheetah
35 lines
875 B
Cheetah
# see https://github.com/sigoden/aichat/blob/main/config.example.yaml
|
|
# see https://github.com/sigoden/aichat/blob/main/models.yaml
|
|
|
|
compress_threshold: 100000
|
|
summarize_prompt: 'Summarize the discussion in 5000 words or less to use as a prompt for future context.'
|
|
save_session: false
|
|
|
|
clients:
|
|
|
|
- type: openai-compatible
|
|
name: openrouter
|
|
api_base: https://openrouter.ai/api/v1
|
|
api_key: {{ .user.AI_OPENROUTER_KEY }}
|
|
models:
|
|
|
|
- name: anthropic/claude-sonnet-4.6
|
|
max_input_tokens: 1000000
|
|
max_output_tokens: 65000
|
|
input_price: 3
|
|
output_price: 15
|
|
patch:
|
|
body:
|
|
reasoning:
|
|
effort: high
|
|
|
|
- name: deepseek/deepseek-v3.2
|
|
max_input_tokens: 163840
|
|
max_output_tokens: 65000
|
|
input_price: 0.25
|
|
output_price: 0.40
|
|
patch:
|
|
body:
|
|
reasoning:
|
|
effort: high
|