No AI Models Available

Today, I am getting no AI models supported message. I haven't changed anything.

Any ideas?

Are you using Copilot Brad? If so have you exceeded your quota or been rate limited? Just thinking out loud here though. When was the last time it worked?

Not sure when it worked last. I very rarely ever us AI in Wappler.

Note: The AI GIT Comments still work.

I deleted all our Copilot subscriptions so can't really check the issue. May have to wait for one of the Team to check it out. Just thought could possibly be related to the recent changes at Copilot. Sorry I couldn't help further Brad.

1 Like

No worries. It's not critical. I wish I could use my ChatGPT subscription. I have found ChatGPT to be very helpful the last couple days.

You can select Open AI in the AI Settings as a Chat Provider Brad:

That way you can make use of your ChatGPT subscription within Wappler.

Thanks, I didn't know ChatGPT was OpenAI. Not really up on all of the AI providers.

Much appreciated, I will give that a try! :beers:

1 Like

Everything Claude and Opus is Anthropic, everything GPT is Open AI. Open Router is pay as you go (with just about every LLM under the sun available), Ollama is a local solution (you'll need a lot of memory), Google is obviously Google, DeepSeek is DeepSeek (great Chinese LLM and very capable), and Custom any other not featured in the list. And you know Copilot, that is Microsoft and Github of course.

:slightly_smiling_face:

Yikes, thats another $30+ a month to use OpenAI in Wappler. I just don't use it in Wappler enough to make it worth while.

Would be nice though. :frowning:

Then Open Router (my personal favorite) is worth considering Brad. You can pay as you go with as little as five Dollars to get started. You can select from any LLM you wish that way, and use it in any IDE you want, Wappler, VSC etc, using plugins like Cline, and just about any other IDE you can think of (or CLI like Open Code, Claude Code, and I believe Codex too). Really simple way of dipping your toe in the water without breaking the bank.

Thanks again my friend. I will certainly give that a look. Much appreciated.

1 Like

All you need to do is top-up a little, generate an API key, and away you go.

Always a pleasure Brad!

Well, I'm in! I now have AI models to choose from. Too many of them. lol

What do these prices mean?

Screenshot 2026-06-30 at 5.17.28 PM

Hmmm, but now I can't use the AI Commit comments generation. Says it only supports CoPilot. :frowning:

Those prices are per million input tokens and per million output tokens costs. Don't think that a million goes a long way though, all depends upon context and cache. Some models go a lot further than others and for most coding needs you do not require the frontier models like Chat GPT 5.5 or Opus 4.8 etc. Best to try with cheaper models like DeepSeek v4 Pro ($0.435 / $0.87per 1M) and MiniMax M3 ($0.30 / $1.20per 1M), Qwen 3.7 Plus ($0.32 / $1.28per 1M) or Kimi K 2.7 Code ($0.74 / $3.50per 1M) and see how you get along. Far cheaper than the aforementioned offerings from Open AI (ChatGPT 5.5 $5 / $30per 1M) and Anthropic (Opus 4.8 $5 / $25per 1M).

I've never used it but you can always add your own. Small price to pay for access to the wide world of LLM's and maybe worth a Feature Suggection or highlight that to @George, @patrick, or @Teodor and hopefully can be resolved in the next update?

Hi Cheese,

Is there any desktop app available for Open Router, similar to ChatGPT Codex and Claude that can access local Wappler projects?

You can use OpenCode (big fan of Dax's work so would be my choice) and I think Claude Code can also use Open Router. Pretty sure Codex can too but never used it as still don't like anything Open AI (also hearing that Codex is a real SSD killer as constantly reads/writes GBs/TBs of data).

In your Wappler Project open the Terminal and type opencode, that way is open in the Project so can begin to discover the code base and is ready to work...

Open Code (CNTRL P)

Search 'OpenRouter'

Enter your Open Router API Key

Pick a model

Model selected and using Open Router

Inside Wappler terminal (just type opencode in the terminal)

:slight_smile:

Thanks Cheese, I'll try it out :slightly_smiling_face:

1 Like

You can also use your Open Router key in WDP to create a Knowledge file similar to that of Headroom which will save a shed load of tokens and give your selected LLM the best start to understanding your Project.

Add your API key:

Click 'Manage' on any profile, and then 'Knowledge', and 'Generate Knowledge':

:slight_smile:

1 Like