File size: 4,454 Bytes
8e0dd55
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
{
  "default_provider": "google",
  "providers": {
    "dashscope": {
      "default_model": "qwen-plus",
      "supportsCustomModel": true,
      "models": {
        "qwen-plus": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "qwen-turbo": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "deepseek-r1": {
          "temperature": 0.7,
          "top_p": 0.8
        }
      }
    },
    "google": {
      "default_model": "gemini-2.5-flash",
      "supportsCustomModel": true,
      "models": {
        "gemini-2.5-flash": {
          "temperature": 1.0,
          "top_p": 0.8,
          "top_k": 20
        },
        "gemini-2.5-flash-lite": {
          "temperature": 1.0,
          "top_p": 0.8,
          "top_k": 20
        },
        "gemini-2.5-pro": {
          "temperature": 1.0,
          "top_p": 0.8,
          "top_k": 20
        }
      }
    },
    "openai": {
      "default_model": "gpt-5-nano",
      "supportsCustomModel": true,
      "models": {
        "gpt-5": {
          "temperature": 1.0
        },
        "gpt-5-nano": {
          "temperature": 1.0
        },
        "gpt-5-mini": {
          "temperature": 1.0
        },
        "gpt-4o": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "gpt-4.1": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "o1": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "o3": {
          "temperature": 1.0
        },
        "o4-mini": {
          "temperature": 1.0
        }
      }
    },
    "openrouter": {
      "default_model": "openai/gpt-5-nano",
      "supportsCustomModel": true,
      "models": {
        "openai/gpt-5-nano": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "openai/gpt-4o": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "deepseek/deepseek-r1": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "openai/gpt-4.1": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "openai/o1": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "openai/o3": {
          "temperature": 1.0
        },
        "openai/o4-mini": {
          "temperature": 1.0
        },
        "anthropic/claude-3.7-sonnet": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "anthropic/claude-3.5-sonnet": {
          "temperature": 0.7,
          "top_p": 0.8
        }
      }
    },
    "ollama": {
      "default_model": "qwen3:1.7b",
      "supportsCustomModel": true,
      "models": {
        "qwen3:1.7b": {
          "options": {
            "temperature": 0.7,
            "top_p": 0.8,
            "num_ctx": 32000
          }
        },
        "llama3:8b": {
          "options": {
            "temperature": 0.7,
            "top_p": 0.8,
            "num_ctx": 8000
          }
        },
        "qwen3:8b": {
          "options": {
            "temperature": 0.7,
            "top_p": 0.8,
            "num_ctx": 32000
          }
        }
      }
    },
    "bedrock": {
      "client_class": "BedrockClient",
      "default_model": "anthropic.claude-3-sonnet-20240229-v1:0",
      "supportsCustomModel": true,
      "models": {
        "anthropic.claude-3-sonnet-20240229-v1:0": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "anthropic.claude-3-haiku-20240307-v1:0": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "anthropic.claude-3-opus-20240229-v1:0": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "amazon.titan-text-express-v1": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "cohere.command-r-v1:0": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "ai21.j2-ultra-v1": {
          "temperature": 0.7,
          "top_p": 0.8
        }
      }
    },
    "azure": {
      "client_class": "AzureAIClient",
      "default_model": "gpt-4o",
      "supportsCustomModel": true,
      "models": {
        "gpt-4o": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "gpt-4": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "gpt-35-turbo": {
          "temperature": 0.7,
          "top_p": 0.8
        },
        "gpt-4-turbo": {
          "temperature": 0.7,
          "top_p": 0.8
        }
      }
    }
  }
}