17 views
-/https://github.com/berriai/litellm/issues/21371
GitHub Ā· issue

#21371 [Bug]: /v1/models returns outdated 'created' timestamp causing integration issues with Android Studio and Xcode

  • State: open
  • Author: @isakulaksiz
  • Labels: bug, llm translation, SDK

### Check for existing issues

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

### What happened?

**Description** When trying to integrate local LLMs into Android Studio (2025.2.3) and Xcode (26.2) using the /v1/models endpoint, the models fail to appear in the IDE model list when routed through LiteLLM.

However, when connecting directly to vLLM, the models are correctly identified. After investigation, we noticed a significant difference in the created timestamp and the structure of the response.

LiteLLM returns a very old/static timestamp (1677610602), whereas vLLM and other providers return a current Unix timestamp. It appears that modern IDEs might be filtering or rejecting models with older timestamps or missing detailed permission fields.

**Comparison of Responses**

1. LiteLLM Response (Issue)

Note: The created value is outdated and some metadata is missing compared to vLLM. ``` { "data": [ { "id": "Qwen/Qwen3-Coder-30B-A3B-Instruct", "object": "model", "created": 1677610602, "owned_by": "openai" } ], "object": "list" }

```

2. vLLM Response (Working) N…

GitHub resolver

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

Refresh page
vote history (1 events)
#0 of 0 Ā· 31d18h56m26s ago — entered Ā· #import:https:::github.com:berriai:litellm post #2025
The right issue is harder because it spans a nonstandard proxy route, request lifecycle, provider usage accounting, logging persistence, and regression coverage, whereas the left issue appears localized to model-list response metadata and formatting. The broader cross-cutting behavior and risk of affecting billing and observability justify a 3:1 effort ratio.
discussed in #import:https:::github.com:berriai:litellm

ranked child groups

no voted pairs yet in this scope

cli
src
spread
search