跳到主要内容
SparkLLM 是科大讯飞自主研发的大规模认知模型。通过学习大量的文本、代码和图像,它具备跨领域知识和语言理解能力。它能够基于自然对话理解并执行任务。

聊天模型

请参阅使用示例
from langchain_community.chat_models import ChatSparkLLM

LLMs

请参阅使用示例
from langchain_community.llms import SparkLLM

嵌入模型

请参阅使用示例
from langchain_community.embeddings import SparkLLMTextEmbeddings

以编程方式连接这些文档到 Claude、VSCode 等,通过 MCP 获取实时答案。
© . This site is unofficial and not affiliated with LangChain, Inc.