CoolFace
Apppublic

AIencoder/Axon-Llama-GUI

sourceHugging Facemitupdated 8mo agoView on Hugging Face
0likes
App README

๐Ÿง  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

ModalitySupportedExamples
๐Ÿ’ฌ Textโœ…Chat, Q&A, writing, reasoning, math
๐Ÿ–ผ๏ธ Imagesโœ…Describe images, read text, analyze charts
๐ŸŽต Audioโœ…Transcribe speech, analyze audio content

๐Ÿ”ง 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:

bash
# 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

EndpointDescription
/Web UI (llama.cpp chat interface)
/v1/chat/completionsOpenAI-compatible chat API
/v1/modelsList available models
/healthHealth check

๐Ÿ™ Credits

๐Ÿ“„ License

MIT License - See LICENSE for details.


<p align="center"> Made with โค๏ธ by <a href="https://huggingface.co/Alencoder">Alencoder</a> </p>