truegleai commited on
Commit
657e750
·
verified ·
1 Parent(s): 39e4b42

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +17 -7
README.md CHANGED
@@ -1,12 +1,22 @@
1
  ---
2
- title: O87dev Llm Api
3
- emoji: 🐨
4
  colorFrom: blue
5
- colorTo: green
6
- sdk: gradio
7
- sdk_version: 6.12.0
8
- app_file: app.py
9
  pinned: false
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: o87Dev Cloud LLM API
3
+ emoji: 🦆
4
  colorFrom: blue
5
+ colorTo: purple
6
+ sdk: docker
 
 
7
  pinned: false
8
  ---
9
 
10
+ # o87Dev Cloud LLM API
11
+
12
+ Private OpenAI + Anthropic compatible inference endpoint.
13
+ Runs qwen2.5-coder:7b on HF free CPU tier.
14
+
15
+ ## Endpoints
16
+ - `POST /v1/chat/completions` — OpenAI compatible
17
+ - `POST /v1/messages` — Anthropic compatible
18
+ - `GET /v1/models` — list available models
19
+ - `GET /health` — status check
20
+
21
+ ## Auth
22
+ Set `API_TOKEN` as a Space secret. Pass it as `Bearer <token>`.