Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Community Apps Dependencies | Show |
Lines of code | 1292 |
Technical Name |
llm_litellm |
License | LGPL-3 |
Website | https://github.com/apexive/odoo-llm |
Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Community Apps Dependencies | Show |
Lines of code | 1292 |
Technical Name |
llm_litellm |
License | LGPL-3 |
Website | https://github.com/apexive/odoo-llm |
LiteLLM Proxy Integration for Odoo
Connect your Odoo instance with multiple LLM providers through a single proxy.
This module provides integration with LiteLLM's proxy service for accessing multiple LLM providers through a single endpoint.


Overview
The LiteLLM Proxy Integration module extends the LLM Integration Base to connect with LiteLLM's proxy service. This module allows you to access multiple LLM providers through a single endpoint, simplifying your AI infrastructure.
Early Development Stage
This module is in an early stage of development. Basic functionality for connecting to LiteLLM proxy and generating text is implemented, but advanced features are still under development.
Key Capabilities
- Text generation - Generate text responses using various models
- Model discovery - Automatically discover available models
- Rate limiting - Utilize LiteLLM's rate limiting capabilities
- Cost tracking - Track usage costs through LiteLLM proxy
Configuration
Setting up the LiteLLM provider is straightforward:
- Install the module in your Odoo instance
- Navigate to LLM > Configuration > Providers
- Create a new provider and select "LiteLLM" as the provider type
- Enter your LiteLLM proxy URL and API key (if required)
- Click "Fetch Models" to import available models
- Set default models for text generation
Technical Details
This module extends the base LLM integration framework with LiteLLM-specific implementations:
- Implements the LiteLLM proxy client with proper authentication
- Provides model mapping between LiteLLM formats and Odoo LLM formats
- Handles basic error cases
Module Information
Name | LiteLLM Proxy Integration |
---|---|
Version | 16.0.1.1.0 |
Category | Technical |
License | LGPL-3 |
Dependencies | llm |
Author | Apexive Solutions LLC |
Please log in to comment on this module