api design
camus-18-rest-api-design
We expose an OpenAI-compatible REST API — chat completions, embeddings, and graphify on localhost:8080.
REST API Design for Local LLM Inference
The Problem
CLI-only AI systems cannot be integrated into web frontends or automation pipelines. A standard API is needed.
What We Built
Lightweight REST API using Python's http.server module. OpenAI-compatible /v1/chat/completions, plus /v1/embeddings and /v1/graphify.
The Research… See the full description on the dataset page: https://huggingface.co/datasets/Anticloud/camus-18-rest-api-design.camus-18-rest-api-design
We expose an OpenAI-compatible REST API — chat completions, embeddings, and graphify on localhost:8080.
REST API Design for Local LLM Inference
The Problem
CLI-only AI systems cannot be integrated into web frontends or automation pipelines. A standard API is needed.
What We Built
Lightweight REST API using Python's http.server module. OpenAI-compatible /v1/chat/completions, plus /v1/embeddings and /v1/graphify.
The Research… See the full description on the dataset page: https://huggingface.co/datasets/kleinnner/camus-18-rest-api-design.
