--- title: NVIDIA AI Multi-Model emoji: 🚀 colorFrom: green colorTo: blue sdk: gradio sdk_version: 5.9.1 app_file: app.py app_port: 7860 pinned: true license: mit short_description: NVIDIA NIM chat with memory, SSE streaming & MCP server --- # 🚀 NVIDIA AI Multi-Model Space Chat con **tutti i modelli NVIDIA NIM** con: - 🧠 Memoria breve (RAM) e lunga (SQLite) - 📡 SSE Streaming API - 🔌 Server MCP integrato - 📖 API REST GET/POST documentate ## 🔗 Endpoints - `/` → Info API - `/api-docs` → Documentazione HTML - `/docs` → Swagger UI - `/v1/chat` (POST) → Chat JSON - `/v1/chat/get` (GET) → Chat via query - `/v1/chat/stream` (GET/POST) → SSE Streaming - `/v1/mcp` (POST) → MCP JSON-RPC 2.0 - `/v1/models` → Catalogo modelli ## 🚀 Quick Test ```bash curl "https://elmarcito-nvidia.hf.space/v1/chat/get?message=Ciao&session_id=test"