@@ -5,31 +5,40 @@ import type { OllamaChatTemplateMapEntry } from "./types";
55
66/**
77 * Skipped these models due to error:
8- * - library/gpt-oss:20b
9- * - library/llama3.1:8b
10- * - library/llama3.2:latest
8+ * - library/llama3.2:1b
9+ * - library/llava:latest
10+ * - library/qwen2.5:0.5b
11+ * - library/qwen2.5-coder:latest
12+ * - library/llama3:latest
13+ * - library/gemma2:latest
1114 * - library/gemma3:latest
12- * - library/qwen2:0.5b
13- * - library/tinyllama:1.1b
14- * - library/qwq:latest
15- * - library/codegemma:2b
16- * - library/cogito:latest
17- * - library/cogito:3b
18- * - library/smollm:latest
19- * - library/devstral:24b
20- * - library/dolphin-llama3:8b
21- * - library/opencoder:latest
22- * - library/codegeex4:9b
23- * - library/starcoder:latest
24- * - library/command-r-plus:latest
25- * - library/command-r-plus:104b
26- * - library/llama3-chatqa:8b
27- * - library/tulu3:latest
28- * - library/llama3-groq-tool-use:latest
29- * - library/yarn-llama2:latest
30- * - library/command-r7b:7b
31- * - library/phi4-mini-reasoning:latest
32- * - library/reader-lm:latest
15+ * - library/gemma2:latest
16+ * - library/gemma3:latest
17+ * - library/gemma:2b
18+ * - library/qwen2:latest
19+ * - library/dolphin3:latest
20+ * - library/llama3.2-vision:latest
21+ * - library/deepseek-v3:latest
22+ * - library/deepseek-v3:671b
23+ * - library/falcon3:latest
24+ * - library/phi4-reasoning:14b
25+ * - library/phi:latest
26+ * - library/llama4:16x17b
27+ * - library/magistral:latest
28+ * - library/magistral:24b
29+ * - library/openthinker:7b
30+ * - library/dolphin-llama3:latest
31+ * - library/smollm:135m
32+ * - library/dolphin-llama3:latest
33+ * - library/mistral-small3.1:latest
34+ * - library/devstral:latest
35+ * - library/deepcoder:latest
36+ * - library/reflection:latest
37+ * - library/r1-1776:latest
38+ * - library/meditron:latest
39+ * - library/wizard-math:7b
40+ * - library/smallthinker:latest
41+ * - library/aya-expanse:latest
3342 */
3443
3544export const OLLAMA_CHAT_TEMPLATE_MAPPING : OllamaChatTemplateMapEntry [ ] = [
0 commit comments