mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-22 22:24:10 +00:00
- Implement GithubCopilotResponsesAPIConfig for /responses endpoint - Add support for models requiring responses API (e.g., gpt-5.1-codex) - Auto-detect vision requests and set X-Initiator header - Follow OpenAI Responses API compatibility pattern - Add comprehensive unit tests (16 tests passing) Fixes #16820
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.