lm-proxy


Namelm-proxy JSON
Version 0.2.1 PyPI version JSON
download
home_pageNone
Summary"LM-Proxy" is OpenAI-compatible http proxy server for inferencing various LLMs capable of working with Google, Anthropic, OpenAI APIs, local PyTorch inference, etc.
upload_time2025-08-28 00:33:06
maintainerVitalii Stepanenko
docs_urlNone
authorVitalii Stepanenko
requires_python<4,>=3.10
licenseMIT License Copyright (c) 2025 Vitalii Stepanenko Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords llm large language models ai gpt openai proxy http proxy-server
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="right">
<a href="https://pypi.org/project/lm-proxy/" target="_blank"><img src="https://badge.fury.io/py/lm-proxy.svg" alt="PYPI Release"></a>
<a href="https://github.com/Nayjest/lm-proxy/actions/workflows/code-style.yml" target="_blank"><img src="https://github.com/Nayjest/lm-proxy/actions/workflows/code-style.yml/badge.svg" alt="Code Style"></a>
<a href="https://github.com/Nayjest/lm-proxy/actions/workflows/tests.yml" target="_blank"><img src="https://github.com/Nayjest/lm-proxy/actions/workflows/tests.yml/badge.svg" alt="Tests"></a>
<a href="https://github.com/Nayjest/lm-proxy/blob/main/LICENSE" target="_blank"><img src="https://img.shields.io/static/v1?label=license&message=MIT&color=d08aff" alt="License"></a>
</p>

# LM-Proxy

**LM-Proxy** is OpenAI-compatible http proxy server for inferencing various LLMs capable of working with Google, Anthropic, OpenAI APIs, local PyTorch inference, etc.

**Development Status**: bookmark it and go away, it is still in early development.

## ✨ Features

- @todo


## 🚀 Quickstart
```bash
# Install LM-Proxy via pip
pip install lm-proxy

```

## 🤝 Contributing

We ❤️ contributions! See [CONTRIBUTING.md](CONTRIBUTING.md).

## 📝 License

Licensed under the [MIT License](LICENSE).

© 2022&mdash;2025 [Vitalii Stepanenko](mailto:mail@vitaliy.in)


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "lm-proxy",
    "maintainer": "Vitalii Stepanenko",
    "docs_url": null,
    "requires_python": "<4,>=3.10",
    "maintainer_email": "mail@vitalii.in",
    "keywords": "llm, large language models, ai, gpt, openai, proxy, http, proxy-server",
    "author": "Vitalii Stepanenko",
    "author_email": "mail@vitalii.in",
    "download_url": "https://files.pythonhosted.org/packages/9e/8e/3454ecab801bad7afbdaf2e63d83eb60114e983209e16d69ea0602d7f599/lm_proxy-0.2.1.tar.gz",
    "platform": null,
    "description": "<p align=\"right\">\n<a href=\"https://pypi.org/project/lm-proxy/\" target=\"_blank\"><img src=\"https://badge.fury.io/py/lm-proxy.svg\" alt=\"PYPI Release\"></a>\n<a href=\"https://github.com/Nayjest/lm-proxy/actions/workflows/code-style.yml\" target=\"_blank\"><img src=\"https://github.com/Nayjest/lm-proxy/actions/workflows/code-style.yml/badge.svg\" alt=\"Code Style\"></a>\n<a href=\"https://github.com/Nayjest/lm-proxy/actions/workflows/tests.yml\" target=\"_blank\"><img src=\"https://github.com/Nayjest/lm-proxy/actions/workflows/tests.yml/badge.svg\" alt=\"Tests\"></a>\n<a href=\"https://github.com/Nayjest/lm-proxy/blob/main/LICENSE\" target=\"_blank\"><img src=\"https://img.shields.io/static/v1?label=license&message=MIT&color=d08aff\" alt=\"License\"></a>\n</p>\n\n# LM-Proxy\n\n**LM-Proxy** is OpenAI-compatible http proxy server for inferencing various LLMs capable of working with Google, Anthropic, OpenAI APIs, local PyTorch inference, etc.\n\n**Development Status**: bookmark it and go away, it is still in early development.\n\n## \u2728 Features\n\n- @todo\n\n\n## \ud83d\ude80 Quickstart\n```bash\n# Install LM-Proxy via pip\npip install lm-proxy\n\n```\n\n## \ud83e\udd1d Contributing\n\nWe \u2764\ufe0f contributions! See [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## \ud83d\udcdd License\n\nLicensed under the [MIT License](LICENSE).\n\n\u00a9 2022&mdash;2025 [Vitalii Stepanenko](mailto:mail@vitaliy.in)\n\n",
    "bugtrack_url": null,
    "license": "MIT License\n         \n         Copyright (c) 2025 Vitalii Stepanenko\n         \n         Permission is hereby granted, free of charge, to any person obtaining a copy\n         of this software and associated documentation files (the \"Software\"), to deal\n         in the Software without restriction, including without limitation the rights\n         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n         copies of the Software, and to permit persons to whom the Software is\n         furnished to do so, subject to the following conditions:\n         \n         The above copyright notice and this permission notice shall be included in all\n         copies or substantial portions of the Software.\n         \n         THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n         SOFTWARE.",
    "summary": "\"LM-Proxy\" is OpenAI-compatible http proxy server for inferencing various LLMs capable of working with Google, Anthropic, OpenAI APIs, local PyTorch inference, etc.",
    "version": "0.2.1",
    "project_urls": {
        "Source Code": "https://github.com/Nayjest/lm-proxy"
    },
    "split_keywords": [
        "llm",
        " large language models",
        " ai",
        " gpt",
        " openai",
        " proxy",
        " http",
        " proxy-server"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "43e57c9682a0c4b40644a0ba894b772d6e5a00a214d73bcfa43f4eedb5ef1111",
                "md5": "fcb68765d30e3bf31372761257c56ed9",
                "sha256": "38d6c9b002d3f81b5dbf6535b4904a7ac80ee998c66e2b37b72906424755c64f"
            },
            "downloads": -1,
            "filename": "lm_proxy-0.2.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fcb68765d30e3bf31372761257c56ed9",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 9320,
            "upload_time": "2025-08-28T00:32:57",
            "upload_time_iso_8601": "2025-08-28T00:32:57.193580Z",
            "url": "https://files.pythonhosted.org/packages/43/e5/7c9682a0c4b40644a0ba894b772d6e5a00a214d73bcfa43f4eedb5ef1111/lm_proxy-0.2.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9e8e3454ecab801bad7afbdaf2e63d83eb60114e983209e16d69ea0602d7f599",
                "md5": "dbece59ece63e6a4e54149b3cdaa029e",
                "sha256": "62dbcac2b1db0c762e13e3423aefc6c35b6db72086827e3970eba884782b3d5d"
            },
            "downloads": -1,
            "filename": "lm_proxy-0.2.1.tar.gz",
            "has_sig": false,
            "md5_digest": "dbece59ece63e6a4e54149b3cdaa029e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 6948,
            "upload_time": "2025-08-28T00:33:06",
            "upload_time_iso_8601": "2025-08-28T00:33:06.579092Z",
            "url": "https://files.pythonhosted.org/packages/9e/8e/3454ecab801bad7afbdaf2e63d83eb60114e983209e16d69ea0602d7f599/lm_proxy-0.2.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-28 00:33:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Nayjest",
    "github_project": "lm-proxy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lm-proxy"
}
        
Elapsed time: 0.51101s