mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
together
This commit is contained in:
parent
024c3ed46e
commit
f12395f4d3
2 changed files with 16 additions and 2 deletions
|
@ -461,4 +461,8 @@
|
|||
"supported_output_modalities": ["text"],
|
||||
"source": "https://ai.google.dev/gemini-api/docs/pricing#gemini-2.5-pro-preview"
|
||||
},
|
||||
"together_ai/Qwen/Qwen3-235B-A22B-fp8-tput": {
|
||||
"input_cost_per_token": 0.0000002,
|
||||
"output_cost_per_token": 0.0000006,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1413,7 +1413,6 @@
|
|||
weak_model_name: openrouter/google/gemini-2.0-flash-001
|
||||
|
||||
- name: openrouter/qwen/qwen3-235b-a22b
|
||||
system_prompt_prefix: "/no_think"
|
||||
use_temperature: 0.7
|
||||
extra_params:
|
||||
max_tokens: 24000
|
||||
|
@ -1421,4 +1420,15 @@
|
|||
top_k: 20
|
||||
min_p: 0.0
|
||||
temperature: 0.7
|
||||
|
||||
|
||||
- name: together_ai/Qwen/Qwen3-235B-A22B-fp8-tput
|
||||
system_prompt_prefix: "/no_think"
|
||||
use_temperature: 0.7
|
||||
reasoning_tag: think
|
||||
extra_params:
|
||||
max_tokens: 24000
|
||||
top_p: 0.8
|
||||
top_k: 20
|
||||
min_p: 0.0
|
||||
temperature: 0.7
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue