| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-06-24 | 738 Bytes | |
| v0.5.1 -- upstream provider compatibility source code.tar.gz | 2026-06-24 | 310.8 kB | |
| v0.5.1 -- upstream provider compatibility source code.zip | 2026-06-24 | 334.1 kB | |
| Totals: 3 Items | 645.6 kB | 0 | |
Changes
- Route Cloudflare provider calls through Cloudflare's OpenAI-compatible
/ai/v1endpoint, including legacy/ai/runmigration and full/chat/completionsURL normalization. - Sanitize Anthropic native tool-use IDs before sending replayed message history.
- Strip Mistral output-only assistant fields (
reasoning_content,thinking_blocks) before replaying message history. - Add upstream-test-first guidance for future behavior ports.
- Refresh upstream litellm drift snapshots to
6003187.
Verification
uvx ruff check litelm/ tests/ --exclude tests/porteduvx ruff format --check litelm/ tests/ --exclude tests/porteduv run --extra all pytest tests/ -x --ignore=tests/ported --timeout=10uv build