Skip to main content

SparkLLM

SparkLLM is a large-scale cognitive model independently developed by iFLYTEK. It has cross-domain knowledge and language understanding ability by learning a large amount of texts, codes and images. It can understand and perform tasks based on natural dialogue.

Chat models

See a usage example.

from langchain_community.chat_models import ChatSparkLLM
API Reference:ChatSparkLLM

LLMs

See a usage example.

from langchain_community.llms import SparkLLM
API Reference:SparkLLM

Embedding models

See a usage example

from langchain_community.embeddings import SparkLLMTextEmbeddings

Was this page helpful?


You can also leave detailed feedback on GitHub.