Nebius Token Factory provides API access to a wide range of state-of-the-art large language models and embedding models for various use cases.
安装和设置
The Nebius integration can be installed via pip:api_key or set as the environment variable NEBIUS_API_KEY.
Available models
The full list of supported models can be found in the Nebius Token Factory Models Page.聊天模型
ChatNebius
TheChatNebius class allows you to interact with Nebius Token Factory’s chat models.
查看使用示例.
向量嵌入模型
NebiusEmbeddings
TheNebiusEmbeddings class allows you to generate vector embeddings using Nebius Token Factory’s embedding models.
查看使用示例.
检索器
NebiusRetriever
TheNebiusRetriever enables efficient similarity search using embeddings from Nebius Token Factory. It leverages high-quality embedding models to enable semantic search over documents.
查看使用示例.
工具
NebiusRetrievalTool
TheNebiusRetrievalTool allows you to create a tool for agents based on the NebiusRetriever.
将这些文档连接 到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

