* 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. |
||
|---|---|---|
| .. | ||
| chat | ||
| completion | ||
| image_generation | ||
| realtime | ||
| responses | ||
| speech | ||
| transcriptions | ||
| vector_store_files | ||
| vector_stores | ||
| test_gpt5_transformation.py | ||
| test_o_series_transformation.py | ||
| test_openai_common_utils.py | ||
| test_openai_empty_response.py | ||
| test_openai_image_edit_transformation.py | ||