Version 0.33 of the llm tool upgrades the OpenAI Python library to 3.x and switches the HTTP client to httpx2. Embedding models now support per-call keys via the --key flag. This update aligns embedding key patterns with regular LLM models. Developers gain better control over plugin keys without altering shared model state.