Nebius AI Studio는 다양한 사용 사례를 위한 최첨단 대규모 언어 모델 및 embedding 모델에 대한 API 액세스를 제공합니다.
Installation and Setup
Nebius integration은 pip를 통해 설치할 수 있습니다:api_key로 전달하거나 환경 변수 NEBIUS_API_KEY로 설정할 수 있습니다.
Available Models
지원되는 모델의 전체 목록은 Nebius AI Studio Documentation에서 확인할 수 있습니다.Chat models
ChatNebius
ChatNebius class를 사용하면 Nebius AI Studio의 chat model과 상호작용할 수 있습니다.
사용 예제를 참조하세요.
Embedding models
NebiusEmbeddings
NebiusEmbeddings class를 사용하면 Nebius AI Studio의 embedding model을 사용하여 vector embedding을 생성할 수 있습니다.
사용 예제를 참조하세요.
Retrievers
NebiusRetriever
NebiusRetriever는 Nebius AI Studio의 embedding을 사용하여 효율적인 유사도 검색을 가능하게 합니다. 고품질 embedding model을 활용하여 문서에 대한 의미론적 검색을 가능하게 합니다.
사용 예제를 참조하세요.
Tools
NebiusRetrievalTool
NebiusRetrievalTool을 사용하면 NebiusRetriever를 기반으로 agent용 tool을 생성할 수 있습니다.
Connect these docs programmatically to Claude, VSCode, and more via MCP for real-time answers.