vllm/tests/entrypoints/openai
hustxiayang 451da4bcbd
add tools into TokenizeChatRequest (#18187)
Signed-off-by: yangxia <yangxiast@gmail.com>
2025-05-15 04:01:49 -07:00
..
correctness [Misc] Benchmarks for audio models (#16505) 2025-04-19 02:24:14 -07:00
tool_parsers Initialize the delta tool call fields explicitly (#17340) 2025-05-12 13:28:58 +00:00
__init__.py [CI/Build] [3/3] Reorganize entrypoints tests (#5966) 2024-06-30 12:58:49 +08:00
test_async_tokenization.py [Misc] Add SPDX-License-Identifier headers to python source files (#12628) 2025-02-02 11:58:18 -08:00
test_audio.py [Bugfix] Fix entrypoints audio test failure (#18111) 2025-05-14 09:08:07 +00:00
test_basic.py [Frontend] track server_load (#13950) 2025-03-14 09:53:17 -07:00
test_chat.py [V1] Set structured output backend to `auto` by default (#15724) 2025-04-10 17:53:26 +00:00
test_chat_echo.py [V1] V1 Enablement Oracle (#13726) 2025-03-14 22:02:20 -07:00
test_chat_logit_bias_validation.py [Bugfix] Validate logit biases to prevent out of vocab ids crashing engine (#16529) 2025-04-12 20:19:19 +00:00
test_chat_template.py [Fix] Move "model_config" as keyword args in chat_utils.py (#18098) 2025-05-13 23:27:26 -07:00
test_chat_with_tool_reasoning.py [Feature][Frontend]: Deprecate --enable-reasoning (#17452) 2025-05-01 06:46:16 -07:00
test_chunked_prompt.py [Misc] Add SPDX-License-Identifier headers to python source files (#12628) 2025-02-02 11:58:18 -08:00
test_classification.py [Frontend] Add /classify endpoint (#17032) 2025-05-11 07:57:07 +00:00
test_cli_args.py [Feature][Frontend]: Deprecate --enable-reasoning (#17452) 2025-05-01 06:46:16 -07:00
test_completion.py Update deprecated Python 3.8 typing (#13971) 2025-03-02 17:34:51 -08:00
test_completion_with_function_calling.py [Feature][V1] Support `tool_choice: required` when using Xgrammar as the `StructuredOutputBackend`. (#17845) 2025-05-12 23:01:31 -07:00
test_embedding.py [CI/Build] Reorganize models tests (#17459) 2025-04-30 23:03:08 -07:00
test_embedding_dimensions.py [CI/Build] Reorganize models tests (#17459) 2025-04-30 23:03:08 -07:00
test_encoder_decoder.py [Misc] Add SPDX-License-Identifier headers to python source files (#12628) 2025-02-02 11:58:18 -08:00
test_lora_adapters.py [Bugfix] LoRA V1: add and fix entrypoints tests (#15715) 2025-03-28 21:10:41 -07:00
test_lora_resolvers.py [Misc] Enable vLLM to Dynamically Load LoRA from a Remote Server (#10546) 2025-04-15 22:31:38 +00:00
test_metrics.py [Metrics] Hide deprecated metrics (#15458) 2025-04-02 07:37:19 -07:00
test_models.py [Misc] Add SPDX-License-Identifier headers to python source files (#12628) 2025-02-02 11:58:18 -08:00
test_oot_registration.py [Misc] Add SPDX-License-Identifier headers to python source files (#12628) 2025-02-02 11:58:18 -08:00
test_openai_schema.py Add missing content type headers to /ping and /health (#17036) (#17786) 2025-05-10 07:13:32 +01:00
test_pooling.py Update deprecated Python 3.8 typing (#13971) 2025-03-02 17:34:51 -08:00
test_prompt_validation.py [Bugfix] Proper input validation for multi-modal encoder-decoder models (#16156) 2025-04-08 09:45:21 -07:00
test_rerank.py [FEATURE] Enables /score endpoint for embedding models (#12846) 2025-02-20 22:09:47 -08:00
test_return_tokens_as_ids.py [Frontend] Allow return_tokens_as_token_ids to be passed as a request param (#14066) 2025-03-05 06:30:40 +00:00
test_root_path.py [V1] V1 Enablement Oracle (#13726) 2025-03-14 22:02:20 -07:00
test_run_batch.py Use smaller embedding model when not testing model specifically (#13891) 2025-02-28 00:50:43 -08:00
test_score.py [FEATURE] Enables /score endpoint for embedding models (#12846) 2025-02-20 22:09:47 -08:00
test_serving_chat.py [Core] Prevent side-channel attacks via cache salting (#17045) 2025-04-30 20:27:21 +08:00
test_serving_models.py [Misc] Improve LoRA spelling (#13831) 2025-02-25 23:43:01 -08:00
test_shutdown.py Consolidate Llama model usage in tests (#13094) 2025-02-13 22:18:03 -08:00
test_sleep.py [core] Add tags parameter to wake_up() (#15500) 2025-04-02 01:59:27 -07:00
test_tokenization.py add tools into TokenizeChatRequest (#18187) 2025-05-15 04:01:49 -07:00
test_transcription_validation.py [Frontend] Add sampling params to `v1/audio/transcriptions` endpoint (#16591) 2025-04-19 07:03:54 +00:00
test_truncation.py Truncation control for embedding models (#14776) 2025-04-30 09:24:57 +08:00
test_video.py [Bugfix] validate urls object for multimodal content parts (#16990) 2025-04-23 09:43:06 +08:00
test_vision.py [Bugfix] validate urls object for multimodal content parts (#16990) 2025-04-23 09:43:06 +08:00
test_vision_embedding.py Fix `nullable_kvs` fallback (#16837) 2025-04-18 05:58:39 -07:00