-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodel_config.json
More file actions
53 lines (53 loc) · 1.2 KB
/
model_config.json
File metadata and controls
53 lines (53 loc) · 1.2 KB
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
{
"OPENAI_KEY": "Paste your OpenAI key here",
"GEMINI_API_KEY": "Paste your Gemini API key here",
"DEEPSEEK_API_KEY": "Paste your DeepSeek API key here",
"codellama/CodeLlama-13b-Instruct-hf": {
"api": "vllm"
},
"codellama/CodeLlama-13b-hf" : {
"api": "vllm"
},
"deepseek-ai/deepseek-coder-6.7b-instruct" :{
"api": "vllm"
},
"deepseek-ai/deepseek-coder-6.7b-base" : {
"api": "vllm"
},
"deepseek-ai/deepseek-coder-33b-instruct" : {
"api": "vllm"
},
"bigcode/starcoder2-15b" : {
"api": "vllm"
},
"gpt-4-turbo":{
"api": "litellm"
},
"o4-mini-2025-04-16":{
"api": "litellm"
},
"gemini/gemini-pro":{
"api":"litellm"
},
"codellama/CodeLlama-7b-Instruct-hf": {
"api": "vllm"
},
"codellama/CodeLlama-7b-hf": {
"api": "vllm"
},
"codellama/CodeLlama-34b-Instruct-hf": {
"api": "vllm"
},
"gemini/gemini-1.5-pro":{
"api": "litellm"
},
"gemini/gemini-2.5-pro-preview-05-06":{
"api": "litellm"
},
"semcoder/semcoder_s":{
"api": "vllm"
},
"deepseek-r1": {
"api": "vllm"
}
}