Check Price and Token Limits in ZapGPT with OpenAI Provider
ZapGPT is a CLI and API tool to interact with LLMs like OpenAI, Groq, Claude, Perplexity, and more. If you’re using the OpenAI provider, you can easily check the price per token for each supported model — critical info if you’re optimizing for cost or want to dynamically switch models based on available context or budget.
Also, you can use the OpeNRouter provider to check the length of context if you are using some huge context like a big file as input :).
Continue reading