Spaces:
Paused
Paused
File size: 498 Bytes
cb70fad 657e750 cb70fad 657e750 cb70fad 657e750 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
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>`.
|