llama-index llms deepseek integration
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")
0.3.0
Mar 12, 2026
0.2.2
Sep 16, 2025
0.2.1
Sep 08, 2025
0.2.0
Jul 30, 2025
0.1.2
May 30, 2025
0.1.1
Feb 01, 2025
0.1.0
Jan 25, 2025
Wheel compatibility matrix
Files in release
Extras:
None
Dependencies:
llama-index-llms-openai-like
(<0.6,>=0.5.0)