wip
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
# 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.'
|
||||
|
||||
clients:
|
||||
|
||||
- type: openai-compatible
|
||||
@@ -9,32 +12,22 @@ clients:
|
||||
api_key: {{ .user.AI_OPENROUTER_KEY }}
|
||||
models:
|
||||
|
||||
- name: anthropic/claude-sonnet-4.5
|
||||
max_input_tokens: 350000
|
||||
- name: anthropic/claude-sonnet-4.6
|
||||
max_input_tokens: 1000000
|
||||
max_output_tokens: 65000
|
||||
require_max_tokens: true
|
||||
input_price: 3
|
||||
output_price: 15
|
||||
supports_vision: true
|
||||
supports_function_calling: true
|
||||
patch:
|
||||
body:
|
||||
reasoning:
|
||||
effort: high
|
||||
|
||||
- name: deepseek/deepseek-v3.2-exp
|
||||
- name: deepseek/deepseek-v3.2
|
||||
max_input_tokens: 163840
|
||||
input_price: 0.20
|
||||
max_output_tokens: 65000
|
||||
input_price: 0.25
|
||||
output_price: 0.40
|
||||
patch:
|
||||
body:
|
||||
reasoning:
|
||||
effort: high
|
||||
|
||||
- name: openai/gpt-4.1
|
||||
max_input_tokens: 1047576
|
||||
max_output_tokens: 32768
|
||||
input_price: 2
|
||||
output_price: 8
|
||||
supports_vision: true
|
||||
supports_function_calling: true
|
||||
|
||||
Reference in New Issue
Block a user