WordPress autoblogging plugins now support CometAPI — how to use #10
CometAPI-Official
started this conversation in
Blog
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The [CyberSEO Pro](https://www.cyberseo.net/) and [RSS Retriever](https://www.rssretriever.com/) autoblogging plugins for WordPress now support [CometAPI](https://www.cometapi.com/) as an alternative to GoAPI and OpenRouter. This integration includes image generation with Midjourney, as well as the entire Flux lineup: Flux Kontext Max, Flux Kontext Pro, Flux Schnell Pro, Flux Schnell Dev, Flux 1.1 Pro Ultra, and Flux 1.1 Pro. It also covers lots of flagship language models include ,Gemini, ChatGPT and Claude. Currently, CometAPI provides access to over 500 models, surpassing OpenRouter.It exposes [model lists](https://api.cometapi.com/pricing), endpoints for chat/completions , image generation,videogeneration.
How to enable
How to enable CometAPI for language AI models — steps & benefits
Benefits of Accessing AI language models with CometAPI
Huge model choice: CometAPI extends its support beyond Midjourney and Flux to include access to over 500 language models, surpassing the offerings of platforms like OpenRouter. This diverse selection includes models such as OpenAI’s GPT, Anthropic’s Claude, Google’s Gemini, and xAI’s Grok, along with open-source models like Llama and Mistral. All these models can be accessed using a single API key, enabling easy switching and selection of the most suitable model for specific tasks.
Cost and flexibility: Users can avoid juggling multiple subscriptions from different providers or configuring numerous APIs, instead enjoying a streamlined service through CometAPI. discounts (up to ~20% in some cases) and no hidden fees can reduce text generation costs.
Billing transparency: Just like with image generation, all expenses are logged in U.S. dollars, with each transaction detailed in the usage log. This transparency allows users managing large amounts of text to control and accurately forecast their expenditures.
Additionally, plugin users benefit from easy access to a wide array of language models via a single API key, providing them with flexible model options, clear billing, and competitive pricing.
How to enable
cometapi
(or any clear name)https://api.cometapi.com/v1/chat/completions
grok-4-0709
orclaude-opus-4-1-20250805
)Once the fields are filled in, click Add endpoint and then Update settings.
Now that the CometAPI endpoint has been added in the plugin settings ([Integration Tutorial](https://www.cyberseo.net/blog/cometapi-support-for-midjourney-flux-and-500-of-ai-language-models/)), all language models become available through the [custom_ai] shortcode. Its format looks like this:
Here, the
id
parameter matches the endpoint ID set earlier (for examplecometapi
), and themodel
parameter is the ID of the specific model. If the model is not specified, the default one defined in the settings will be used.Example:
In this case,
cometapi
is the endpoint ID we defined in the settings above, andgpt-4o
is an example model ID.CometAPI models are also available via the universal [ai_generate] shortcode, which works in the following format:
In the
engine
parameter, you specify the provider ID, followed by a dash, and then the model name. Examples:cometapi-gpt-4o
cometapi-deepseek-ai/deepseek-r1
cometapi-gemini-2.5-pro-preview-06-05
cometapi-grok-4-0709
Example:
Conclusion
With CometAPI, your plugin becomes versatile and unrestricted by a single provider or pricing model. You can leverage the capabilities of Midjourney and Flux for visual content while accessing the creativity of hundreds of language models for text. This flexibility enables you to design a workflow that aligns with your specific goals, rather than being confined by the limitations set by others.
Beta Was this translation helpful? Give feedback.
All reactions