Contents
AI settings — Plugixa Recipe
The AI tab configures the LLM provider used by the AI Generator — API key, model, and generation tuning.
Go to Recipes → Settings → AI.

Options
| Key | Default | Notes |
|---|---|---|
ai_enabled |
false |
Master switch. When off, the AI Generator menu item is hidden. |
ai_provider |
openai |
openai or gemini (Google AI Studio). |
ai_api_key |
(empty) | Encrypted in plugixarecipe_settings. Masked in the UI once saved. |
ai_model |
gpt-4o-mini |
Provider-specific — e.g. gpt-4o, gpt-4o-mini (OpenAI) / gemini-1.5-flash, gemini-1.5-pro (Gemini). |
ai_max_tokens |
4000 |
Output cap. The generator auto-scales this for “expanded” prompts; values below 1500 may truncate nutrition and instruction JSON. |
ai_temperature |
0.7 |
0.0–1.0. Lower is more factual, higher is more creative. |
ai_default_language |
en |
Language code for LLM output. Overridden per-generation in the AI Generator UI. |
ai_auto_nutrition |
false |
Automatically estimate nutrition from ingredients on new AI-generated recipes. |
ai_auto_seo_meta |
false |
Automatically generate SEO title + meta description on new AI-generated recipes. |
Getting an API key
- OpenAI — sign up at platform.openai.com, create a secret key, and paste it. The
gpt-4o-minimodel costs roughly $0.15/1M input tokens — a typical recipe generation is ~$0.002. - Google Gemini — get a free key at aistudio.google.com.
gemini-1.5-flashis free for generous daily quotas.
Click Test Connection to verify the key without burning a full generation. Load Models queries the provider for the list of models your key can access.
Usage & quota
Each generation returns a completion cost in the response. Track total usage in your provider’s billing dashboard — Plugixa does not meter or cap spend itself.
Related
- AI Generator — creating recipes from topics, URLs, or documents
- Custom fields — extend the AI prompt with your own fields PRO
- Settings overview