Zeq MI — AI Chat (BYOK)
The AI chat surface — talk to an LLM that's synchronized to the 1.287 Hz HulyaPulse, using your own provider key (BYOK) or the node's free tier.
App ID zeq-byok Runs at /apps/zeq-byok/ Auth framework sign-in (the /apps/* gate) Chapter Cryptography & Identity
What it does
A chat client over the framework's LLM gateway: register a key for any of the supported providers, pick a model, and converse — every turn is audit-chained to your machine. Without a key, the free-chat route gives a rate-limited taste.
API routes behind it
GET /api/llm/providers·POST /api/llm/key·POST /api/llm/chat— the BYOK gateway (api/llmGateway)POST /api/chat/free— keyless free tierGET /api/chain/…— the audit trail the chat turns land on (api/chain)
Reference
- Source:
apps/zeq-dev/public/apps/zeq-byok/ - Concepts: BYOK — providers, key storage, audit guarantees