o87dev-llm-api / README.md
truegleai's picture
Upload README.md with huggingface_hub
657e750 verified
metadata
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>.