llama-stack-mirror/tests/integration/inference
Matthew Farrellee 65c4ffca28 feat(internal): add image_url download feature to OpenAIMixin
simplify Ollama inference adapter by -
 - moving image_url download code to OpenAIMixin
 - being a ModelRegistryHelper instead of having one (mypy blocks check_model_availability method assignment)

testing -
 - add unit tests for new download feature
 - add integration tests for openai_chat_completion w/ image_url (close test gap)
2025-09-22 06:56:56 -04:00
..
__init__.py fix: remove ruff N999 (#1388) 2025-03-07 11:14:04 -08:00
dog.png refactor: tests/unittests -> tests/unit; tests/api -> tests/integration 2025-03-04 09:57:00 -08:00
test_batch_inference.py feat: add batch inference API to llama stack inference (#1945) 2025-04-12 11:41:12 -07:00
test_embedding.py fix: fix the error type in embedding test case (#3197) 2025-08-21 16:19:51 -07:00
test_openai_completion.py feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
test_openai_embeddings.py feat: add embedding and dynamic model support to Together inference adapter (#3458) 2025-09-16 11:53:41 -07:00
test_openai_vision_inference.py feat(internal): add image_url download feature to OpenAIMixin 2025-09-22 06:56:56 -04:00
test_text_inference.py chore: various watsonx fixes (#3428) 2025-09-16 13:55:10 +02:00
test_vision_inference.py feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
vision_test_1.jpg feat: introduce llama4 support (#1877) 2025-04-05 11:53:35 -07:00
vision_test_2.jpg feat: introduce llama4 support (#1877) 2025-04-05 11:53:35 -07:00
vision_test_3.jpg feat: introduce llama4 support (#1877) 2025-04-05 11:53:35 -07:00