llama-stack-mirror/docs/source/providers
Matthew Farrellee ae804ed5a8 feat: (re-)enable Databricks inference adapter
Databricks inference adapter was broken, would not start, see #3486

- remove deprecated completion / chat_completion endpoints
- enable dynamic model listing w/o refresh, listing is not async
- use SecretStr instead of str for token
- backward incompatible change: for consistency with databricks docs, env DATABRICKS_URL -> DATABRICKS_HOST and DATABRICKS_API_TOKEN -> DATABRICKS_TOKEN
- databricks urls are custom per user/org, add special recorder handling for databricks urls
- add integration test --setup databricks
- enable chat completions tests
- enable embeddings tests
- disable n > 1 tests
- disable embeddings base64 tests
- disable embeddings dimensions tests

note: reasoning models, e.g. gpt oss, fail because databricks has a custom, incompatible response format

test with: ./scripts/integration-tests.sh --stack-config server:ci-tests --setup databricks --subdirs inference --pattern openai

note: databricks needs to be manually added to the ci-tests distro for replay testing
2025-09-20 05:05:05 -04:00
..
agents feat: add batches API with OpenAI compatibility (with inference replay) (#3162) 2025-08-15 15:34:15 -07:00
batches feat: Add optional idempotency support to batches API (#3171) 2025-08-22 15:50:40 -07:00
datasetio chore(misc): make tests and starter faster (#3042) 2025-08-05 14:55:05 -07:00
eval feat: add batches API with OpenAI compatibility (with inference replay) (#3162) 2025-08-15 15:34:15 -07:00
external docs: add MongoDB to external provider list (#3369) 2025-09-08 14:09:13 +02:00
files feat: Add S3 Files Provider (#3202) 2025-08-22 10:38:59 -04:00
inference feat: (re-)enable Databricks inference adapter 2025-09-20 05:05:05 -04:00
post_training feat(distro): no huggingface provider for starter (#3258) 2025-08-26 14:06:36 -07:00
safety fix: use lambda pattern for bedrock config env vars (#3307) 2025-09-05 10:45:11 +02:00
scoring chore(misc): make tests and starter faster (#3042) 2025-08-05 14:55:05 -07:00
telemetry chore(misc): make tests and starter faster (#3042) 2025-08-05 14:55:05 -07:00
tool_runtime chore(misc): make tests and starter faster (#3042) 2025-08-05 14:55:05 -07:00
vector_io feat: implement keyword, vector and hybrid search inside vector stores for PGVector provider (#3064) 2025-08-29 16:30:12 +02:00
index.md docs: Reformat external provider documentation (#2982) 2025-07-31 09:21:13 -07:00
openai.md docs: Reorganize documentation on the webpage (#2651) 2025-07-15 14:19:35 -07:00