llama-stack-mirror/llama_stack/providers/remote/inference/passthrough
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
..
__init__.py feat: inference passthrough provider (#1166) 2025-02-19 21:47:00 -08:00
config.py chore: use remoteinferenceproviderconfig for remote inference providers (#3668) 2025-10-03 08:48:42 -07:00
passthrough.py feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00