Metadata-Version: 2.2
Name: keys2text_proxy
Version: 2025.1.1.10
Summary: Keys2Text Proxy is a Python-based application that acts as an API proxy server, offering full OpenAI API compatibility while seamlessly routing requests to multiple AI providers using your own API keys.
Author-email: Clee Smith <cleesmith2006@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/cleesmith/keys2text_proxy
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: anthropic==0.42.0
Requires-Dist: fastapi==0.115.6
Requires-Dist: google-generativeai==0.8.3
Requires-Dist: groq==0.13.1
Requires-Dist: openai==1.59.3
Requires-Dist: uvicorn==0.34.0
Requires-Dist: python-dotenv==1.0.1


Keys2Text Proxy is a Python-based application that acts as an **API proxy server**, 
offering **OpenAI API compatibility** while seamlessly routing requests to multiple 
AI providers using your own API keys. 

One can use the familiar OpenAI endpoints in your existing code and effortlessly switch 
between providers:
Anthropic, Google AI Studio, Groq, OpenRouter, DeepSeek, LM Studio, Ollama, or OpenAI itself
... **simply by configuring your API keys** in .env or environment variables (export/setx).

This app is intended to be installed and used locally on your computer and works 
nicely when using novelcrafter.
