Nebius AI Studio 为各种用例提供对广泛的最先进大型语言模型和嵌入模型的 API 访问权限。
安装与设置
Nebius 集成可以通过 pip 安装:api_key 传递,或设置为环境变量 NEBIUS_API_KEY。
可用模型
支持的完整模型列表可在 Nebius AI Studio 文档 中找到。聊天模型
ChatNebius
ChatNebius 类允许您与 Nebius AI Studio 的聊天模型进行交互。
查看 使用示例。
嵌入模型
NebiusEmbeddings
NebiusEmbeddings 类允许您使用 Nebius AI Studio 的嵌入模型生成向量嵌入。
查看 使用示例。
检索器
NebiusRetriever
NebiusRetriever 利用来自 Nebius AI Studio 的嵌入实现高效的相似性搜索。它利用高质量的嵌入模型来实现文档的语义搜索。
查看 使用示例。
工具
NebiusRetrievalTool
NebiusRetrievalTool 允许您基于 NebiusRetriever 为代理创建工具。
Connect these docs to Claude, VSCode, and more via MCP for real-time answers.

