llama-index-llms-deepseek 0.3.0


pip install llama-index-llms-deepseek

  Latest version

Released: Mar 12, 2026

Project Links

Meta
Author: Logan Markewich
Requires Python: <4.0,>=3.10

Classifiers

LlamaIndex Llms Integration: DeepSeek

This is the DeepSeek integration for LlamaIndex. Visit DeepSeek for information on how to get an API key and which models are supported.

Installation

pip install llama-index-llms-deepseek

Usage

from llama_index.llms.deepseek import DeepSeek

llm = DeepSeek(model="deepseek-chat", api_key="your-api-key")
Extras: None
Dependencies:
llama-index-llms-openai-like (<0.6,>=0.5.0)