Skip to content

chore(model gallery): add qwen2.5-omni-7b #5513

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 28, 2025
Merged

Conversation

mudler
Copy link
Owner

@mudler mudler commented May 28, 2025

Description

This PR adds qwen 2.5 omni, with both image and audio input support.

Audio example:

curl http://localhost:8080/v1/chat/completions -H "Content-Type: application/json" -d '{               
   "model": "qwen-omni",                                                                                                                                                                                           
   "messages": [{"role": "user", "content": [{"type":"text", "text": "What is this audio?"}, {"type": "audio_url", "audio_url": {"url": "https://upload.wikimedia.org/wikipedia/commons/3/3d/Alcal%C3%A1_de_Henares
_%28RPS_13-04-2024%29_canto_de_ruise%C3%B1or_%28Luscinia_megarhynchos%29_en_el_Soto_del_Henares.wav" }}], "temperature": 0.9}]}'                                                                                   
{"created":1748447622,"object":"chat.completion","id":"7060102d-4293-473f-a0fe-ac5eea86bec8","model":"qwen-omni","choices":[{"index":0,"finish_reason":"stop","message":{"role":"assistant","content":"The audio fe
atures the chirping and tweeting of birds."}}],"usage":{"prompt_tokens":765,"completion_tokens":12,"total_tokens":777}}      

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

Copy link

netlify bot commented May 28, 2025

Deploy Preview for localai ready!

Name Link
🔨 Latest commit dd27bdd
🔍 Latest deploy log https://app.netlify.com/projects/localai/deploys/683734434e7bb800082e8aa4
😎 Deploy Preview https://deploy-preview-5513--localai.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@mudler mudler force-pushed the models/qwen2.5-omni-7b branch from 358f0aa to dd27bdd Compare May 28, 2025 16:05
Repository owner deleted a comment from github-actions bot May 28, 2025
@mudler mudler merged commit 8ca2fb5 into master May 28, 2025
25 of 29 checks passed
@mudler mudler deleted the models/qwen2.5-omni-7b branch May 28, 2025 16:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant