LocalAI/docs/content/features
LocalAI [bot] 9090bca920
feat: Add documentation for undocumented API endpoints (#8852)
* feat: add documentation for undocumented API endpoints

Creates comprehensive documentation for 8 previously undocumented endpoints:
- Voice Activity Detection (/v1/vad)
- Video Generation (/video)
- Sound Generation (/v1/sound-generation)
- Backend Monitor (/backend/monitor, /backend/shutdown)
- Token Metrics (/tokenMetrics)
- P2P endpoints (/api/p2p/* - 5 sub-endpoints)
- System Info (/system, /version)

Each documentation file includes HTTP method, request/response schemas,
curl examples, sample JSON responses, and error codes.

* docs: remove token-metrics endpoint documentation per review feedback

The token-metrics endpoint is not wired into the HTTP router and
should not be documented per reviewer request.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* docs: move system-info documentation to reference section

Per review feedback, system-info endpoint docs are better suited
for the reference section rather than features.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: localai-bot <localai-bot@noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-08 17:59:33 +01:00
..
_index.en.md feat: Add documentation for undocumented API endpoints (#8852) 2026-03-08 17:59:33 +01:00
agents.md feat: add agentic management (#8820) 2026-03-07 00:03:08 +01:00
audio-to-text.md fix: rename json_verbose to verbose_json (#8627) 2026-02-23 17:57:06 +00:00
backend-monitor.md feat: Add documentation for undocumented API endpoints (#8852) 2026-03-08 17:59:33 +01:00
backends.md feat(voxtral): add voxtral backend (#8451) 2026-02-09 09:12:05 +01:00
constrained_grammars.md feat: docs revamp (#7313) 2025-11-19 22:21:20 +01:00
distributed_inferencing.md feat: docs revamp (#7313) 2025-11-19 22:21:20 +01:00
embeddings.md feat: docs revamp (#7313) 2025-11-19 22:21:20 +01:00
gpt-vision.md feat: docs revamp (#7313) 2025-11-19 22:21:20 +01:00
GPU-acceleration.md docs: update diffusers multi-GPU documentation to mention tensor_parallel_size configuration (#8621) 2026-02-22 18:17:23 +01:00
image-generation.md feat: docs revamp (#7313) 2025-11-19 22:21:20 +01:00
mcp.md feat: Add LOCALAI_DISABLE_MCP environment variable to disable MCP support (#8816) 2026-03-06 20:44:03 +01:00
model-gallery.md feat(ui): add model size estimation (#8684) 2026-02-28 23:03:47 +01:00
object-detection.md feat: docs revamp (#7313) 2025-11-19 22:21:20 +01:00
openai-functions.md feat: docs revamp (#7313) 2025-11-19 22:21:20 +01:00
openai-realtime.md feat(realtime): Add audio conversations (#6245) 2026-01-29 08:44:53 +01:00
p2p.md feat: Add documentation for undocumented API endpoints (#8852) 2026-03-08 17:59:33 +01:00
reranker.md feat: docs revamp (#7313) 2025-11-19 22:21:20 +01:00
runtime-settings.md feat: add agentic management (#8820) 2026-03-07 00:03:08 +01:00
sound-generation.md feat: Add documentation for undocumented API endpoints (#8852) 2026-03-08 17:59:33 +01:00
stores.md feat: docs revamp (#7313) 2025-11-19 22:21:20 +01:00
text-generation.md feat: pass-by metadata to predict options (#8795) 2026-03-05 22:50:10 +01:00
text-to-audio.md feat(qwen-tts): Support using multiple voices (#8757) 2026-03-04 09:47:21 +01:00
video-generation.md feat: Add documentation for undocumented API endpoints (#8852) 2026-03-08 17:59:33 +01:00
voice-activity-detection.md feat: Add documentation for undocumented API endpoints (#8852) 2026-03-08 17:59:33 +01:00