livekit-plugins-mistralai


Namelivekit-plugins-mistralai JSON
Version 1.1.5 PyPI version JSON
download
home_pageNone
SummaryLiveKit Agents Plugin for services from AWS
upload_time2025-07-10 17:32:49
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0
licenseNone
keywords audio livekit mistralai realtime video webrtc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MistralAI Plugin for LiveKit Agents

Support for MistralAI LLM, ChatModels

See [https://docs.livekit.io/agents/integrations/mistral/](https://docs.livekit.io/agents/integrations/mistral/) for more information.

## Installation

```bash
pip install livekit-plugins-mistral
```

## Pre-requisites

You'll need an API key from MistralAI. It can be set as an environment variable:

```bash
export MISTRAL_API_KEY=your_api_key_here
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "livekit-plugins-mistralai",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0",
    "maintainer_email": null,
    "keywords": "audio, livekit, mistralai, realtime, video, webrtc",
    "author": null,
    "author_email": "LiveKit <hello@livekit.io>",
    "download_url": "https://files.pythonhosted.org/packages/2c/65/2d142af1af9f4dd5dd3afc63e88965cd06c2a9f62377ed3e46dec76dfa93/livekit_plugins_mistralai-1.1.5.tar.gz",
    "platform": null,
    "description": "# MistralAI Plugin for LiveKit Agents\n\nSupport for MistralAI LLM, ChatModels\n\nSee [https://docs.livekit.io/agents/integrations/mistral/](https://docs.livekit.io/agents/integrations/mistral/) for more information.\n\n## Installation\n\n```bash\npip install livekit-plugins-mistral\n```\n\n## Pre-requisites\n\nYou'll need an API key from MistralAI. It can be set as an environment variable:\n\n```bash\nexport MISTRAL_API_KEY=your_api_key_here\n```\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "LiveKit Agents Plugin for services from AWS",
    "version": "1.1.5",
    "project_urls": {
        "Documentation": "https://docs.livekit.io",
        "Source": "https://github.com/livekit/agents",
        "Website": "https://livekit.io/"
    },
    "split_keywords": [
        "audio",
        " livekit",
        " mistralai",
        " realtime",
        " video",
        " webrtc"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e91a1999786b1f70def82670e007cb516203f63b7569ae33ec8ecc986c401dc0",
                "md5": "14a5c6ac11b3848cccca52829dc928c8",
                "sha256": "3627070bbfe44cfccfa4c0a5aafcd4aebd9a45baa92d23afc892a98f596df1aa"
            },
            "downloads": -1,
            "filename": "livekit_plugins_mistralai-1.1.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "14a5c6ac11b3848cccca52829dc928c8",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0",
            "size": 5013,
            "upload_time": "2025-07-10T17:32:48",
            "upload_time_iso_8601": "2025-07-10T17:32:48.501651Z",
            "url": "https://files.pythonhosted.org/packages/e9/1a/1999786b1f70def82670e007cb516203f63b7569ae33ec8ecc986c401dc0/livekit_plugins_mistralai-1.1.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c652d142af1af9f4dd5dd3afc63e88965cd06c2a9f62377ed3e46dec76dfa93",
                "md5": "0aa782a3713d90fee2ff4801639bbc9a",
                "sha256": "9329a225385a9627b1270233670dba613047dad028132b086ff2283bd1096de1"
            },
            "downloads": -1,
            "filename": "livekit_plugins_mistralai-1.1.5.tar.gz",
            "has_sig": false,
            "md5_digest": "0aa782a3713d90fee2ff4801639bbc9a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0",
            "size": 5005,
            "upload_time": "2025-07-10T17:32:49",
            "upload_time_iso_8601": "2025-07-10T17:32:49.500257Z",
            "url": "https://files.pythonhosted.org/packages/2c/65/2d142af1af9f4dd5dd3afc63e88965cd06c2a9f62377ed3e46dec76dfa93/livekit_plugins_mistralai-1.1.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-10 17:32:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "livekit",
    "github_project": "agents",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "livekit-plugins-mistralai"
}
        
Elapsed time: 0.69846s