Base model gpt-4o-mini not found #4675

Closed
opened 2026-02-21 18:07:31 -05:00 by yindo · 3 comments
Owner

Originally created by @allseeworld on GitHub (Jul 18, 2024).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.6.12

Cloud or Self Hosted

Self Hosted (Source)

Steps to reproduce

image
image
Base model gpt-4o-mini not found

✔️ Expected Behavior

No response

Actual Behavior

No response

Originally created by @allseeworld on GitHub (Jul 18, 2024). ### Self Checks - [X] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [X] I have searched for existing issues [search for existing issues](https://github.com/langgenius/dify/issues), including closed ones. - [X] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [X] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [X] Please do not modify this template :) and fill in all the required fields. ### Dify version 0.6.12 ### Cloud or Self Hosted Self Hosted (Source) ### Steps to reproduce ![image](https://github.com/user-attachments/assets/dd83ff3f-9804-4b96-89f1-ee6f06de1cfb) ![image](https://github.com/user-attachments/assets/18906292-309f-44b7-b423-bff80f57bfc3) Base model gpt-4o-mini not found ### ✔️ Expected Behavior _No response_ ### ❌ Actual Behavior _No response_
yindo added the 🐞 bug label 2026-02-21 18:07:31 -05:00
yindo closed this issue 2026-02-21 18:07:31 -05:00
Author
Owner

@dosubot[bot] commented on GitHub (Jul 18, 2024):

Hello @allseeworld! I'm Dosu, a bot here to help you with bug fixes, questions, and contributions. I'm here to assist you while you wait for a human maintainer.

The error "Base model gpt-4o-mini not found" indicates that the model name you are trying to add is incorrect or not supported. Ensure you are using one of the valid model names supported by Dify. Here is a list of valid model names:

- openai/gpt-4o
- openai/gpt-4
- openai/gpt-4-32k
- openai/gpt-3.5-turbo
- anthropic/claude-3.5-sonnet
- anthropic/claude-3-haiku
- anthropic/claude-3-opus
- anthropic/claude-3-sonnet
- google/gemini-pro-1.5
- google/gemini-flash-1.5
- google/gemini-pro
- cohere/command-r-plus
- cohere/command-r
- meta-llama/llama-3-70b-instruct
- meta-llama/llama-3-8b-instruct
- mistralai/mixtral-8x22b-instruct
- mistralai/mixtral-8x7b-instruct
- mistralai/mistral-7b-instruct
- qwen/qwen-2-72b-instruct
- deepseek/deepseek-chat
- deepseek/deepseek-coder

Make sure to use one of these valid model names instead of gpt-4o-mini when configuring your model settings [1][2].

To continue talking to Dosu, mention @dosu.

@dosubot[bot] commented on GitHub (Jul 18, 2024): <!-- Greeting --> Hello @allseeworld! I'm [Dosu](https://dosu.dev), a bot here to help you with bug fixes, questions, and contributions. I'm here to assist you while you wait for a human maintainer. <!-- Answer --> The error "Base model gpt-4o-mini not found" indicates that the model name you are trying to add is incorrect or not supported. Ensure you are using one of the valid model names supported by Dify. Here is a list of valid model names: ```yaml - openai/gpt-4o - openai/gpt-4 - openai/gpt-4-32k - openai/gpt-3.5-turbo - anthropic/claude-3.5-sonnet - anthropic/claude-3-haiku - anthropic/claude-3-opus - anthropic/claude-3-sonnet - google/gemini-pro-1.5 - google/gemini-flash-1.5 - google/gemini-pro - cohere/command-r-plus - cohere/command-r - meta-llama/llama-3-70b-instruct - meta-llama/llama-3-8b-instruct - mistralai/mixtral-8x22b-instruct - mistralai/mixtral-8x7b-instruct - mistralai/mistral-7b-instruct - qwen/qwen-2-72b-instruct - deepseek/deepseek-chat - deepseek/deepseek-coder ``` Make sure to use one of these valid model names instead of `gpt-4o-mini` when configuring your model settings <sup>[[1]](https://github.com/langgenius/dify/blob/main/api/core/model_runtime/model_providers/openrouter/llm/gpt-4o.yaml)</sup><sup>[[2]](https://github.com/langgenius/dify/blob/main/api/core/model_runtime/model_providers/openrouter/llm/_position.yaml)</sup>. <!-- Dosu Comment Footer --> *To continue talking to [Dosu](https://dosu.dev), mention @dosu.*
Author
Owner

@Weaxs commented on GitHub (Jul 18, 2024):

it will be supported in latest version.

https://github.com/langgenius/dify/pull/6442

@Weaxs commented on GitHub (Jul 18, 2024): it will be supported in latest version. https://github.com/langgenius/dify/pull/6442
Author
Owner

@allseeworld commented on GitHub (Jul 19, 2024):

Ok, thank you very much

@allseeworld commented on GitHub (Jul 19, 2024): Ok, thank you very much
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#4675