@@ -8,31 +8,31 @@ The image is currently shipping with the Open Data Hub version of Llama Stack ve
88
99You can see an overview of the APIs and Providers the image ships with in the table below.
1010
11- | API | Provider | External? | Enabled by default? | How to enable |
12- | -----| ----------| -----------| ---------------------| ---------------|
13- | agents | inline::meta-reference | No | ✅ | N/A |
14- | datasetio | inline::localfs | No | ✅ | N/A |
15- | datasetio | remote::huggingface | No | ✅ | N/A |
16- | eval | inline::trustyai_ragas | Yes (version 0.4.2) | ❌ | Set the ` EMBEDDING_MODEL ` environment variable |
17- | eval | remote::trustyai_lmeval | Yes (version 0.3.1) | ✅ | N/A |
18- | eval | remote::trustyai_ragas | Yes (version 0.4.2) | ❌ | Set the ` KUBEFLOW_LLAMA_STACK_URL ` environment variable |
19- | files | inline::localfs | No | ✅ | N/A |
20- | inference | inline::sentence-transformers | No | ✅ | N/A |
21- | inference | remote::azure | No | ❌ | Set the ` AZURE_API_KEY ` environment variable |
22- | inference | remote::bedrock | No | ❌ | Set the ` AWS_ACCESS_KEY_ID ` environment variable |
23- | inference | remote::openai | No | ❌ | Set the ` OPENAI_API_KEY ` environment variable |
24- | inference | remote::vertexai | No | ❌ | Set the ` VERTEX_AI_PROJECT ` environment variable |
25- | inference | remote::vllm | No | ❌ | Set the ` VLLM_URL ` environment variable |
26- | inference | remote::watsonx | No | ❌ | Set the ` WATSONX_API_KEY ` environment variable |
27- | safety | remote::trustyai_fms | Yes (version 0.2.3) | ✅ | N/A |
28- | scoring | inline::basic | No | ✅ | N/A |
29- | scoring | inline::braintrust | No | ✅ | N/A |
30- | scoring | inline::llm-as-judge | No | ✅ | N/A |
31- | telemetry | inline::meta-reference | No | ✅ | N/A |
32- | tool_runtime | inline::rag-runtime | No | ✅ | N/A |
33- | tool_runtime | remote::brave-search | No | ✅ | N/A |
34- | tool_runtime | remote::model-context-protocol | No | ✅ | N/A |
35- | tool_runtime | remote::tavily-search | No | ✅ | N/A |
36- | vector_io | inline::faiss | No | ❌ | Set the ` ENABLE_FAISS ` environment variable |
37- | vector_io | inline::milvus | No | ✅ | N/A |
38- | vector_io | remote::milvus | No | ❌ | Set the ` MILVUS_ENDPOINT ` environment variable |
11+ | Provider API | Provider | REST APIs | External? | Enabled by default? | How to enable |
12+ | -------------- | ---------- | - ----------| -----------| ---------------------| ---------------|
13+ | agents | inline::meta-reference | | No | ✅ | N/A |
14+ | datasetio | inline::localfs | /v1/files | No | ✅ | N/A |
15+ | datasetio | remote::huggingface | | No | ✅ | N/A |
16+ | eval | inline::trustyai_ragas | | Yes (version 0.4.2) | ❌ | Set the ` EMBEDDING_MODEL ` environment variable |
17+ | eval | remote::trustyai_lmeval | | Yes (version 0.3.1) | ✅ | N/A |
18+ | eval | remote::trustyai_ragas | | Yes (version 0.4.2) | ❌ | Set the ` KUBEFLOW_LLAMA_STACK_URL ` environment variable |
19+ | files | inline::localfs | /v1/files | No | ✅ | N/A |
20+ | inference | inline::sentence-transformers | /v1/completions< br >/v1/embeddings | No | ✅ | N/A |
21+ | inference | remote::azure | /v1/completions< br >/v1/embeddings | No | ❌ | Set the ` AZURE_API_KEY ` environment variable |
22+ | inference | remote::bedrock | /v1/completions< br >/v1/embeddings | No | ❌ | Set the ` AWS_ACCESS_KEY_ID ` environment variable |
23+ | inference | remote::openai | /v1/completions< br >/v1/embeddings | No | ❌ | Set the ` OPENAI_API_KEY ` environment variable |
24+ | inference | remote::vertexai | /v1/completions< br >/v1/embeddings | No | ❌ | Set the ` VERTEX_AI_PROJECT ` environment variable |
25+ | inference | remote::vllm | /v1/completions< br >/v1/embeddings | No | ❌ | Set the ` VLLM_URL ` environment variable |
26+ | inference | remote::watsonx | | No | ❌ | Set the ` WATSONX_API_KEY ` environment variable |
27+ | safety | remote::trustyai_fms | | Yes (version 0.2.3) | ✅ | N/A |
28+ | scoring | inline::basic | | No | ✅ | N/A |
29+ | scoring | inline::braintrust | | No | ✅ | N/A |
30+ | scoring | inline::llm-as-judge | | No | ✅ | N/A |
31+ | telemetry | inline::meta-reference | | No | ✅ | N/A |
32+ | tool_runtime | inline::rag-runtime | | No | ✅ | N/A |
33+ | tool_runtime | remote::brave-search | | No | ✅ | N/A |
34+ | tool_runtime | remote::model-context-protocol | | No | ✅ | N/A |
35+ | tool_runtime | remote::tavily-search | | No | ✅ | N/A |
36+ | vector_io | inline::faiss | /v1/vector_stores | No | ❌ | Set the ` ENABLE_FAISS ` environment variable |
37+ | vector_io | inline::milvus | /v1/vector_stores | No | ✅ | N/A |
38+ | vector_io | remote::milvus | | No | ❌ | Set the ` MILVUS_ENDPOINT ` environment variable |
0 commit comments