|
26 | 26 | { "name": "nvidia_nvidia-nemotron-nano-9b-v2", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "NVIDIA Nemotron Nano 9B v2; compact high-performance model." } |
27 | 27 | ] |
28 | 28 | }, |
| 29 | + "llmgateway": { |
| 30 | + "enabled": true, |
| 31 | + "models": [ |
| 32 | + { "name": "gpt-oss-20b-free", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Free GPT OSS 20B model via LLM Gateway." }, |
| 33 | + { "name": "kimi-k2-0905-free", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Free Kimi K2 model via LLM Gateway." }, |
| 34 | + { "name": "deepseek-r1t2-chimera-free", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "DeepSeek via LLM Gateway." }, |
| 35 | + { "name": "gpt-4o-mini", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "GPT 4o mini via LLM Gateway." } |
| 36 | + ] |
| 37 | + }, |
29 | 38 | "openai": { |
30 | 39 | "enabled": true, |
31 | 40 | "models": [ |
|
37 | 46 | { "name": "gpt-4o", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "vision", "emailReply", "translate", "meetingNotes", "outline"], "notes": "OpenAI next-gen vision model with Q&A capabilities." } |
38 | 47 | ] |
39 | 48 | }, |
| 49 | + "anthropic": { |
| 50 | + "enabled": true, |
| 51 | + "models": [ |
| 52 | + { "name": "claude-3-haiku-20240307", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Anthropic Claude 3 Haiku; fast and cost-effective with Q&A support." } |
| 53 | + ] |
| 54 | + }, |
| 55 | + "google": { |
| 56 | + "enabled": true, |
| 57 | + "models": [ |
| 58 | + { "name": "gemini-2.5-flash-lite", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "vision", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Google Gemini 2.5 Flash Lite with fast processing and vision capabilities." }, |
| 59 | + { "name": "gemini-2.5-flash", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "vision", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Google Gemini 2.5 Flash with advanced multimodal capabilities." }, |
| 60 | + { "name": "gemini-2.5-pro", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "vision", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Google Gemini 2.5 Pro with enhanced reasoning and vision support." } |
| 61 | + ] |
| 62 | + }, |
40 | 63 | "openrouter": { |
41 | 64 | "enabled": true, |
42 | 65 | "models": [ |
|
51 | 74 | { "name": "nvidia/nemotron-nano-9b-v2", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "NVIDIA Nemotron Nano 9B v2; compact high-performance model." } |
52 | 75 | ] |
53 | 76 | }, |
54 | | - "anthropic": { |
55 | | - "enabled": true, |
56 | | - "models": [ |
57 | | - { "name": "claude-3-haiku-20240307", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Anthropic Claude 3 Haiku; fast and cost-effective with Q&A support." } |
58 | | - ] |
59 | | - }, |
60 | 77 | "aigateway": { |
61 | 78 | "enabled": true, |
62 | 79 | "models": [ |
|
67 | 84 |
|
68 | 85 | ] |
69 | 86 | }, |
70 | | - "google": { |
71 | | - "enabled": true, |
72 | | - "models": [ |
73 | | - { "name": "gemini-2.5-flash-lite", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "vision", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Google Gemini 2.5 Flash Lite with fast processing and vision capabilities." }, |
74 | | - { "name": "gemini-2.5-flash", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "vision", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Google Gemini 2.5 Flash with advanced multimodal capabilities." }, |
75 | | - { "name": "gemini-2.5-pro", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "vision", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Google Gemini 2.5 Pro with enhanced reasoning and vision support." } |
76 | | - ] |
77 | | - }, |
78 | 87 | "llamacpp": { |
79 | 88 | "enabled": true, |
80 | 89 | "models": [ |
|
86 | 95 | "models": [ |
87 | 96 | { "name": "openai/gpt-oss-120b", "capabilities": ["summarize", "web-search", "pdf-summarizer", "pdf-translate", "rewrite", "compose", "planning", "keywords", "sentiment", "askText", "emailReply", "translate", "meetingNotes", "outline"], "notes": "Baseten hosted OpenAI GPT OSS 120B model with comprehensive capabilities." } |
88 | 97 | ] |
89 | | - } |
| 98 | + } |
90 | 99 | } |
91 | 100 | } |
92 | 101 |
|
0 commit comments