Getting started
Visit the chat interface
Open https://chat.pinaivu.ai in your browser.
Sign in with your Pinaivu account
Use the same credentials you created at api.pinaivu.com. If you don’t have an account yet, sign up there first.
Select a model
Choose from the available models in the model selector. Currently supported models include
llama3.2:1b and llama3.2:3b.Cross-session memory
The chat interface stores your full conversation history server-side, so context carries over automatically between browser sessions. You can close the tab, come back the next day, and continue exactly where you left off — no copy-pasting previous context required. This makes the chat interface well suited for:- Ongoing research where you want to build on earlier exchanges
- Long-running tasks that span multiple work sessions
- Comparing model responses over time on the same topic
Verifying your responses
Every message response in the chat interface is backed by a routing receipt on the Pinaivu network. To verify a specific response:- Hover over any assistant message to reveal the action toolbar.
- Click the receipt icon (🧾) to open the routing receipt for that message.
- You are taken directly to the corresponding entry in the Pinaivu Explorer, where you can inspect the node, payment, and coordinator signature.
API vs Chat
Use the table below to decide which interface fits your workflow.| Feature | API (api.pinaivu.com) | Chat (chat.pinaivu.ai) |
|---|---|---|
| Interface type | REST API | Web browser |
| Session memory | Stateless | Cross-session |
| Use case | Programmatic / application | Interactive / exploratory |
| Routing receipts | request_id in response body | Linked in the message UI |