litellm/tests/test_litellm/llms/perplexity
Chesars da76e1738a fix(perplexity): restore type='message' safety net for list inputs
Perplexity requires type='message' on input items. Add _ensure_message_type
to automatically set it when missing, matching the old _format_input behavior.
2026-03-11 00:14:13 -03:00
..
chat
embedding feat(perplexity): add embedding support for pplx-embed-v1 models (#22610) 2026-03-02 17:37:50 -08:00
responses fix(perplexity): restore type='message' safety net for list inputs 2026-03-11 00:14:13 -03:00
__init__.py feat(perplexity): add embedding support for pplx-embed-v1 models (#22610) 2026-03-02 17:37:50 -08:00
test_perplexity_cost_calculator.py
test_perplexity_integration.py
test_perplexity.py