llama-stack-mirror/docs/docs/getting_started
Ashwin Bharambe cb40da210f
fix: update tests for OpenAI-style models endpoint (#4053)
The llama-stack-client now uses /`v1/openai/v1/models` which returns
OpenAI-compatible model objects with 'id' and 'custom_metadata' fields
instead of the Resource-style 'identifier' field. Updated api_recorder
to handle the new endpoint and modified tests to access model metadata
appropriately. Deleted stale model recordings for re-recording.

**NOTE: CI will be red on this one since it is dependent on
https://github.com/llamastack/llama-stack-client-python/pull/291/files
landing. I verified locally that it is green.**
2025-11-03 17:30:08 -08:00
..
demo_script.py feat: Adding Demo script (#3870) 2025-10-21 21:31:21 -04:00
detailed_tutorial.mdx fix: update tests for OpenAI-style models endpoint (#4053) 2025-11-03 17:30:08 -08:00
libraries.mdx docs: concepts and building_applications migration (#3534) 2025-09-24 14:05:30 -07:00
quickstart.mdx feat: Add static file import system for docs (#3882) 2025-10-24 14:01:33 -04:00