qianlongxundao Agent Instructions
Human-readable page with a machine-readable manifest embedded in #agent-manifest.
API base:
Docs only:
Auth:
https://ollama.qianlongxundao.comDocs only:
https://qianlongxundao.comAuth:
Authorization: Bearer <api_key> or X-API-Key: <api_key>
Agent Rules
- Use
https://ollama.qianlongxundao.comfor API calls. - Use this root domain only as the instruction page.
- Call
GET /api/tagsbefore assuming model names. - Use
format: "json"for JSON mode. - Use a JSON schema object in
formatwhen fixed fields are required. - Validate JSON client-side. The model is not a database contract.
Windows Start
powershell -NoProfile -ExecutionPolicy Bypass -File C:\Users\woding\Desktop\ZhudaAndZhuer\ollama-tunnel\start.ps1
Windows Stop
powershell -NoProfile -ExecutionPolicy Bypass -File C:\Users\woding\Desktop\ZhudaAndZhuer\ollama-tunnel\stop.ps1
Windows Client Test
$key = '<api_key>'
Invoke-RestMethod `
-Uri 'https://ollama.qianlongxundao.com/api/tags' `
-Headers @{ Authorization = "Bearer $key" }
macOS Client Test
API_KEY='<api_key>'
curl -sS https://ollama.qianlongxundao.com/api/tags \
-H "Authorization: Bearer $API_KEY"
Ollama Generate JSON Example
{
"model": "qwythos-flirt:latest",
"prompt": "List three famous Taiwanese snacks and their English names. Return JSON only.",
"format": "json",
"stream": false
}