Skip to main content
Open on GitHub

OctoAI

OctoAI 提供便捷高效的计算资源访问,并允许用户将自选的 AI 模型集成到应用程序中。 OctoAI 计算服务可帮助您轻松运行、调优和扩展 AI 应用程序。

安装与设置

Chat models

参见用法示例

from langchain_community.chat_models import ChatOctoAI
API Reference:ChatOctoAI

LLMs

参见用法示例

from langchain_community.llms.octoai_endpoint import OctoAIEndpoint
API Reference:OctoAIEndpoint

Embedding models

from langchain_community.embeddings.octoai_embeddings import OctoAIEmbeddings
API Reference:OctoAIEmbeddings