package_2
sayou-llm
LLM components for the Sayou Data Platform
sayou-llm
v0.0.3
LLM components for the Sayou Data Platform
Sayou LLM
Unified client interface for large language models across OpenAI, Anthropic, Hugging Face, and local backends.
💡 Why Sayou LLM?
sayou_llm offers a consistent API to talk to any LLM provider.
It abstracts away API syntax, token counting, and request management.
- Unified Interface:
BaseLLMClientstandardizes all interactions. - Multiple Backends: OpenAI, Anthropic, Gemini, Transformers, Local.
- Extensible Plugin System.
🚀 Quick Start
pip install sayou-llm
🏗️ Core Concepts
- BaseLLMClient: Unified request interface.
- Plugins: Extend to custom providers.
- Standard Types: Handle prompt, response, and metadata consistently.
📜 License
Apache 2.0 License © 2025 Sayouzone
Terminal
pip install sayou-llm
Library Metadata
Library ID
sayou-llm
Version
0.0.3
Python
>=3.9
Dependencies
1
Downloads
download
0
Created
2025-11-06
Updated
2025-11-10
Dependencies (1)
sayou-core
~=0.0.3
#Python
#sayou-llm