akhaliq HF Staff commited on
Commit
7d497a8
·
1 Parent(s): 8c61741

update model list

Browse files
Files changed (1) hide show
  1. README.md +30 -5
README.md CHANGED
@@ -12,6 +12,20 @@ hf_oauth_expiration_minutes: 43200
12
  hf_oauth_scopes:
13
  - manage-repos
14
  - write-discussions
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
 
17
 
@@ -96,11 +110,22 @@ This app runs as a Docker Space on HuggingFace. The Dockerfile:
96
 
97
  ## 🤖 Available Models
98
 
99
- - **Gemini 3 Pro Preview** (Default) - Google's latest with deep thinking & Google Search
100
- - MiniMax M2 (via HF router with Novita)
101
- - DeepSeek V3/V3.1
102
- - DeepSeek R1
103
- - And more via HuggingFace InferenceClient
 
 
 
 
 
 
 
 
 
 
 
104
 
105
  ## 🎯 Usage
106
 
 
12
  hf_oauth_scopes:
13
  - manage-repos
14
  - write-discussions
15
+ models:
16
+ - MiniMaxAI/MiniMax-M2.5
17
+ - zai-org/GLM-5
18
+ - Qwen/Qwen3-Coder-Next
19
+ - moonshotai/Kimi-K2.5
20
+ - zai-org/GLM-4.7-Flash
21
+ - zai-org/GLM-4.7
22
+ - MiniMaxAI/MiniMax-M2.1
23
+ - zai-org/GLM-4.6
24
+ - zai-org/GLM-4.6V
25
+ - deepseek-ai/DeepSeek-V3
26
+ - deepseek-ai/DeepSeek-R1
27
+ - MiniMaxAI/MiniMax-M2
28
+ - moonshotai/Kimi-K2-Thinking
29
  ---
30
 
31
 
 
110
 
111
  ## 🤖 Available Models
112
 
113
+ The following models are currently supported and used by AnyCoder:
114
+
115
+ models:
116
+ - MiniMaxAI/MiniMax-M2.5
117
+ - zai-org/GLM-5
118
+ - Qwen/Qwen3-Coder-Next
119
+ - moonshotai/Kimi-K2.5
120
+ - zai-org/GLM-4.7-Flash
121
+ - zai-org/GLM-4.7
122
+ - MiniMaxAI/MiniMax-M2.1
123
+ - zai-org/GLM-4.6
124
+ - zai-org/GLM-4.6V
125
+ - deepseek-ai/DeepSeek-V3
126
+ - deepseek-ai/DeepSeek-R1
127
+ - MiniMaxAI/MiniMax-M2
128
+ - moonshotai/Kimi-K2-Thinking
129
 
130
  ## 🎯 Usage
131