llama-stack/llama_stack/providers/tests/inference
Ashwin Bharambe 07b87365ab
[inference api] modify content types so they follow a more standard structure (#841)
Some small updates to the inference types to make them more standard

Specifically:
- image data is now located in a "image" subkey
- similarly tool call data is located in a "tool_call" subkey

The pattern followed is `dict(type="foo", foo=<...>)`
2025-01-22 12:16:18 -08:00
..
groq [inference api] modify content types so they follow a more standard structure (#841) 2025-01-22 12:16:18 -08:00
__init__.py Remove "routing_table" and "routing_key" concepts for the user (#201) 2024-10-10 10:24:13 -07:00
conftest.py [test automation] support run tests on config file (#730) 2025-01-16 12:05:49 -08:00
fixtures.py [test automation] support run tests on config file (#730) 2025-01-16 12:05:49 -08:00
pasta.jpeg Enable vision models for (Together, Fireworks, Meta-Reference, Ollama) (#376) 2024-11-05 16:22:33 -08:00
test_embeddings.py bug fixes on inference tests (#774) 2025-01-15 15:39:05 -08:00
test_model_registration.py [4/n][torchtune integration] support lazy load model during inference (#620) 2024-12-18 16:30:53 -08:00
test_prompt_adapter.py [remove import *] clean up import *'s (#689) 2024-12-27 15:45:44 -08:00
test_text_inference.py [inference api] modify content types so they follow a more standard structure (#841) 2025-01-22 12:16:18 -08:00
test_vision_inference.py [inference api] modify content types so they follow a more standard structure (#841) 2025-01-22 12:16:18 -08:00
utils.py Enable vision models for (Together, Fireworks, Meta-Reference, Ollama) (#376) 2024-11-05 16:22:33 -08:00