Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.37 KB

File metadata and controls

30 lines (18 loc) · 1.37 KB

Documentation Index

This index points to documentation for the current local developer-workstation version of NPU Proxy.

Core docs

  • README.md - project overview, quick start, and local 127.0.0.1:8080 usage
  • SPEC.md - current implementation snapshot and release-truth behavior
  • CHANGELOG.md - released changes

API docs

  • api/OLLAMA_API.md - Ollama-compatible endpoints, request/response shapes, and local-client notes
  • api/EMBEDDINGS.md - OpenAI/Ollama embedding endpoints, validation limits, and response behavior
  • api/STREAMING.md - OpenAI SSE and Ollama NDJSON streaming formats and cancellation notes

Guides

Development / reference

Research notes

  • research/ - historical background material and exploratory notes; useful context, but not release commitments or current product behavior

For shipped behavior and current validation truth, prefer the root README.md, SPEC.md, and the API/guide docs above.