Spaces:
Paused
Paused
| 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>`. | |