llama-stack-mirror/llama_stack/providers
Ashwin Bharambe 74e2976c1e feat(api)!: support passing extra_body to embeddings and vector_stores APIs
Applies the same pattern from #3777 to embeddings and vector_stores.create() endpoints.

Breaking change: Method signatures now accept a single params object with Pydantic extra="allow" instead of individual parameters. Provider-specific params can be passed via extra_body and accessed through params.model_extra.

Updated APIs: openai_embeddings(), openai_create_vector_store(), openai_create_vector_store_file_batch()
2025-10-11 16:50:13 -07:00
..
inline feat(responses)!: add reasoning and annotation added events (#3793) 2025-10-11 16:47:14 -07:00
registry chore!: BREAKING CHANGE removing VectorDB APIs (#3774) 2025-10-11 14:07:08 -07:00
remote feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
utils feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
__init__.py API Updates (#73) 2024-09-17 19:51:35 -07:00
datatypes.py feat: combine ProviderSpec datatypes (#3378) 2025-09-18 16:10:00 +02:00