Library
Everything you can compose on Gonka — blocks, models, workflows, and data adapters.
Transcribe a YouTube (or other yt-dlp-supported) video to text using a local Whisper-tiny model. Runs entirely on CPU — no platform inference credits are spent.
Fetch any URL and extract its main content as clean markdown. Strips navigation, ads, cookie banners, and boilerplate — ideal as a "reader" step before summarization, translation, or RAG ingestion. No JS rendering (server-side only, no headless browser), no platform inference credits are spent.
Thin proxy for the gonka chain at https://rpc.gonka.gg. Supply any REST/JSON-RPC path (CometBFT /chain-rpc/*, Cosmos LCD /chain-api/*, Gonka modules /chain-api/productscience/*, API-node /v1/*, or the fast indexer /api/ch/*) and the block forwards your call with the X-Api-Key header pulled from your saved secret. Returns the response body (parsed JSON when possible) plus the HTTP status. See https://rpc.gonka.gg/llms-full.txt for the full 354-endpoint reference.