Spaces:
Running
Running
Update pipeline.json
Browse files- pipeline.json +11 -24
pipeline.json
CHANGED
@@ -2,22 +2,9 @@
|
|
2 |
"api": {
|
3 |
"models": {
|
4 |
|
5 |
-
"
|
6 |
-
"type": "image-text-to-text",
|
7 |
-
"api_url": "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/v1/chat/completions",
|
8 |
-
"headers": {
|
9 |
-
"Content-Type": "application/json",
|
10 |
-
"x-use-cache": "false",
|
11 |
-
"config": {
|
12 |
-
"comment": "This section runs Python code. It retrieves the API key from your environment using 'os'. You can use this for Authorization headers or replace it with another type of headers, like 'ApiKey'.",
|
13 |
-
"Authorization": "Bearer os.environ.get('auth')"
|
14 |
-
}
|
15 |
-
}
|
16 |
-
},
|
17 |
-
|
18 |
-
"Llama-3.2-11B-Vision-Instruct": {
|
19 |
"type": "image-text-to-text",
|
20 |
-
"api_url": "https://api-inference.huggingface.co/models/meta-llama/Llama-3.
|
21 |
"headers": {
|
22 |
"Content-Type": "application/json",
|
23 |
"x-use-cache": "false",
|
@@ -26,11 +13,11 @@
|
|
26 |
"Authorization": "Bearer os.environ.get('auth')"
|
27 |
}
|
28 |
}
|
29 |
-
},
|
30 |
|
31 |
-
"
|
32 |
"type": "image-text-to-text",
|
33 |
-
"api_url": "https://api-inference.huggingface.co/models/
|
34 |
"headers": {
|
35 |
"Content-Type": "application/json",
|
36 |
"x-use-cache": "false",
|
@@ -39,8 +26,7 @@
|
|
39 |
"Authorization": "Bearer os.environ.get('auth')"
|
40 |
}
|
41 |
}
|
42 |
-
},
|
43 |
-
|
44 |
|
45 |
"Phi-3.5-mini-instruct": {
|
46 |
"type": "Text Generation",
|
@@ -81,9 +67,9 @@
|
|
81 |
}
|
82 |
},
|
83 |
|
84 |
-
"
|
85 |
-
"type": "
|
86 |
-
"api_url": "https://api-inference.huggingface.co/models/meta-llama/
|
87 |
"headers": {
|
88 |
"Content-Type": "application/json",
|
89 |
"x-use-cache": "false",
|
@@ -92,7 +78,8 @@
|
|
92 |
"Authorization": "Bearer os.environ.get('auth')"
|
93 |
}
|
94 |
}
|
95 |
-
}
|
|
|
96 |
|
97 |
|
98 |
}
|
|
|
2 |
"api": {
|
3 |
"models": {
|
4 |
|
5 |
+
"Hepzeka.com | Llama-3.3-70B-Instruct": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
"type": "image-text-to-text",
|
7 |
+
"api_url": "https://api-inference.huggingface.co/models/meta-llama/Llama-3.3-70B-Instruct/v1/chat/completions",
|
8 |
"headers": {
|
9 |
"Content-Type": "application/json",
|
10 |
"x-use-cache": "false",
|
|
|
13 |
"Authorization": "Bearer os.environ.get('auth')"
|
14 |
}
|
15 |
}
|
16 |
+
},
|
17 |
|
18 |
+
"DeepSeek-R1-Distill-Qwen-32B": {
|
19 |
"type": "image-text-to-text",
|
20 |
+
"api_url": "https://api-inference.huggingface.co/models/deepseek-ai/DeepSeek-R1-Distill-Qwen-32B/v1/chat/completions",
|
21 |
"headers": {
|
22 |
"Content-Type": "application/json",
|
23 |
"x-use-cache": "false",
|
|
|
26 |
"Authorization": "Bearer os.environ.get('auth')"
|
27 |
}
|
28 |
}
|
29 |
+
},
|
|
|
30 |
|
31 |
"Phi-3.5-mini-instruct": {
|
32 |
"type": "Text Generation",
|
|
|
67 |
}
|
68 |
},
|
69 |
|
70 |
+
"Llama-3.2-11B-Vision-Instruct": {
|
71 |
+
"type": "image-text-to-text",
|
72 |
+
"api_url": "https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-11B-Vision-Instruct/v1/chat/completions",
|
73 |
"headers": {
|
74 |
"Content-Type": "application/json",
|
75 |
"x-use-cache": "false",
|
|
|
78 |
"Authorization": "Bearer os.environ.get('auth')"
|
79 |
}
|
80 |
}
|
81 |
+
},
|
82 |
+
|
83 |
|
84 |
|
85 |
}
|