FAQ
Which wallets work?
Any EVM wallet (browser extension, WalletConnect, or raw key for agents). The wallet you register is the one deposits must come from - see Funds.
How do I rotate an API key?
Create a new key on the API keys page
(or MCP create_api_key), update your client, then delete the old key.
The raw key value is shown only at creation. Details:
key rotation pattern.
Where do I see prices?
Public, no authentication: https://tokpum.com/api/v1/public/pricing. Chat, image, and video models with per-channel final pricing are all in one catalog.
Is streaming supported?
Yes. Both /v1/chat/completions and /v1/messages stream SSE chunks in
the shape their native protocol defines - see
Compatibility.
Is there documentation for AI agents?
Yes: https://tokpum.com/llms.txt is the machine-oriented index, with one page per endpoint under https://tokpum.com/agents/ and an MCP server for self-onboarding at https://tokpum.com/mcp - see Agent Onboarding (MCP).