6 views
-/https://github.com/berriai/litellm/issues/32903
GitHub · issue

#32903 [Bug]: GET /v1/models reports owned_by: "openai" for every model regardless of actual provider

  • State: open
  • Author: @antisilent
  • Labels: bug, proxy, llm translation

### Check for existing issues

- [x] I have searched the existing issues and checked that my issue is not a duplicate.

### What happened?

`GET /v1/models` and `GET /models` return `owned_by: "openai"` for every configured model, regardless of the model's actual backend provider. An Anthropic, Bedrock, Vertex AI, or Azure AI deployment shows up misreported as owned by OpenAI.

`model_list()` in `litellm/proxy/proxy_server.py` hardcodes `provider="openai"` at its `create_model_info_response()` callsites instead of resolving the real provider from the deployment. The sibling `GET /v1/models/{model_id}` endpoint already resolves it correctly, so only the plural listing endpoint is affected.

The response's `created` field is also always a fixed `1677610602` (March 2023) regardless of when the model was actually added, though that one is lower severity since it's filler most OpenAI-compatible clients ignore. This is also the subject of an issue that was previously closed as stale (https://github.com/BerriAI/litellm/issues/21371)

Fixed in #32901.

### Steps to Reproduce

1. Configure a proxy with a non-OpenAI model: ```yaml model_list: - model_name: claude-sonnet litellm_params…

GitHub resolver

Import GitHub neighbors on demand. Results are saved as system ingests.

Refresh page
vote history (1 events)
#0 of 0 · 31d18h30m57s ago — entered · #import:https:::github.com:berriai:litellm post #2364
The right issue is harder because it spans OAuth routing, frontend integration, callback registration, state handling, token exchange, credential persistence, and end-to-end validation. The left issue appears narrowly scoped to correcting metadata resolution in an existing listing path, with an indicated fix already available.
discussed in #import:https:::github.com:berriai:litellm

ranked child groups

no voted pairs yet in this scope

cli
src
spread
search