Connecting Your AI News Engine

Updated 11 July 2026

Before the plugin can write a single word, it needs to know which AI service to use and how to reach it. This chapter shows you how to pick a provider, add your API key, and confirm the connection is working – all on the Settings screen.

Overview

Think of the AI provider as the “journalist” the plugin hires to produce your articles. You are not limited to one company – you can choose OpenAIAnthropic, or Google, whichever you already have an account and billing set up with. The plugin talks to these services directly, so you do not need to install any extra “AI bridge” or connector plugins.

All of this is configured in one place: AI News Publisher → Settings, under the AI Model section.

How It Works

Once you save a valid API key, the plugin sends a small request to your chosen AI provider every time it needs to write something – a plan, an opening paragraph, a section, an FAQ, and so on. The provider sends back written text, which the plugin assembles into a finished article. If the key is missing, invalid, or the wrong one for the model you selected, the plugin will show you a clear “Not ready” message instead of trying and failing silently.

Step-by-Step Guide

Fields Table

Field Explanations

The API Key is the single most important field on this screen – without a valid one, the Connection badge will always show “Not ready” and no articles can be written, no matter how the rest of the plugin is configured.

Model names must be typed exactly as the provider names them; a typo (like gpt4o instead of gpt-4o) will cause generation to fail even though your API key is correct.

Tips

Common Mistakes