# Issue with AI bots forum bots

**URL:** https://meta.discourse.org/t/issue-with-ai-bots-forum-bots/399660
**Category:** Support
**Tags:** ai, ai-bot
**Created:** [March 31, 2026, 10:14pm UTC](https://meta.discourse.org/t/issue-with-ai-bots-forum-bots/399660 "2026-03-31T22:14:06Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ice.d](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ice.d/32/509515_2.png) [@ice.d](https://meta.discourse.org/u/ice.d)
#### Post date: [March 31, 2026, 10:14pm UTC](https://meta.discourse.org/t/issue-with-ai-bots-forum-bots/399660/1 "2026-03-31T22:14:06Z")

</div>

![image](https://global.discourse-cdn.com/meta/original/4X/1/b/5/1b55ea7a18361d1f769461c37d18608c4c2b998f.png)

Error details

{“error”:“Not found”}

Its intresting becasue im not aure where in settings these bots even came from i know the owner added them last year

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [March 31, 2026, 11:00pm UTC](https://meta.discourse.org/t/issue-with-ai-bots-forum-bots/399660/2 "2026-03-31T23:00:50Z")

</div>

> ![Screenshot 2026-03-31 at 3.53.33 PM](https://global.discourse-cdn.com/meta/original/4X/7/6/a/76a8fa133a4e1389bd5bfb8d5fea057b347e6de3.png)

probably need to update the model id and url in `admin/plugins/discourse-ai/ai-llms` . i believe `gemini-2.5-flash-pre` was deprecated this past January. they should update to `gemini-3.1-pro-preview` or one of the other ones listed here:

> **[Models  |  Gemini API  |  Google AI for Developers](https://ai.google.dev/gemini-api/docs/models)**
>
> Learn about all of Google's most advanced AI models

but by the looks of what you are asking it - that is to generate an image, i’d say you want a Nanobanana model (`gemini-3.1-flash-image-preview`).

[https://ai.google.dev/gemini-api/docs/models/gemini-3.1-flash-image-preview](https://ai.google.dev/gemini-api/docs/models/gemini-3.1-flash-image-preview)

---

<div class="post-metadata">

### Author: ![ice.d](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ice.d/32/509515_2.png) [@ice.d](https://meta.discourse.org/u/ice.d)
#### Post date: [March 31, 2026, 11:04pm UTC](https://meta.discourse.org/t/issue-with-ai-bots-forum-bots/399660/3 "2026-03-31T23:04:03Z")

</div>

Here;s all i have

 ![image](https://global.discourse-cdn.com/meta/original/4X/0/2/8/028f0e2e5429d4dd11069e6951cecc871a8211fe.png)

---

<div class="post-metadata">

### Author: ![NateDhaliwal](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/natedhaliwal/32/313494_2.png) [@NateDhaliwal](https://meta.discourse.org/u/NateDhaliwal)
#### Post date: [April 1, 2026, 2:22am UTC](https://meta.discourse.org/t/issue-with-ai-bots-forum-bots/399660/4 "2026-04-01T02:22:55Z")

</div>

Do you have any Configured LLMs?

---

<div class="post-metadata">

### Author: ![ice.d](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ice.d/32/509515_2.png) [@ice.d](https://meta.discourse.org/u/ice.d)
#### Post date: [April 1, 2026, 11:19am UTC](https://meta.discourse.org/t/issue-with-ai-bots-forum-bots/399660/5 "2026-04-01T11:19:37Z")

</div>

Yes here

 ![image](https://global.discourse-cdn.com/meta/original/4X/9/f/e/9fe8760cd6f23f412c5067f839c6898c575f15b7.png)

---

<div class="post-metadata">

### Author: ![Lilly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lilly/32/575047_2.png) [@Lilly](https://meta.discourse.org/u/Lilly)
#### Post date: [April 1, 2026, 11:41am UTC](https://meta.discourse.org/t/issue-with-ai-bots-forum-bots/399660/6 "2026-04-01T11:41:54Z")

</div>

i gave you that page link in my post and i told you how to fix it.

this is what the config page should look like for `gemini-3.1-pro-preview`:

 ![image](https://global.discourse-cdn.com/meta/original/4X/a/4/b/a4b436359d936d38aba3e0016ee5005ec82e4982.png)

model url = `https://generativelanguage.googleapis.com/v1beta/models/gemini-3.1-pro-preview`

for image generation, you need to use model `gemini-3.1-flash-image-preview` - configure a new gemini model:

 ![image](https://global.discourse-cdn.com/meta/original/4X/f/9/8/f98250def93e04bb19bc5c0291c0ca16a45f8c5a.png)

model url = `https://generativelanguage.googleapis.com/v1beta/models/gemini-3.1-flash-image-preview`
