Axon-Llama-GUI / README.md
AIencoder's picture
Update README.md
aceb7f6 verified
metadata
title: Axon Llama GUI
emoji: 🧠
colorFrom: blue
colorTo: purple
sdk: docker
pinned: true
license: mit
short_description: Multimodal AI - Text, Images & Audio powered by Qwen2.5-Omni

🧠 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

Modality Supported Examples
πŸ’¬ Text βœ… Chat, Q&A, writing, reasoning, math
πŸ–ΌοΈ Images βœ… Describe images, read text, analyze charts
🎡 Audio βœ… Transcribe speech, analyze audio content

πŸ”§ Technical Details

πŸš€ 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

Endpoint Description
/ Web UI (llama.cpp chat interface)
/v1/chat/completions OpenAI-compatible chat API
/v1/models List available models
/health Health check

πŸ™ Credits

πŸ“„ License

MIT License - See LICENSE for details.


Made with ❀️ by Alencoder