Spaces:
Runtime error
Runtime error
a100 kh
commited on
Commit
·
058b512
1
Parent(s):
d2e1c79
nemotron
Browse files- api_endpoints.json +13 -0
api_endpoints.json
CHANGED
@@ -34,6 +34,19 @@
|
|
34 |
"text-arena": true,
|
35 |
"vision-arena": false
|
36 |
},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
"mistral-large-latest": {
|
38 |
"model_name": "mistral-large-latest",
|
39 |
"api_type": "mistral",
|
|
|
34 |
"text-arena": true,
|
35 |
"vision-arena": false
|
36 |
},
|
37 |
+
"nvidia/Llama-3.1-Nemotron-70B-Instruct": {
|
38 |
+
"model_name": "nvidia/Llama-3.1-Nemotron-70B-Instruct",
|
39 |
+
"api_type": "openai-custom-deepinfra",
|
40 |
+
"api_base": "https://api.deepseek.com/v1",
|
41 |
+
"env_api_key": "DEEPSEEK_API_KEY",
|
42 |
+
"anony_only": false,
|
43 |
+
"recommended_config": {
|
44 |
+
"temperature": 0.7,
|
45 |
+
"top_p": 1.0
|
46 |
+
},
|
47 |
+
"text-arena": true,
|
48 |
+
"vision-arena": false
|
49 |
+
},
|
50 |
"mistral-large-latest": {
|
51 |
"model_name": "mistral-large-latest",
|
52 |
"api_type": "mistral",
|