llama-stack-mirror/llama_stack/providers/remote/inference/nvidia
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
..
__init__.py add NVIDIA NIM inference adapter (#355) 2024-11-23 15:59:00 -08:00
config.py add nvidia distribution (#565) 2025-01-15 14:04:43 -08:00
nvidia.py remove conflicting default for tool prompt format in chat completion (#742) 2025-01-10 10:41:53 -08:00
openai_utils.py [inference api] modify content types so they follow a more standard structure (#841) 2025-01-22 12:16:18 -08:00
utils.py add NVIDIA NIM inference adapter (#355) 2024-11-23 15:59:00 -08:00