litellm/tests/test_litellm/llms/openai
Cesar Garcia a8282839e8
fix(text_completion): support token IDs (list of integers) as prompt (#18011)
* fix(text_completion): support token IDs (list of integers) as prompt

Add support for passing token IDs (list of integers) to the text_completion
endpoint for OpenAI-compatible providers (openai, azure, vllm, etc.).

Fixes #17118

* test(text_completion): replace live test with mock test for token IDs

Move token IDs test from local_testing to test_litellm with mocks
per PR review feedback.
2026-01-12 17:33:24 +05:30
..
chat fix(guardrails): fix SerializationIterator error and pass tools to guardrail (#18932) 2026-01-12 16:27:54 +05:30
completion fix(text_completion): support token IDs (list of integers) as prompt (#18011) 2026-01-12 17:33:24 +05:30
image_generation fix(unified_guardrail.py): support during_call event type for unified guardrails (#17514) 2025-12-04 22:06:13 -08:00
realtime fix: Change extra_headers to additional_headers (#17950) 2025-12-18 08:57:20 +05:30
responses Guardrails API - support LLM tool call response checks on /chat/completions, /v1/responses, /v1/messages on regular + streaming calls (#17619) 2025-12-15 18:19:52 +05:30
speech fix(unified_guardrail.py): support during_call event type for unified guardrails (#17514) 2025-12-04 22:06:13 -08:00
transcriptions fix(unified_guardrail.py): support during_call event type for unified guardrails (#17514) 2025-12-04 22:06:13 -08:00
vector_store_files Vector store files Stable Release (#16643) 2025-11-15 13:00:33 -08:00
vector_stores Fix create, search vector store error (#13285) 2025-08-06 11:15:17 -07:00
test_gpt5_transformation.py feat(openai): add reasoning_effort='xhigh' support for gpt-5.2 models (#17875) 2025-12-12 11:40:35 -08:00
test_o_series_transformation.py 🐛 Fix a bug where openai image edit siltently ignores multiple images 2025-09-26 10:56:06 +05:30
test_openai_common_utils.py Litellm fix GitHub action testing (#11163) 2025-05-26 14:41:42 -07:00
test_openai_empty_response.py (fix): empty response + vllm streaming (#17516) 2025-12-04 19:24:28 -08:00
test_openai_image_edit_transformation.py fix(openai/image_edit/transformation.py): fix passing multiple images to openai 2025-09-27 16:03:17 -07:00