Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Community Apps Dependencies | Show |
Lines of code | 921 |
Technical Name |
llm_anthropic |
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 | 921 |
Technical Name |
llm_anthropic |
License | LGPL-3 |
Website | https://github.com/apexive/odoo-llm |
Anthropic Provider for Odoo LLM
Connect your Odoo instance with Anthropic's Claude models.
v16.0.1.0.0
LGPL-3
GitHub Repository
This module provides integration with Anthropic's API for accessing Claude models.


Overview
The Anthropic Provider module extends the LLM Integration Base to connect with Anthropic's Claude models. This module allows you to use Claude 3 Opus, Sonnet, Haiku, and other Anthropic models directly from your Odoo instance.
Early Development Stage
This module is in an early stage of development. Basic functionality for connecting to Anthropic's API and generating text with Claude models is implemented, but advanced features are still under development.
Key Capabilities
- Text generation - Generate text responses using Claude models
- Model discovery - Automatically discover available Claude models
Configuration
Setting up the Anthropic provider is straightforward:
- Install the module in your Odoo instance
- Navigate to LLM > Configuration > Providers
- Create a new provider and select "Anthropic" as the provider type
- Enter your Anthropic API key
- Click "Fetch Models" to import available models
- Set default models for text generation
Technical Details
This module extends the base LLM integration framework with Anthropic-specific implementations:
- Implements the Anthropic API client with proper authentication
- Provides model mapping between Anthropic formats and Odoo LLM formats
- Handles basic error cases
Module Information
Name | Anthropic Provider for Odoo LLM |
---|---|
Version | 16.0.1.0.0 |
Category | Technical |
License | LGPL-3 |
Dependencies | llm |
Author | Apexive Solutions LLC |
Please log in to comment on this module