Current models, one account

Current AI models, one account and clear credit

From chat and content creation to images, you see your credit usage in one place and start without juggling separate provider accounts.

  • Several models, one account
  • Transparent credit
  • Dashboard or API
OpenAIAnthropicGoogle GeminixAI GrokMistralDeepSeekMeta
Who it is for

Built for clear daily work

If you need current models and want usage visible in one place, the path is straightforward.

  • Writers and content teams

    Draft, edit, and explore ideas without switching between separate AI panels.

  • Site and store owners

    Produce product copy, images, and quick answers while watching credit usage.

  • WordPress and app developers

    Add text and image generation to a site or product with one API and one key.

Features

Each tool for a clear need

Chat, content, images, prompts, and API access live in one account so the path stays clear.

Chat

Talk with AI models

Use active models directly for questions, research, brainstorming, and reviewing text.

Open in dashboard
Content

Write and refine content

Start articles, product descriptions, captions, and SEO copy, then refine the draft in your own voice.

Open in dashboard
Image

Generate images

Turn an idea or description into an image and keep the results in your personal gallery.

Open in dashboard
Prompts

Prompt library

Start with ready-made patterns and reach useful results faster on recurring tasks.

Open in dashboard
API

Connect WordPress and apps

Add text and image generation to your website, WordPress plugin, or digital product with one API.

View docs
Getting started

Start in three steps

From creating an account to dashboard use or an API connection, each step is clear.

  1. Create an account

    Sign up and choose a plan that matches how much you expect to use.

  2. Work in the dashboard

    Start with chat, content, and images in the same account, and watch your credit usage.

  3. Connect an API when needed

    Create a key and use the PHP/WordPress or Node.js sample to connect the same capabilities to your site.

For developers

One endpoint for text and images

Create an API key in the dashboard and send requests to `/api/external/ai` from your server. PHP samples for WordPress are available in the docs.

  • Authenticate with X-API-Key or Bearer Token
  • Text and image generation in one endpoint
  • Configure limits and access per key
  • PHP/WordPress and Node.js samples
View API examples
# Text generation
curl -X POST https://ai.lumowp.com/api/external/ai \
  -H "X-API-Key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "text",
    "prompt": "Write a blog intro",
    "model": "gpt-4o"
  }'
Pricing

Know the cost before you start

All plans are annual. What you pay is the credit you can use.

FAQ

Frequently asked questions

What you pay is the credit you can spend. Each request deducts from this balance based on the model and workload.

Ready to start?

Create an account, use the models in the dashboard, or connect the same capabilities to your site and product with an API key.

Create account