AI
Streaming.
SSE for chat token streams and Anthropic-style rich-shape events. WebSocket subscriptions for inference channels.
- STATUS
- Testnet
- CRATE
- tenzro-node
- STABILITY
- Stable
- TYPE
- Component
01
HTTP
POST /chat OpenAI-compatible chat completions
POST /chat-stream Anthropic-style SSE rich-shape
POST /v1/chat/completions OpenAI streaming SSE02
JSON-RPC
tenzro_chat simple shape
tenzro_chatStream rich shape with reasoning, tool calls03
WebSocket
Event bus subscriptions for inference completion, settlement, and provider status. Replay supported via since=<height>.
Related