Availability |
Odoo Online
Odoo.sh
On Premise
|
Odoo Apps Dependencies |
Discuss (mail)
|
Community Apps Dependencies | Show |
Lines of code | 12557 |
Technical Name |
llm_fal_ai |
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 | 12557 |
Technical Name |
llm_fal_ai |
License | LGPL-3 |
Website | https://github.com/apexive/odoo-llm |
Fal.ai Provider for Odoo LLM
Connect your Odoo instance to Fal.ai’s powerful, OpenAI-compatible inference platform.
v16.0.1.1.2
LGPL-3
GitHub Repository
This module enables seamless integration with Fal.ai endpoints for fast and cost-effective LLM inference directly from Odoo.


Overview
The Fal.ai Provider module builds on the Odoo LLM framework to leverage Fal’s scalable, serverless infrastructure for AI tasks. Use state-of-the-art models without managing hardware or worrying about cold starts.
Key Capabilities
- Chat completions – Utilize conversational AI with Fal-hosted models
- Embeddings – Generate vector representations for semantic search
- Tool/function calling – Invoke Odoo or custom functions from LLM responses
- Pay-per-call inference – No infrastructure to manage, only pay for what you use
Configuration
To configure the Fal.ai provider:
- Install this module
- Go to LLM > Configuration > Providers
- Create a new provider, choose "OpenAI" as the type
- Set the Base URL to
https://fal.run/fal-ai/openai/v1
- Enter your Fal API key from your Fal.ai dashboard
- Click "Fetch Models" to import model options
Fal.ai Endpoint
Fal.ai offers OpenAI-compatible endpoints, enabling Odoo to interact with its models just like with the official OpenAI API.
Provider | Base URL | Models | Notes |
---|---|---|---|
Fal.ai | https://fal.run/fal-ai/openai/v1 |
Mistral, Llama 3, Mixtral, and others | Pay-per-call, serverless, fast cold starts |
Provider Compatibility Note
Fal.ai follows the OpenAI API spec, so most tools and configurations that work with OpenAI can be reused with minimal changes.
Technical Details
- Built on top of the Odoo LLM Integration framework
- Supports streaming and non-streaming completions
- Implements rate limit handling specific to Fal’s API behavior
- Compatible with model fine-tuning and advanced prompt formats
Module Information
Name | Fal.ai Provider for Odoo LLM |
---|---|
Version | 16.0.1.1.2 |
Category | Technical |
License | LGPL-3 |
Dependencies | llm, llm_tool, llm_mail_message_subtypes |
External Dependencies | requests (Python), Fal API Key |
Author | Apexive Solutions LLC |
Please log in to comment on this module