{
  "name": "cf-seclab Workers AI demo",
  "endpoints": [
    "POST /chat {prompt|messages,max_tokens,temperature}",
    "GET  /chat-stream?q=...",
    "POST /embed {text}",
    "POST /rag/insert {id,text}",
    "POST /rag/query {q,topK}",
    "POST /image {prompt} -> PNG",
    "POST /transcribe (raw audio body) -> text",
    "POST /tools {q}",
    "POST /json {q}"
  ],
  "models": {
    "llm": "@cf/google/gemma-4-26b-a4b-it",
    "embed": "@cf/baai/bge-base-en-v1.5",
    "image": "@cf/black-forest-labs/flux-1-schnell",
    "whisper": "@cf/openai/whisper"
  }
}
