We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d71d9 commit 446d981Copy full SHA for 446d981
2 files changed
config/litellm.yaml
config/models.yaml
@@ -0,0 +1,24 @@
1
+models:
2
+ - model: openai/gpt-oss-120b
3
+ extra_body:
4
+ reasoning:
5
+ effort: medium
6
+ - model: openai/gpt-oss-20b
7
8
9
10
+ - model: qwen/qwen3-235b-a22b-thinking-2507
11
+ - model: qwen/qwen3-235b-a22b-2507
12
+ - model: google/gemini-2.5-flash
13
+defaults:
14
+ seed: 0
15
+ parallel_tool_calls: false
16
+ tool_choice: auto
17
+ extra_headers:
18
+ HTTP-Referer: https://github.com/S1M0N38/balatrollm
19
+ X-Title: BalatroLLM
20
21
+ provider:
22
+ sort: price
23
+ usage:
24
+ include: true
0 commit comments