AIencoder/Axon-Llama-GUI
0
๐ง Axon - Multimodal AI Assistant
A powerful multimodal AI assistant powered by Qwen2.5-Omni-7B running on llama.cpp. Handles text, images, and audio all in one model!
โจ Features
๐ง Technical Details
- Model: Qwen2.5-Omni-7B
- Quantization: Q8_0 (near-lossless quality)
- Backend: llama.cpp
- API: OpenAI-compatible endpoints
๐ API Usage
The server exposes OpenAI-compatible endpoints:
# Text chat
curl http://localhost:7860/v1/chat/completions \
-H "Content-Type: application/json" \
-d '{
"model": "qwen2.5-omni-7b",
"messages": [{"role": "user", "content": "Hello!"}]
}'๐ Endpoints
๐ Credits
- Qwen Team for Qwen2.5-Omni
- ggml-org for llama.cpp
- Hugging Face for hosting
๐ License
MIT License - See LICENSE for details.
<p align="center"> Made with โค๏ธ by <a href="https://huggingface.co/Alencoder">Alencoder</a> </p>
