docs/ollama.md
The Ollama provider can verify Ollama Cloud API-key access and scrape the Plan & Billing page to extract Cloud Usage limits for session and weekly windows.
data-time attribute on the “Resets in …” elements.https://ollama.com/api access with OLLAMA_API_KEY or a configured key.https://ollama.com/settings/keys or set OLLAMA_API_KEY.Ollama API keys currently do not expire, but they can be revoked from the key settings page.
https://ollama.com/settings in your browser.Cookie: header from the Network tab.https://ollama.com/api/web_search endpoint without performing a
search, then fetches https://ollama.com/api/tags for the model catalog. The catalog endpoint is public and cannot
verify a key by itself.https://ollama.com/settings using browser cookies.wos-session cookie alongside legacy Ollama and NextAuth
session names./signin or the WorkOS AuthKit authorization page are treated as expired sessions, so
CodexBar can try the next cookie candidate and show sign-in guidance instead of a parser error.data-time ISO timestamps for reset times.Sign in at https://ollama.com/signin in Chrome, then refresh CodexBar.
If your active session is only in Safari (or another browser), use Cookie source → Manual and paste a cookie header.
Sign out and back in at https://ollama.com/signin, then refresh.
The settings page HTML may have changed. Capture the latest page HTML and update OllamaUsageParser.