llama-stack-mirror/llama_stack/providers/remote/inference
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
..
anthropic feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
azure feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
bedrock feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
cerebras feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
databricks feat(api)!: BREAKING CHANGE: support passing extra_body through to providers (#3777) 2025-10-10 16:21:44 -07:00
fireworks feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
gemini feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
groq feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
llama_openai_compat feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
nvidia feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
ollama feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
openai feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
passthrough feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
runpod feat(api)!: BREAKING CHANGE: support passing extra_body through to providers (#3777) 2025-10-10 16:21:44 -07:00
sambanova feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
tgi feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
together feat(api)!: support passing extra_body to embeddings and vector_stores APIs 2025-10-11 16:50:13 -07:00
vertexai feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
vllm feat(api)!: BREAKING CHANGE: support passing extra_body through to providers (#3777) 2025-10-10 16:21:44 -07:00
watsonx feat: use SecretStr for inference provider auth credentials (#3724) 2025-10-10 07:32:50 -07:00
__init__.py impls -> inline, adapters -> remote (#381) 2024-11-06 14:54:05 -08:00