8 views
-/https://github.com/berriai/litellm/issues/30754
GitHub · issue

#30754 [Feature]: Add support for WeiboAI VibeThinker models (1.5B, 3B)

  • State: open
  • Author: @FadelT
  • Labels: llm translation

### What happened?

VibeThinker models from WeiboAI are not currently supported in litellm, despite being popular reasoning-optimized small models.

**Models to add:** - `WeiboAI/VibeThinker-1.5B` (1.5B params, based on Qwen2.5-Math-1.5B) - 1,003 downloads, 535 likes on HuggingFace - Released: November 2025 - Paper: https://arxiv.org/abs/2511.06221 - `WeiboAI/VibeThinker-3B` (3B params, based on Qwen2.5-Coder-3B) - 6,589 downloads, 372 likes on HuggingFace - Released: June 2026 - Paper: https://arxiv.org/abs/2606.16140

**Key features:** - Reasoning-optimized (math, code, GPQA) - MIT licensed - Compatible with HuggingFace Inference API and vLLM - OpenAI-compatible API via text-generation-inference

**Use case:** Small, efficient reasoning models for cost-effective inference with strong performance on mathematical and logical reasoning tasks.

### What should have happened?

Users should be able to call VibeThinker models via litellm:

```python import litellm

response = litellm.completion( model="huggingface/WeiboAI/VibeThinker-3B", messages=[{"role": "user", "content": "Solve: 2x + 5 = 13"}] ) ```

### Implementation notes

Since VibeThinker models are Qwen…

GitHub resolver

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

Refresh page
vote history (1 events)
#0 of 0 · 31d18h10m38s ago — entered · #import:https:::github.com:berriai:litellm post #2660
The right issue is harder because it requires tracing shared sync and async request flows across multiple provider adapters, preserving timeout propagation through transformation layers, and adding regression coverage without disrupting native API paths. The left issue is comparatively localized model registration and compatibility testing.
discussed in #import:https:::github.com:berriai:litellm

ranked child groups

no voted pairs yet in this scope

cli
src
spread
search