Commit graph

1 commit

Author SHA1 Message Date
Matthew Farrellee
c35606facb feat: include all models from provider's /v1/models
this replaces the static model listing for any provider using OpenAIMixin

test with -

 - new unit tests
 - manual for llama-api, openai, groq, gemini

```
for provider in llama-openai-compat openai groq gemini; do
   uv run llama stack build --image-type venv --providers inference=remote::provider --run &
   uv run --with llama-stack-client llama-stack-client models list | grep Total
```

results (17 sep 2025):
 - llama-api: 4
 - openai: 86
 - groq: 21
 - gemini: 66
2025-09-17 07:07:07 -04:00