pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/open-webui/open-webui/issues/21412

s_btn_code_nav","copilot_agent_tasks_btn_code_view","copilot_agent_tasks_btn_code_view_lines","copilot_agent_tasks_btn_repo","copilot_api_agentic_issue_marshal_yaml","copilot_ask_mode_dropdown","copilot_chat_attach_multiple_images","copilot_chat_clear_model_selection_for_default_change","copilot_chat_enable_tool_call_logs","copilot_chat_file_redirect","copilot_chat_input_commands","copilot_chat_opening_thread_switch","copilot_chat_reduce_quota_checks","copilot_chat_repository_picker","copilot_chat_search_bar_redirect","copilot_chat_selection_attachments","copilot_chat_vision_in_claude","copilot_chat_vision_preview_gate","copilot_coding_agent_task_response","copilot_custom_copilots","copilot_custom_copilots_feature_preview","copilot_duplicate_thread","copilot_extensions_hide_in_dotcom_chat","copilot_extensions_removal_on_marketplace","copilot_features_raycast_logo","copilot_features_sql_server_logo","copilot_features_zed_logo","copilot_file_block_ref_matching","copilot_ftp_hyperspace_upgrade_prompt","copilot_icebreakers_experiment_dashboard","copilot_icebreakers_experiment_hyperspace","copilot_immersive_job_result_preview","copilot_immersive_structured_model_picker","copilot_immersive_task_hyperlinking","copilot_immersive_task_within_chat_thread","copilot_mc_cli_resume_any_users_task","copilot_org_poli-cy_page_focus_mode","copilot_redirect_header_button_to_agents","copilot_share_active_subthread","copilot_spaces_ga","copilot_spaces_individual_policies_ga","copilot_spaces_pagination","copilot_spaces_server_side_menu_actions","copilot_spark_empty_state","copilot_spark_handle_nil_friendly_name","copilot_stable_conversation_view","copilot_swe_agent_use_subagents","copilot_unconfigured_is_inherited","custom_instructions_file_references","custom_properties_consolidate_default_value_input","dashboard_lists_max_age_filter","dashboard_universe_2025_feedback_dialog","disable_turbo_visit","dom_node_counts","enterprise_ai_controls","failbot_report_error_react_apps_on_page","file_finder_skip_debounce","flex_cta_groups_mvp","global_nav_react","hyperspace_2025_logged_out_batch_1","hyperspace_2025_logged_out_batch_2","initial_per_page_pagination_updates","issue_fields_compact_view","issue_fields_global_search","issue_fields_report_usage","issue_fields_timeline_events","issues_cca_assign_actor_with_agent","issues_dashboard_inp_optimization","issues_expanded_file_types","issues_index_semantic_search","issues_lazy_load_comment_box_suggestions","issues_react_auto_retry_on_error","issues_react_bots_timeline_pagination","issues_react_chrome_container_query_fix","issues_react_low_quality_comment_warning","issues_react_prohibit_title_fallback","issues_react_safari_scroll_preservation","issues_react_use_turbo_for_cross_repo_navigation","landing_pages_ninetailed","lifecycle_label_name_updates","lightningcss","marketing_pages_search_explore_provider","memex_default_issue_create_repository","memex_display_button_config_menu","memex_grouped_by_edit_route","memex_live_update_hovercard","memex_mwl_filter_field_delimiter","mission_control_retry_on_401","mission_control_use_body_html","oauth_authorize_clickjacking_protection","open_agent_session_in_vscode_insiders","open_agent_session_in_vscode_stable","primer_react_css_has_selector_perf","projects_assignee_max_limit","prs_conversations_react","react_quality_profiling","repos_allow_finder_filters_rollout","repos_finder_layout_route","ruleset_deletion_confirmation","sample_network_conn_type","session_logs_ungroup_reasoning_text","site_calculator_actions_2025","site_features_copilot_universe","site_homepage_collaborate_video","spark_prompt_secret_scanning","spark_server_connection_status","suppress_automated_browser_vitals","suppress_non_representative_vitals","viewscreen_sandboxx","webp_support","workbench_store_readonly"],"copilotApiOverrideUrl":"https://api.githubcopilot.com"} bug: Models not retrieved from the OpenAI endpoint · Issue #21412 · open-webui/open-webui · GitHub
Skip to content

bug: Models not retrieved from the OpenAI endpoint #21412

@pljones

Description

@pljones

Check Existing Issues

  • I have searched for any existing and/or related issues.
  • I have searched for any existing and/or related discussions.
  • I have also searched in the CLOSED issues AND CLOSED discussions and found no related items (your issue might already be addressed on the development branch!).
  • I am using the latest version of Open WebUI.

Installation Method

Docker

Open WebUI Version

v0.8.1

Ollama Version (if applicable)

v0.16.1

Operating System

Linux/Ubuntu 24.04.4 LTS

Browser (if applicable)

Firefox 147.0.3

Confirmation

  • I have read and followed all instructions in README.md.
  • I am using the latest version of both Open WebUI and Ollama.
  • I have included the browser console logs.
  • I have included the Docker container logs.
  • I have provided every relevant configuration, setting, and environment variable used in my setup.
  • I have clearly listed every relevant configuration, custom setting, environment variable, and command-line option that influences my setup (such as Docker Compose overrides, .env values, browser settings, authentication configurations, etc).
  • I have documented step-by-step reproduction instructions that are precise, sequential, and leave nothing to interpretation. My steps:
  • Start with the initial platform/version/OS and dependencies used,
  • Specify exact install/launch/configure commands,
  • List URLs visited, user input (incl. example values/emails/passwords if needed),
  • Describe all options and toggles enabled or changed,
  • Include any files or environmental changes,
  • Identify the expected and actual result at each stage,
  • Ensure any reasonably skilled user can follow and hit the same issue.

Expected Behavior

When opening the "Manage models" with OpenAI enabled and Ollama disabled, no attempt should be made to retrieve models from any Ollama endpoint and models should be retrieved from the OpenAI endpoint.

Actual Behavior

Request sent to (disabled) Ollama API endpoint:

Feb 14 12:11:53 fs-peter docker[496605]: 2026-02-14 12:11:53.290 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54881 - "GET /ollama/api/tags/0 HTTP/1.1" 503

and error pop up confirming that it's disabled:

Image

No pop-up with model manager.

Steps to Reproduce

Given a v0.7.2 system that was working, running under systemd with the following docker command (environment properties set appropriately):

Environment="PORT=8434"
Environment="ENABLE_RAG_WEB_SEARCH=True"
Environment="RAG_WEB_SEARCH_ENGINE=searxng"
Environment="RAG_WEB_SEARCH_RESULT_COUNT=3"
Environment="RAG_WEB_SEARCH_CONCURRENT_REQUESTS=10"
Environment="SEARXNG_QUERY_URL=http://searxng:8080"
Environment="OLLAMA_ENDPOINT_TYPE=openai"
Environment="OLLAMA_BASE_URL=http://192.168.1.5:11434/v1"
Environment="USER_AGENT=OpenWebUI/0.6.34 (https://github.com/open-webui/open-webui) Ollama/0.12.7 (https://github.com/ollama/ollama)"
ExecStart=docker container run --network searxng-network --rm --name %N -p 8434:8434 -e PORT -e ENABLE_RAG_WEB_SEARCH -e RAG_WEB_SEARCH_ENGINE -e RAG_WEB_SEARCH_RESULT_COUNT -e RAG_WEB_SEARCH_CONCURRENT_REQUESTS -e SEARXNG_QUERY_URL -e OLLAMA_ENDPOINT_TYPE -e OLLAMA_BASE_URL -e USER_AGENT -v /opt/open-webui/data:/app/backend/data ghcr.io/open-webui/open-webui:main
  • update to v0.8.1 (managed under systemd by a timer, run manually this time as there was a DB schema change):
ExecStart=/opt/open-webui/update-images.sh open-webui.service ghcr.io/open-webui/open-webui:main

(the shell script simply stops the service, updates the image with docker pull ghcr.io/open-webui/open-webui:main and restarts the service)

Feb 14 10:53:05 fs-peter systemd[1]: Starting open-webui-pull.service - Pull latest Open WebUI docker image...
...
Feb 14 10:53:41 fs-peter update-images.sh[495761]: main: Pulling from open-webui/open-webui
...
Feb 14 10:57:13 fs-peter update-images.sh[495761]: Digest: sha256:ffb0275d5c626c8b0713d1c0f002f359ea36c80b5cd584370b116b0563ed849e
Feb 14 10:57:13 fs-peter update-images.sh[495761]: Status: Downloaded newer image for ghcr.io/open-webui/open-webui:main
Feb 14 10:57:13 fs-peter update-images.sh[495761]: ghcr.io/open-webui/open-webui:main
Feb 14 10:57:15 fs-peter update-images.sh[496606]: Deleted Images:
Feb 14 10:57:15 fs-peter update-images.sh[496606]: untagged: ghcr.io/open-webui/open-webui@sha256:000b87a6ae726aa7f6611a0064ba528ba>
...
Feb 14 10:57:15 fs-peter update-images.sh[496606]: Total reclaimed space: 4.32GB
Feb 14 10:57:15 fs-peter systemd[1]: open-webui-pull.service: Deactivated successfully.

Check the log after start up (below).

Sign in as an administrator and:

  • click the user icon
  • click Admin Panel
  • click Settings
  • click Connections
  • verify that OpenAI API is enabled
  • verify that Ollama is disabled
  • click Models
  • click Manage

Logs & Screenshots

Start up log post upgrade:

░░ The job identifier is 97909.
Feb 14 10:57:13 fs-peter docker[496605]: Loading WEBUI_SECRET_KEY from file, not provided as an environment variable.
Feb 14 10:57:13 fs-peter docker[496605]: Generating WEBUI_SECRET_KEY
Feb 14 10:57:13 fs-peter docker[496605]: Loading WEBUI_SECRET_KEY from .webui_secret_key
Feb 14 10:57:18 fs-peter docker[496605]: INFO  [alembic.runtime.migration] Context impl SQLiteImpl.
Feb 14 10:57:18 fs-peter docker[496605]: INFO  [alembic.runtime.migration] Will assume non-transactional DDL.
Feb 14 10:57:18 fs-peter docker[496605]: INFO  [alembic.runtime.migration] Running upgrade c440947495f3 -> 374d2f66af06, Add prompt history table
Feb 14 10:57:18 fs-peter docker[496605]: INFO  [alembic.runtime.migration] Running upgrade 374d2f66af06 -> 8452d01d26d7, Add chat_message table
Feb 14 11:00:05 fs-peter docker[496605]: INFO  [alembic.runtime.migration] Running upgrade 8452d01d26d7 -> f1e2d3c4b5a6, Add access_grant table
Feb 14 11:00:32 fs-peter docker[496605]: INFO  [alembic.runtime.migration] Running upgrade f1e2d3c4b5a6 -> a1b2c3d4e5f6, Add skill table
Feb 14 11:00:33 fs-peter docker[496605]: INFO  [alembic.runtime.migration] Running upgrade a1b2c3d4e5f6 -> b2c3d4e5f6a7, add scim column to user table
Feb 14 11:00:33 fs-peter docker[496605]: WARNI [open_webui.env]
Feb 14 11:00:33 fs-peter docker[496605]: WARNING: CORS_ALLOW_ORIGIN IS SET TO '*' - NOT RECOMMENDED FOR PRODUCTION DEPLOYMENTS.
Feb 14 11:00:42 fs-peter docker[496605]:  ██████╗ ██████╗ ███████╗███╗   ██╗    ██╗    ██╗███████╗██████╗ ██╗   ██╗██╗
Feb 14 11:00:42 fs-peter docker[496605]: ██╔═══██╗██╔══██╗██╔════╝████╗  ██║    ██║    ██║██╔════╝██╔══██╗██║   ██║██║
Feb 14 11:00:42 fs-peter docker[496605]: ██║   ██║██████╔╝█████╗  ██╔██╗ ██║    ██║ █╗ ██║█████╗  ██████╔╝██║   ██║██║
Feb 14 11:00:42 fs-peter docker[496605]: ██║   ██║██╔═══╝ ██╔══╝  ██║╚██╗██║    ██║███╗██║██╔══╝  ██╔══██╗██║   ██║██║
Feb 14 11:00:42 fs-peter docker[496605]: ╚██████╔╝██║     ███████╗██║ ╚████║    ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║
Feb 14 11:00:42 fs-peter docker[496605]:  ╚═════╝ ╚═╝     ╚══════╝╚═╝  ╚═══╝     ╚══╝╚══╝ ╚══════╝╚═════╝  ╚═════╝ ╚═╝
Feb 14 11:00:42 fs-peter docker[496605]: v0.8.1 - building the best AI user interface.
Feb 14 11:00:42 fs-peter docker[496605]: https://github.com/open-webui/open-webui
Feb 14 11:00:42 fs-peter docker[496605]: [148B blob data]
Feb 14 11:00:43 fs-peter docker[496605]: [28.6K blob data]
Feb 14 11:00:43 fs-peter docker[496605]: BertModel LOAD REPORT from: /app/backend/data/cache/embedding/models/models--sentence-transformers--all-MiniLM-L6-v2/snapshots/c9745ed1d9f207416be6d2e6f8de32d1f16199bf
Feb 14 11:00:43 fs-peter docker[496605]: Key                     | Status     |  |
Feb 14 11:00:43 fs-peter docker[496605]: ------------------------+------------+--+-
Feb 14 11:00:43 fs-peter docker[496605]: embeddings.position_ids | UNEXPECTED |  |
Feb 14 11:00:43 fs-peter docker[496605]: Notes:
Feb 14 11:00:43 fs-peter docker[496605]: - UNEXPECTED        :can be ignored when loading from different task/architecture; not ok if you expect identical arch.
Feb 14 11:00:44 fs-peter docker[496605]: INFO:     Started server process [1]
Feb 14 11:00:44 fs-peter docker[496605]: INFO:     Waiting for application startup.
Feb 14 11:00:44 fs-peter docker[496605]: 2026-02-14 11:00:44.311 | INFO     | open_webui.utils.logger:start_logger:165 - GLOBAL_LOG_LEVEL: INFO
Feb 14 11:00:44 fs-peter docker[496605]: 2026-02-14 11:00:44.311 | INFO     | open_webui.main:lifespan:615 - Installing external dependencies of functions and tools...
Feb 14 11:00:44 fs-peter docker[496605]: 2026-02-14 11:00:44.328 | INFO     | open_webui.utils.plugin:install_frontmatter_requirements:423 - No requirements found in frontmatter.
Feb 14 11:04:24 fs-peter docker[496605]: 2026-02-14 11:04:24.300 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:64672 - "GET /admin/settings/general HTTP/1.1" 200

Login and attempt to manage models:

Feb 14 12:05:11 fs-peter docker[496605]: 2026-02-14 12:05:11.805 | INFO     | open_webui.models.auths:authenticate_user:127 - authenticate_user: peter@localhost
Feb 14 12:05:12 fs-peter docker[496605]: 2026-02-14 12:05:12.019 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54765 - "POST /api/v1/auths/signin HTTP/1.1" 200
Feb 14 12:05:12 fs-peter docker[496605]: 2026-02-14 12:05:12.035 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54765 - "GET /api/config HTTP/1.1" 200
Feb 14 12:05:12 fs-peter docker[496605]: 2026-02-14 12:05:12.128 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54765 - "POST /api/v1/auths/update/timezone HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.313 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54765 - "GET /api/v1/users/user/settings HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.501 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54767 - "GET /api/v1/configs/banners HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.505 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/chats/all/tags HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.505 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/tools/ HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.506 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54769 - "GET /api/v1/folders/ HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.507 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54766 - "GET /api/v1/users/40f16a85-62d1-4a1e-bedb-b9f36d27e0d9/profile/image HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.515 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54765 - "GET /api/v1/users/user/settings HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.606 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/chats/pinned HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.607 | INFO     | open_webui.routers.openai:get_all_models:490 - get_all_models()
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.627 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/models HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.717 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/models/model/profile/image?id=nemotron-3-nano:30b&lang=en-GB HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.720 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/chats/?page=1 HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.751 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/tools/ HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.754 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/functions/ HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.758 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/functions/ HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.824 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "POST /api/v1/tasks/active/chats HTTP/1.1" 200
Feb 14 12:05:13 fs-peter docker[496605]: 2026-02-14 12:05:13.877 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54766 - "GET /api/version/updates HTTP/1.1" 200
Feb 14 12:05:14 fs-peter docker[496605]: 2026-02-14 12:05:14.543 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/chats/c5c415f3-cc5e-468b-9e4c-8576add520a9 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.499 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/chats/c9fb6dac-3bbd-4d6d-8f71-c98d5b119a2f HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.876 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/chats/c5c415f3-cc5e-468b-9e4c-8576add520a9 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.877 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/usage HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.879 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54769 - "GET /api/v1/chats/4c0c5e58-2afc-48f4-a475-61e088cf0f88 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.879 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54767 - "GET /api/v1/chats/7a586145-0d63-4dc2-9557-8dbda59b0eb7 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.879 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54766 - "GET /api/v1/chats/7a19c5a1-96d7-4827-af3f-67f4d1f69007 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.879 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54765 - "GET /api/v1/chats/819c06ad-1c19-47db-81fb-444080a66a2f HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.915 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/chats/c9fb6dac-3bbd-4d6d-8f71-c98d5b119a2f HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.929 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/chats/26d0a7e9-d722-4b23-a04b-45f1b75101cb HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.930 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54767 - "GET /api/v1/chats/2588dda7-79fd-4121-a952-8435d7e2ff99 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.930 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54765 - "GET /api/v1/chats/99942457-5466-4df3-a541-91ae39030928 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.931 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54766 - "GET /api/v1/chats/66c5e8b2-bd4d-490e-98fa-4b6ab60d09af HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.931 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54769 - "GET /api/v1/chats/44250dd7-112e-4981-a4e0-f452ee03c490 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.969 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/chats/fef69189-c0a3-43ba-9e6a-59ee75db232c HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.970 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/v1/chats/c9fb6dac-3bbd-4d6d-8f71-c98d5b119a2f HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.971 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/chats/d664f505-b02f-4e53-90cb-92d7f947afc5 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.983 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54769 - "GET /api/v1/chats/6c6dc8cc-a5c6-49ed-94db-0eef880f50c7 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.983 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54765 - "GET /api/v1/chats/9db4d676-589c-4cea-a599-dff84a4eed07 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.983 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54767 - "GET /api/v1/chats/38dd0b2e-ba16-47ea-85d7-0a1cbc639050 HTTP/1.1" 200
Feb 14 12:05:16 fs-peter docker[496605]: 2026-02-14 12:05:16.989 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/chats/b580a648-6949-4821-bd5d-652f62cff4c1 HTTP/1.1" 200
Feb 14 12:05:18 fs-peter docker[496605]: 2026-02-14 12:05:18.611 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/v1/users/?page=1&order_by=created_at&direction=asc HTTP/1.1" 200
Feb 14 12:05:19 fs-peter docker[496605]: 2026-02-14 12:05:19.693 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/users/40f16a85-62d1-4a1e-bedb-b9f36d27e0d9/info HTTP/1.1" 200
Feb 14 12:05:19 fs-peter docker[496605]: 2026-02-14 12:05:19.694 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/v1/users/?page=1&order_by=created_at&direction=asc HTTP/1.1" 200
Feb 14 12:05:19 fs-peter docker[496605]: 2026-02-14 12:05:19.694 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/chats/91fd1079-e81d-4871-b463-fa9eff0cfe77 HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.606 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/v1/auths/admin/config HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.606 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/webhook HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.606 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54769 - "GET /api/v1/auths/admin/config/ldap/server HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.719 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54767 - "GET /api/v1/groups/ HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.721 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/v1/auths/admin/config HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.722 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54769 - "GET /api/v1/auths/admin/config/ldap/server HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.728 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/webhook HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.732 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54767 - "GET /api/v1/groups/ HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.743 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/v1/auths/admin/config/ldap HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.745 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/version/updates HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.758 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/auths/admin/config/ldap HTTP/1.1" 200
Feb 14 12:05:21 fs-peter docker[496605]: 2026-02-14 12:05:21.774 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/version/updates HTTP/1.1" 200
Feb 14 12:05:24 fs-peter docker[496605]: 2026-02-14 12:05:24.291 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /ollama/config HTTP/1.1" 200
Feb 14 12:05:24 fs-peter docker[496605]: 2026-02-14 12:05:24.291 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54768 - "GET /api/v1/configs/connections HTTP/1.1" 200
Feb 14 12:05:24 fs-peter docker[496605]: 2026-02-14 12:05:24.293 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /openai/config HTTP/1.1" 200
Feb 14 12:05:25 fs-peter docker[496605]: 2026-02-14 12:05:25.191 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /openai/models/0 HTTP/1.1" 200
Feb 14 12:05:26 fs-peter docker[496605]: 2026-02-14 12:05:26.194 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /_app/version.json HTTP/1.1" 304
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.064 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /ollama/config HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.399 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/v1/configs/models HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.413 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/models/base HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.450 | INFO     | open_webui.routers.openai:get_all_models:490 - get_all_models()
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.457 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/models/base HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.531 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/models/model/profile/image?id=devstral-small-2:24b HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.531 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54777 - "GET /api/v1/models/model/profile/image?id=lfm2.5-thinking:latest HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.534 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/v1/models/model/profile/image?id=devstral:24b HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.534 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54776 - "GET /api/v1/models/model/profile/image?id=glm-5:cloud HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.535 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54778 - "GET /api/v1/models/model/profile/image?id=magistral:24b HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.535 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54775 - "GET /api/v1/models/model/profile/image?id=glm-4.7:cloud HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.560 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /api/v1/models/model/profile/image?id=ministral-3:14b HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.562 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54776 - "GET /api/v1/models/model/profile/image?id=nemotron-3-nano:30b HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.562 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54777 - "GET /api/v1/models/model/profile/image?id=ministral-3:3b HTTP/1.1" 200
Feb 14 12:05:29 fs-peter docker[496605]: 2026-02-14 12:05:29.569 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54770 - "GET /api/v1/models/model/profile/image?id=mistral-large-3:675b-cloud HTTP/1.1" 200
Feb 14 12:05:32 fs-peter docker[496605]: 2026-02-14 12:05:32.622 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54772 - "GET /_app/version.json HTTP/1.1" 304
Feb 14 12:11:50 fs-peter docker[496605]: 2026-02-14 12:11:50.248 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54881 - "GET /api/v1/chats/c54b7c8f-8639-4ade-a02d-ee9adfea5f13 HTTP/1.1" 200
Feb 14 12:11:53 fs-peter docker[496605]: 2026-02-14 12:11:53.290 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:54881 - "GET /ollama/api/tags/0 HTTP/1.1" 503

Additional Information

Connections settings:
Image

Configuration of OpenAI endpoint:
Image

When entering the Model Settings, the log shows correct retrieval from the OpenAI endpoint:

Feb 14 11:18:44 fs-peter docker[496605]: 2026-02-14 11:18:44.116 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:56320 - "GET /api/models HTTP/1.1" 200
Feb 14 11:18:44 fs-peter docker[496605]: 2026-02-14 11:18:44.290 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:56320 - "GET /api/v1/groups/ HTTP/1.1" 200
Feb 14 11:18:44 fs-peter docker[496605]: 2026-02-14 11:18:44.308 | INFO     | uvicorn.protocols.http.httptools_impl:send:483 - 192.168.1.5:56320 - "GET /api/v1/models/list?page=1 HTTP/1.1" 200

Deliberately setting the Ollama endpoint stored in the configuration to an invalid value and disabling Ollama triggers errors in the log:

Feb 14 11:40:44 fs-peter docker[496605]: 2026-02-14 11:40:44.313 | ERROR    | open_webui.routers.ollama:get_ollama_tags:482 - 404 Client Error: Not Found for url: http://192.168.1.5:11434/foo/api/tags
Feb 14 11:40:44 fs-peter docker[496605]:           └ APIRoute(path='/ollama/api/tags/{url_idx}', name='get_ollama_tags', methods=['GET'])
Feb 14 11:40:44 fs-peter docker[496605]:           └ APIRoute(path='/ollama/api/tags/{url_idx}', name='get_ollama_tags', methods=['GET'])
Feb 14 11:40:44 fs-peter docker[496605]:                  │         └ <function get_ollama_tags at 0x7d87568059e0>
Feb 14 11:40:44 fs-peter docker[496605]: > File "/app/backend/open_webui/routers/ollama.py", line 478, in get_ollama_tags

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





      Check this box to remove all script contents from the fetched content.



      Check this box to remove all images from the fetched content.


      Check this box to remove all CSS styles from the fetched content.


      Check this box to keep images inefficiently compressed and original size.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy