Back to Models
Qwen3.5 2B
Text GenerationQwen 3.5 2B - Alibaba Cloud's compact multimodal LLM (text-only mode, 201 languages)
Integration
main.rs
use xybrid_sdk::{Xybrid, Envelope};
// Load the LLM
let model = Xybrid::model("qwen3.5-2b").load()?;
// Run text generation
let result = model.run(&Envelope::text("Explain quantum computing in simple terms."))?;
println!("{}", result.text.unwrap());Details
- Task
- Text Generation
- Family
- Qwen
- Parameters
- 2B
- Format
- gguf
- Quantization
- q4_k_m
- Size
- 1.2 GB
- Model ID
- qwen3.5-2b