Spaces:
Running
Running
Upload from GitHub Actions: new model
Browse files- evals/models.py +2 -2
evals/models.py
CHANGED
|
@@ -32,6 +32,7 @@ important_models = [
|
|
| 32 |
"anthropic/claude-opus-4.6", # 25$
|
| 33 |
"anthropic/claude-opus-4.5", # 25$
|
| 34 |
"anthropic/claude-sonnet-4.5",
|
|
|
|
| 35 |
"anthropic/claude-haiku-4.5",
|
| 36 |
"anthropic/claude-opus-4.1", # 15$
|
| 37 |
"anthropic/claude-sonnet-4",
|
|
@@ -47,9 +48,8 @@ important_models = [
|
|
| 47 |
"google/gemini-2.5-flash-lite", # 0.3$
|
| 48 |
"google/gemma-3-27b-it", # 0.2$
|
| 49 |
# "x-ai/grok-4", # $15
|
| 50 |
-
"x-ai/grok-4.1-fast",
|
| 51 |
"minimax/minimax-m2.5", # 1,1$
|
| 52 |
-
"moonshotai/kimi-k2.5",
|
| 53 |
"cohere/command-a",
|
| 54 |
# "qwen/qwen3-32b",
|
| 55 |
# "qwen/qwen3-235b-a22b",
|
|
|
|
| 32 |
"anthropic/claude-opus-4.6", # 25$
|
| 33 |
"anthropic/claude-opus-4.5", # 25$
|
| 34 |
"anthropic/claude-sonnet-4.5",
|
| 35 |
+
"anthropic/claude-sonnet-4.6",
|
| 36 |
"anthropic/claude-haiku-4.5",
|
| 37 |
"anthropic/claude-opus-4.1", # 15$
|
| 38 |
"anthropic/claude-sonnet-4",
|
|
|
|
| 48 |
"google/gemini-2.5-flash-lite", # 0.3$
|
| 49 |
"google/gemma-3-27b-it", # 0.2$
|
| 50 |
# "x-ai/grok-4", # $15
|
|
|
|
| 51 |
"minimax/minimax-m2.5", # 1,1$
|
| 52 |
+
"moonshotai/kimi-k2.5",
|
| 53 |
"cohere/command-a",
|
| 54 |
# "qwen/qwen3-32b",
|
| 55 |
# "qwen/qwen3-235b-a22b",
|