[GH-ISSUE #4714] [BUG]: Update Capability Filtering for Dell Pro AI Studio Model Provider #2984

Closed
opened 2026-02-22 18:32:08 -05:00 by yindo · 0 comments
Owner

Originally created by @spencerbull on GitHub (Dec 5, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4714

How are you running AnythingLLM?

AnythingLLM desktop app

What happened?

On Dell Pro AI Studio Model Provider v1.1, the capability check has changed to a list of capabilities instead of duplicated entries.

https://github.com/Mintplex-Labs/anything-llm/blob/master/server/utils/helpers/customModels.js#L711-L724

Expected Response will now be the following when using this install flow:

{
  "object": "list",
  "data": [
    {
      "id": "dGPU/granite_4_0_h_tiny",
      "created": 1764964183,
      "object": "model",
      "owned_by": "Dell",
      "capability": "TextToTextWithTools,TextToText"
    }
  ]
}

Are there known steps to reproduce?

  1. Install DPAIS using the following: https://dell.github.io/dell-pro-ai-studio/quick-start
  2. Install AnythingLLM >=1.9.x
  3. Select Dell Pro AI Studio as the model provider
  4. Model fails to find available models due to code snippet above.
Originally created by @spencerbull on GitHub (Dec 5, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/4714 ### How are you running AnythingLLM? AnythingLLM desktop app ### What happened? On Dell Pro AI Studio Model Provider v1.1, the capability check has changed to a list of capabilities instead of duplicated entries. https://github.com/Mintplex-Labs/anything-llm/blob/master/server/utils/helpers/customModels.js#L711-L724 Expected Response will now be the following when using this install flow: ``` { "object": "list", "data": [ { "id": "dGPU/granite_4_0_h_tiny", "created": 1764964183, "object": "model", "owned_by": "Dell", "capability": "TextToTextWithTools,TextToText" } ] } ``` ### Are there known steps to reproduce? 1. Install DPAIS using the following: https://dell.github.io/dell-pro-ai-studio/quick-start 2. Install AnythingLLM >=1.9.x 3. Select Dell Pro AI Studio as the model provider 4. Model fails to find available models due to code snippet above.
yindo added the possible bug label 2026-02-22 18:32:08 -05:00
yindo closed this issue 2026-02-22 18:32:08 -05:00
yindo changed title from [BUG]: Update Capability Filtering for Dell Pro AI Studio Model Provider to [GH-ISSUE #4714] [BUG]: Update Capability Filtering for Dell Pro AI Studio Model Provider 2026-06-05 14:49:39 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2984