Skip to main content

iFlytek

iFlytek is a Chinese information technology company established in 1999. It creates voice recognition software and voice-based internet/mobile products covering education, communication, music, intelligent toys industries.

Installation and Setupโ€‹

pip install websocket-client

LLMsโ€‹

See a usage example.

from langchain_community.llms import SparkLLM
API Reference:SparkLLM

Chat modelsโ€‹

See a usage example.

from langchain_community.chat_models import ChatSparkLLM
API Reference:ChatSparkLLM

Embedding modelsโ€‹

from langchain_community.embeddings import SparkLLMTextEmbeddings

Was this page helpful?