Questions this page should answer fast
- Which provider path is actually active in the current config?
- How do auth, model defaults, and runtime expectations have to line up?
- Which failures should send you back to API key, env vars, or config file location?
What to verify next
- Confirm the provider named in config matches the key or token you supplied.
- Check whether stale env vars are silently overriding the intended provider block.
- If auth is valid but behavior still looks wrong, inspect model defaults and mode assumptions next.
Common mistakes
- Keeping one provider in config and another in environment variables.
- Testing with advanced workflows before the simplest provider call is stable.
- Changing several provider-related defaults at once and losing a clean baseline.