Back to Models
Qwen3.5 0.8B
Text GenerationQwen 3.5 0.8B - Alibaba Cloud's lightweight multimodal LLM (text-only mode, 201 languages)
Integration
main.rs
use xybrid_sdk::{Xybrid, Envelope};
// Load the LLM
let model = Xybrid::model("qwen3.5-0.8b").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
- 800M
- Format
- gguf
- Quantization
- q4_k_m
- Size
- 495.7 MB
- Model ID
- qwen3.5-0.8b