mukaist commited on
Commit
b105662
·
verified ·
1 Parent(s): d8b3d26

Update pipeline.json

Browse files
Files changed (1) hide show
  1. pipeline.json +11 -24
pipeline.json CHANGED
@@ -2,22 +2,9 @@
2
  "api": {
3
  "models": {
4
 
5
- "DeepSeek-R1-Distill-Qwen-32B": {
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.2-11B-Vision-Instruct/v1/chat/completions",
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
- "Llama-3.3-70B-Instruct": {
32
  "type": "image-text-to-text",
33
- "api_url": "https://api-inference.huggingface.co/models/meta-llama/Llama-3.3-70B-Instruct/v1/chat/completions",
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
- "Meta-Llama-3-8B-Instruct": {
85
- "type": "Text Generation",
86
- "api_url": "https://api-inference.huggingface.co/models/meta-llama/Meta-Llama-3-8B-Instruct/v1/chat/completions",
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
  }