Spaces:
Running
Running
Upload 2 files
Browse files- assets/pricing.json +15 -0
- assets/text_content.py +1 -1
assets/pricing.json
CHANGED
@@ -208,5 +208,20 @@
|
|
208 |
"model_id": "luminous-base",
|
209 |
"input": "",
|
210 |
"output": ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
211 |
}
|
212 |
]
|
|
|
208 |
"model_id": "luminous-base",
|
209 |
"input": "",
|
210 |
"output": ""
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"model_id": "qwen-max",
|
214 |
+
"input": "1.6$",
|
215 |
+
"output": "6.4$"
|
216 |
+
},
|
217 |
+
{
|
218 |
+
"model_id": "o3-mini-2025-01-31",
|
219 |
+
"input": "1.1$",
|
220 |
+
"output": "4.4$"
|
221 |
+
},
|
222 |
+
{
|
223 |
+
"model_id": "claude-3-7-sonnet-20250219",
|
224 |
+
"input": "3$",
|
225 |
+
"output": "15$"
|
226 |
}
|
227 |
]
|
assets/text_content.py
CHANGED
@@ -2,7 +2,7 @@ import os
|
|
2 |
|
3 |
# Data Sources
|
4 |
CLEMBENCH_RUNS_REPO = "https://raw.githubusercontent.com/clembench/clembench-runs/main/"
|
5 |
-
REGISTRY_URL = "https://raw.githubusercontent.com/clp-research/
|
6 |
BENCHMARK_FILE = "benchmark_runs.json"
|
7 |
|
8 |
LATENCY_FOLDER = os.path.join("Addenda", "Latency")
|
|
|
2 |
|
3 |
# Data Sources
|
4 |
CLEMBENCH_RUNS_REPO = "https://raw.githubusercontent.com/clembench/clembench-runs/main/"
|
5 |
+
REGISTRY_URL = "https://raw.githubusercontent.com/clp-research/clemcore/refs/heads/refactor_model_registry/backends/model_registry.json"
|
6 |
BENCHMARK_FILE = "benchmark_runs.json"
|
7 |
|
8 |
LATENCY_FOLDER = os.path.join("Addenda", "Latency")
|