[GH-ISSUE #6820] support o1-* family models by not filtering for just gpt #14501

Closed
opened 2026-04-19 20:50:41 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @rndmcnlly on GitHub (Nov 9, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/6820

Feature Request

I want to try using the new o1 family models from OpenAI, but OWUI seems to filter the list of available OpenAI models down to those with "gpt" in the name. Supporting these new models might be as easy as revising this filtering criterion.

For the one line of code in question, see 7228b39064/src/lib/apis/openai/index.ts (L265)

Originally created by @rndmcnlly on GitHub (Nov 9, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/6820 # Feature Request I want to try using the new [o1](https://openai.com/o1/) family models from OpenAI, but OWUI seems to filter the list of available OpenAI models down to those with "gpt" in the name. Supporting these new models might be as easy as revising this filtering criterion. For the one line of code in question, see https://github.com/open-webui/open-webui/blob/7228b39064ac28e1240bf8998f2a35535c6f7ef5/src/lib/apis/openai/index.ts#L265
Author
Owner

@tjbck commented on GitHub (Nov 9, 2024):

This endpoint is not being used.

<!-- gh-comment-id:2466472918 --> @tjbck commented on GitHub (Nov 9, 2024): This endpoint is not being used.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#14501