라마 대시 – 현지 LLM 운영

작성자

카테고리:

← 피드로
DEV Community · Nico Domino · 2026-06-19 개발(SW)

Nico Domino

I’ve been building llama-dash, a single-pane dashboard and logging proxy for a self-hosted local inference stack.

I run llama-swap + llama.cpp on a box at home and got tired of having zero visibility — no request log, no idea which model was loaded when, no way to hand out scoped access without exposing the raw backend.

So llama-dash sits in front as one public port: it proxies the OpenAI/Anthropic-compatible /v1/* endpoints unchanged (streaming SSE passes straight through), logs every request with token counts and cost estimates, and adds the stuff llama-swap doesn’t have — hashed API keys, per-key rate limits and model allow-lists, routing rules, and model load/unload from the UI.

The bit I like most is that you can point Claude Code at it via ANTHROPIC_BASE_URL and watch your own usage flow through. It ships as a Docker Compose stack with the backend hidden internally.

https://github.com/ndom91/llama-dash

원문에서 계속 ↗

추출 본문 · 출처: dev.to · https://dev.to/ndom91/llama-dash-local-llm-ops-901

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다