nvidia / README.md
elmarcito's picture
Update README.md
2be6704 verified
|
Raw
History Blame Contribute Delete
909 Bytes
---
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"