o87dev-llm-api / README.md
truegleai's picture
Upload README.md with huggingface_hub
657e750 verified
---
title: o87Dev Cloud LLM API
emoji: πŸ¦†
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
---
# o87Dev Cloud LLM API
Private OpenAI + Anthropic compatible inference endpoint.
Runs qwen2.5-coder:7b on HF free CPU tier.
## Endpoints
- `POST /v1/chat/completions` β€” OpenAI compatible
- `POST /v1/messages` β€” Anthropic compatible
- `GET /v1/models` β€” list available models
- `GET /health` β€” status check
## Auth
Set `API_TOKEN` as a Space secret. Pass it as `Bearer <token>`.