--- title: MultiAiChat Mobile Suite emoji: 💬 colorFrom: yellow colorTo: purple sdk: gradio sdk_version: 4.44.0 app_file: app.py pinned: false hf_oauth: true hf_oauth_scopes: - email - inference-api license: mit --- # 🤖 Advanced Multi-Model AI Chat Suite This Space provides a full-featured multi-model AI assistant with: - **Multiple HF Inference API Models** (DeepSeek, LLaMA, Mixtral, Qwen, Gemma, Phi, GPT-OSS, Falcon, BLOOM) - **Structured long-form responses** - **System prompt control** - **RAG Mode A (upload PDFs/TXT for context)** - **Voice Input (Speech-to-Text)** - **Text-to-Speech Output (gTTS)** - **Save & load chat history** - **Export chat to PDF** - **Deep Dive / Expand responses** - **OAuth Login for private model access** Login using the **Sign in with Hugging Face** button in the sidebar to enable: - Higher rate limits - Access to gated/private models - Passing an authenticated token to the Inference API All UI and model controls are handled inside `app.py`. This README only defines Space metadata and does **not** create any user interface components.