llama-index-llms-deepseek


Namellama-index-llms-deepseek JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
Summaryllama-index llms deepseek integration
upload_time2025-02-01 17:21:04
maintainerNone
docs_urlNone
authorLogan Markewich
requires_python<4.0,>=3.9
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LlamaIndex Llms Integration: DeepSeek

This is the DeepSeek integration for LlamaIndex. Visit [DeepSeek](https://api-docs.deepseek.com/) for information on how to get an API key and which models are supported.

## Installation

```bash
pip install llama-index-llms-deepseek
```

## Usage

```python
from llama_index.llms.deepseek import DeepSeek

llm = DeepSeek(model="deepseek-chat", api_key="your-api-key")
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "llama-index-llms-deepseek",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Logan Markewich",
    "author_email": "logan@runllama.ai",
    "download_url": "https://files.pythonhosted.org/packages/39/ba/313f0e80be3a3730aa3559b031c79543c06666a94e27a0496302de4ea66a/llama_index_llms_deepseek-0.1.1.tar.gz",
    "platform": null,
    "description": "# LlamaIndex Llms Integration: DeepSeek\n\nThis is the DeepSeek integration for LlamaIndex. Visit [DeepSeek](https://api-docs.deepseek.com/) for information on how to get an API key and which models are supported.\n\n## Installation\n\n```bash\npip install llama-index-llms-deepseek\n```\n\n## Usage\n\n```python\nfrom llama_index.llms.deepseek import DeepSeek\n\nllm = DeepSeek(model=\"deepseek-chat\", api_key=\"your-api-key\")\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "llama-index llms deepseek integration",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "970cbf58508507ad2ec5027f2a2f1e0c05e83e1c820d778312fc8752ab2d9b2d",
                "md5": "a40a4efbb900e8d93d95c2f960b7d82a",
                "sha256": "0ae41e7bf87f24da693b9a1cd603113b0f5595e28c8c8eb4b171af6f90a87151"
            },
            "downloads": -1,
            "filename": "llama_index_llms_deepseek-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a40a4efbb900e8d93d95c2f960b7d82a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.9",
            "size": 2750,
            "upload_time": "2025-02-01T17:21:03",
            "upload_time_iso_8601": "2025-02-01T17:21:03.198285Z",
            "url": "https://files.pythonhosted.org/packages/97/0c/bf58508507ad2ec5027f2a2f1e0c05e83e1c820d778312fc8752ab2d9b2d/llama_index_llms_deepseek-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "39ba313f0e80be3a3730aa3559b031c79543c06666a94e27a0496302de4ea66a",
                "md5": "7b5f5bc796949a018060745085509c10",
                "sha256": "b8b844e08dfacbc0cc3dfc23553cd46d97584ee48833e588077bc5f7f6562777"
            },
            "downloads": -1,
            "filename": "llama_index_llms_deepseek-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "7b5f5bc796949a018060745085509c10",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.9",
            "size": 2212,
            "upload_time": "2025-02-01T17:21:04",
            "upload_time_iso_8601": "2025-02-01T17:21:04.874411Z",
            "url": "https://files.pythonhosted.org/packages/39/ba/313f0e80be3a3730aa3559b031c79543c06666a94e27a0496302de4ea66a/llama_index_llms_deepseek-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-01 17:21:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "llama-index-llms-deepseek"
}
        
Elapsed time: 0.84914s