|
| 1 | +import { AIChatModelCard } from '@/types/aiModel'; |
| 2 | + |
| 3 | +const sambanovaChatModels: AIChatModelCard[] = [ |
| 4 | + { |
| 5 | + abilities: { |
| 6 | + functionCall: true, |
| 7 | + }, |
| 8 | + contextWindowTokens: 16_000, |
| 9 | + description: 'Llama 3.3 是 Llama 系列最先进的多语言开源大型语言模型,以极低成本体验媲美 405B 模型的性能。基于 Transformer 结构,并通过监督微调(SFT)和人类反馈强化学习(RLHF)提升有用性和安全性。其指令调优版本专为多语言对话优化,在多项行业基准上表现优于众多开源和封闭聊天模型。知识截止日期为 2023 年 12 月', |
| 10 | + displayName: 'Meta Llama 3.3 70B Instruct', |
| 11 | + enabled: true, |
| 12 | + id: 'Meta-Llama-3.3-70B-Instruct', |
| 13 | + pricing: { |
| 14 | + input: 0.6, |
| 15 | + output: 1.2 |
| 16 | + }, |
| 17 | + type: 'chat' |
| 18 | + }, |
| 19 | + { |
| 20 | + contextWindowTokens: 16_000, |
| 21 | + description: '先进的最尖端小型语言模型,具备语言理解、卓越的推理能力和文本生成能力。', |
| 22 | + displayName: 'Meta Llama 3.2 1B Instruct', |
| 23 | + id: 'Meta-Llama-3.2-1B-Instruct', |
| 24 | + pricing: { |
| 25 | + input: 0.04, |
| 26 | + output: 0.08 |
| 27 | + }, |
| 28 | + type: 'chat' |
| 29 | + }, |
| 30 | + { |
| 31 | + contextWindowTokens: 8000, |
| 32 | + description: '先进的最尖端小型语言模型,具备语言理解、卓越的推理能力和文本生成能力。', |
| 33 | + displayName: 'Meta Llama 3.2 3B Instruct', |
| 34 | + id: 'Meta-Llama-3.2-3B-Instruct', |
| 35 | + pricing: { |
| 36 | + input: 0.08, |
| 37 | + output: 0.16 |
| 38 | + }, |
| 39 | + type: 'chat' |
| 40 | + }, |
| 41 | + { |
| 42 | + abilities: { |
| 43 | + vision: true, |
| 44 | + }, |
| 45 | + contextWindowTokens: 4000, |
| 46 | + description: '在高分辨率图像上表现出色的图像推理能力,适用于视觉理解应用。', |
| 47 | + displayName: 'Meta Llama 3.2 11B Vision Instruct', |
| 48 | + enabled: true, |
| 49 | + id: 'Llama-3.2-11B-Vision-Instruct', |
| 50 | + pricing: { |
| 51 | + input: 0.15, |
| 52 | + output: 0.3 |
| 53 | + }, |
| 54 | + type: 'chat' |
| 55 | + }, |
| 56 | + { |
| 57 | + abilities: { |
| 58 | + vision: true, |
| 59 | + }, |
| 60 | + contextWindowTokens: 4000, |
| 61 | + description: '适用于视觉理解代理应用的高级图像推理能力。', |
| 62 | + displayName: 'Meta Llama 3.2 90B Vision Instruct', |
| 63 | + enabled: true, |
| 64 | + id: 'Llama-3.2-90B-Vision-Instruct ', |
| 65 | + pricing: { |
| 66 | + input: 0.8, |
| 67 | + output: 1.6 |
| 68 | + }, |
| 69 | + type: 'chat' |
| 70 | + }, |
| 71 | + { |
| 72 | + abilities: { |
| 73 | + functionCall: true, |
| 74 | + }, |
| 75 | + contextWindowTokens: 16_000, |
| 76 | + description: 'Llama 3.1指令调优的文本模型,针对多语言对话用例进行了优化,在许多可用的开源和封闭聊天模型中,在常见行业基准上表现优异。', |
| 77 | + displayName: 'Meta Llama 3.1 8B Instruct', |
| 78 | + id: 'Meta-Llama-3.1-8B-Instruct', |
| 79 | + pricing: { |
| 80 | + input: 0.1, |
| 81 | + output: 0.2 |
| 82 | + }, |
| 83 | + type: 'chat' |
| 84 | + }, |
| 85 | + { |
| 86 | + abilities: { |
| 87 | + functionCall: true, |
| 88 | + }, |
| 89 | + contextWindowTokens: 128_000, |
| 90 | + description: 'Llama 3.1指令调优的文本模型,针对多语言对话用例进行了优化,在许多可用的开源和封闭聊天模型中,在常见行业基准上表现优异。', |
| 91 | + displayName: 'Meta Llama 3.1 70B Instruct', |
| 92 | + id: 'Meta-Llama-3.1-70B-Instruct', |
| 93 | + pricing: { |
| 94 | + input: 0.6, |
| 95 | + output: 1.2 |
| 96 | + }, |
| 97 | + type: 'chat' |
| 98 | + }, |
| 99 | + { |
| 100 | + abilities: { |
| 101 | + functionCall: true, |
| 102 | + }, |
| 103 | + contextWindowTokens: 16_000, |
| 104 | + description: 'Llama 3.1指令调优的文本模型,针对多语言对话用例进行了优化,在许多可用的开源和封闭聊天模型中,在常见行业基准上表现优异。', |
| 105 | + displayName: 'Meta Llama 3.1 405B Instruct', |
| 106 | + id: 'Meta-Llama-3.1-405B-Instruct', |
| 107 | + pricing: { |
| 108 | + input: 5, |
| 109 | + output: 10 |
| 110 | + }, |
| 111 | + type: 'chat' |
| 112 | + }, |
| 113 | + { |
| 114 | + contextWindowTokens: 16_000, |
| 115 | + displayName: 'Llama 3.1 Tulu 3 405B', |
| 116 | + id: 'Llama-3.1-Tulu-3-405B', |
| 117 | + pricing: { |
| 118 | + input: 0.7, |
| 119 | + output: 1.4 |
| 120 | + }, |
| 121 | + type: 'chat' |
| 122 | + }, |
| 123 | + { |
| 124 | + abilities: { |
| 125 | + reasoning: true, |
| 126 | + }, |
| 127 | + contextWindowTokens: 4000, |
| 128 | + description: '最先进的高效 LLM,擅长推理、数学和编程。', |
| 129 | + displayName: 'DeepSeek R1', |
| 130 | + id: 'DeepSeek-R1', |
| 131 | + pricing: { |
| 132 | + input: 5, |
| 133 | + output: 7 |
| 134 | + }, |
| 135 | + type: 'chat' |
| 136 | + }, |
| 137 | + { |
| 138 | + abilities: { |
| 139 | + reasoning: true, |
| 140 | + }, |
| 141 | + contextWindowTokens: 32_000, |
| 142 | + description: 'DeepSeek R1——DeepSeek 套件中更大更智能的模型——被蒸馏到 Llama 70B 架构中。基于基准测试和人工评估,该模型比原始 Llama 70B 更智能,尤其在需要数学和事实精确性的任务上表现出色。', |
| 143 | + displayName: 'DeepSeek R1 Distill Llama 70B', |
| 144 | + enabled: true, |
| 145 | + id: 'DeepSeek-R1-Distill-Llama-70B', |
| 146 | + pricing: { |
| 147 | + input: 0.7, |
| 148 | + output: 1.4 |
| 149 | + }, |
| 150 | + type: 'chat' |
| 151 | + }, |
| 152 | + { |
| 153 | + abilities: { |
| 154 | + reasoning: true, |
| 155 | + }, |
| 156 | + contextWindowTokens: 16_000, |
| 157 | + description: 'Qwen QwQ 是由 Qwen 团队开发的实验研究模型,专注于提升AI推理能力。', |
| 158 | + displayName: 'QwQ 32B Preview', |
| 159 | + enabled: true, |
| 160 | + id: 'QwQ-32B-Preview', |
| 161 | + pricing: { |
| 162 | + input: 1.5, |
| 163 | + output: 3 |
| 164 | + }, |
| 165 | + type: 'chat' |
| 166 | + }, |
| 167 | + { |
| 168 | + contextWindowTokens: 16_000, |
| 169 | + description: '面向中文和英文的 LLM,针对语言、编程、数学、推理等领域。', |
| 170 | + displayName: 'Qwen2.5 72B Instruct', |
| 171 | + enabled: true, |
| 172 | + id: 'Qwen2.5-72B-Instruct', |
| 173 | + pricing: { |
| 174 | + input: 2, |
| 175 | + output: 4 |
| 176 | + }, |
| 177 | + type: 'chat' |
| 178 | + }, |
| 179 | + { |
| 180 | + contextWindowTokens: 16_000, |
| 181 | + description: '高级 LLM,支持代码生成、推理和修复,涵盖主流编程语言。', |
| 182 | + displayName: 'Qwen2.5 Coder 32B Instruct', |
| 183 | + enabled: true, |
| 184 | + id: 'Qwen2.5-Coder-32B-Instruct', |
| 185 | + pricing: { |
| 186 | + input: 1.5, |
| 187 | + output: 3 |
| 188 | + }, |
| 189 | + type: 'chat' |
| 190 | + }, |
| 191 | +] |
| 192 | + |
| 193 | +export const allModels = [...sambanovaChatModels]; |
| 194 | + |
| 195 | +export default allModels; |
0 commit comments