File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,32 @@ envVars:
134
134
}
135
135
]
136
136
},
137
+ {
138
+ "name": "meta-llama/Llama-3.2-11B-Vision-Instruct",
139
+ "logoUrl": "https://huggingface.co/datasets/huggingchat/models-logo/resolve/main/meta-logo.png",
140
+ "description": "The latest multimodal model from Meta! Supports image inputs natively.",
141
+ "websiteUrl": "https://llama.com/",
142
+ "multimodal": true,
143
+ "parameters": {
144
+ "stop": ["<|eot_id|>", "<|im_end|>"],
145
+ "temperature": 0.6,
146
+ "truncate": 14336,
147
+ "max_new_tokens": 1536
148
+ },
149
+ "endpoint": {
150
+ "type": "openai",
151
+ "baseURL": "https://api-inference.huggingface.co/models/meta-llama/Llama-3.2-11B-Vision-Instruct/v1",
152
+ "multimodal": {
153
+ "image": {
154
+ "maxSizeInMB": 10,
155
+ "maxWidth": 560,
156
+ "maxHeight": 560,
157
+ "supportedMimeTypes": ["image/png", "image/jpeg", "image/webp"],
158
+ "preferredMimeType": "image/webp"
159
+ }
160
+ }
161
+ }
162
+ },
137
163
{
138
164
"name": "NousResearch/Hermes-3-Llama-3.1-8B",
139
165
"description": "Nous Research's latest Hermes 3 release in 8B size. Follows instruction closely.",
You can’t perform that action at this time.
0 commit comments