Views
No views yet
SAKANA_COOKIE = your chat.sakana.ai session cookie| Endpoint | Method | Description |
|---|---|---|
/ | GET | API info |
/health | GET | Health check |
/models | GET | List models |
/chat | POST | Send message |
1curl -X POST https://your-space.hf.space/chat \
2 -H "Content-Type: application/json" \
3 -d '{"message": "Hello!"}'1curl -X POST https://your-space.hf.space/chat \
2 -H "Content-Type: application/json" \
3 -d '{"message": "What is the weather?", "web_search": true}'{"response": "Hello! I'm Namazu, a large language model..."}