UNPKG

@lobehub/chat

Version:

Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.

353 lines (349 loc) 8.23 kB
import { AIChatModelCard } from '@/types/aiModel'; const zhipuChatModels: AIChatModelCard[] = [ { abilities: { reasoning: true, }, contextWindowTokens: 16_384, description: 'GLM-Zero-Preview具备强大的复杂推理能力,在逻辑推理、数学、编程等领域表现优异。', displayName: 'GLM-Zero-Preview', id: 'glm-zero-preview', pricing: { currency: 'CNY', input: 10, output: 10, }, type: 'chat', }, { abilities: { reasoning: true, search: true, }, contextWindowTokens: 32_000, description: '推理模型: 具备强大推理能力,适用于需要深度推理的任务。', displayName: 'GLM-Z1-Air', id: 'glm-z1-air', maxOutput: 30_000, pricing: { currency: 'CNY', input: 0.5, output: 0.5, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { reasoning: true, search: true, }, contextWindowTokens: 32_000, description: '极速推理:具有超快的推理速度和强大的推理效果。', displayName: 'GLM-Z1-AirX', id: 'glm-z1-airx', maxOutput: 30_000, pricing: { currency: 'CNY', input: 5, output: 5, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { reasoning: true, search: true, }, contextWindowTokens: 32_000, description: 'GLM-Z1 系列具备强大的复杂推理能力,在逻辑推理、数学、编程等领域表现优异。最大上下文长度为32K。', displayName: 'GLM-Z1-Flash', enabled: true, id: 'glm-z1-flash', maxOutput: 30_000, pricing: { currency: 'CNY', input: 0, output: 0, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { functionCall: true, search: true, }, contextWindowTokens: 128_000, description: 'GLM-4-Flash 是处理简单任务的理想选择,速度最快且免费。', displayName: 'GLM-4-Flash-250414', enabled: true, id: 'glm-4-flash-250414', maxOutput: 4000, pricing: { currency: 'CNY', input: 0, output: 0, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { functionCall: true, search: true, }, contextWindowTokens: 128_000, description: 'GLM-4-FlashX 是Flash的增强版本,超快推理速度。', displayName: 'GLM-4-FlashX', id: 'glm-4-flashx', maxOutput: 4000, pricing: { currency: 'CNY', input: 0.1, output: 0.1, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { functionCall: true, search: true, }, contextWindowTokens: 1_024_000, description: 'GLM-4-Long 支持超长文本输入,适合记忆型任务与大规模文档处理。', displayName: 'GLM-4-Long', id: 'glm-4-long', maxOutput: 4000, pricing: { currency: 'CNY', input: 1, output: 1, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { functionCall: true, search: true, }, contextWindowTokens: 32_000, description: 'GLM-4-Air 是性价比高的版本,性能接近GLM-4,提供快速度和实惠的价格。', displayName: 'GLM-4-Air-250414', id: 'glm-4-air-250414', maxOutput: 4000, pricing: { currency: 'CNY', input: 0.5, output: 0.5, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { functionCall: true, search: true, }, contextWindowTokens: 8192, description: 'GLM-4-AirX 提供 GLM-4-Air 的高效版本,推理速度可达其2.6倍。', displayName: 'GLM-4-AirX', id: 'glm-4-airx', maxOutput: 4000, pricing: { currency: 'CNY', input: 10, output: 10, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { functionCall: true, search: true, }, contextWindowTokens: 128_000, description: 'GLM-4-AllTools 是一个多功能智能体模型,优化以支持复杂指令规划与工具调用,如网络浏览、代码解释和文本生成,适用于多任务执行。', displayName: 'GLM-4-AllTools', id: 'glm-4-alltools', pricing: { currency: 'CNY', input: 100, output: 100, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { functionCall: true, search: true, }, contextWindowTokens: 128_000, description: 'GLM-4-Plus 作为高智能旗舰,具备强大的处理长文本和复杂任务的能力,性能全面提升。', displayName: 'GLM-4-Plus', id: 'glm-4-plus', maxOutput: 4000, pricing: { currency: 'CNY', input: 50, output: 50, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { functionCall: true, search: true, }, contextWindowTokens: 128_000, description: 'GLM-4-0520 是最新模型版本,专为高度复杂和多样化任务设计,表现卓越。', displayName: 'GLM-4-0520', id: 'glm-4-0520', // 弃用时间 2025年12月30日 pricing: { currency: 'CNY', input: 100, output: 100, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { functionCall: true, search: true, }, contextWindowTokens: 128_000, description: 'GLM-4 是发布于2024年1月的旧旗舰版本,目前已被更强的 GLM-4-0520 取代。', displayName: 'GLM-4', id: 'glm-4', // 弃用时间 2025年6月30日 pricing: { currency: 'CNY', input: 100, output: 100, }, settings: { searchImpl: 'params', }, type: 'chat', }, { abilities: { vision: true, }, contextWindowTokens: 4096, description: 'GLM-4V-Flash 专注于高效的单一图像理解,适用于快速图像解析的场景,例如实时图像分析或批量图像处理。', displayName: 'GLM-4V-Flash', enabled: true, id: 'glm-4v-flash', pricing: { currency: 'CNY', input: 0, output: 0, }, releasedAt: '2024-12-09', type: 'chat', }, { abilities: { vision: true, }, contextWindowTokens: 8192, description: 'GLM-4V-Plus 具备对视频内容及多图片的理解能力,适合多模态任务。', displayName: 'GLM-4V-Plus-0111', id: 'glm-4v-plus-0111', pricing: { currency: 'CNY', input: 4, output: 4, }, type: 'chat', }, { abilities: { vision: true, }, contextWindowTokens: 4096, description: 'GLM-4V 提供强大的图像理解与推理能力,支持多种视觉任务。', displayName: 'GLM-4V', id: 'glm-4v', pricing: { currency: 'CNY', input: 50, output: 50, }, type: 'chat', }, { contextWindowTokens: 128_000, description: 'CodeGeeX-4 是强大的AI编程助手,支持多种编程语言的智能问答与代码补全,提升开发效率。', displayName: 'CodeGeeX-4', id: 'codegeex-4', maxOutput: 32_000, pricing: { currency: 'CNY', input: 0.1, output: 0.1, }, type: 'chat', }, { contextWindowTokens: 8192, description: 'CharGLM-4 专为角色扮演与情感陪伴设计,支持超长多轮记忆与个性化对话,应用广泛。', displayName: 'CharGLM-4', id: 'charglm-4', maxOutput: 4000, pricing: { currency: 'CNY', input: 1, output: 1, }, type: 'chat', }, { contextWindowTokens: 8192, description: 'Emohaa 是心理模型,具备专业咨询能力,帮助用户理解情感问题。', displayName: 'Emohaa', id: 'emohaa', maxOutput: 4000, pricing: { currency: 'CNY', input: 15, output: 15, }, type: 'chat', }, ]; export const allModels = [...zhipuChatModels]; export default allModels;