llm.famzheng.me

gemma-4-31b-it · 反向代理
填好 token 后开聊。
Enter 发送 · Shift+Enter 换行
curl example
curl -X POST https://llm.famzheng.me/v1/chat/completions \
  -H 'Authorization: token <your-token>' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "gemma-4-31b-it",
    "messages": [{"role":"user","content":"hello"}]
  }'