From f399d1412ddbc3e422e0bca3ec5f3756f1f82012 Mon Sep 17 00:00:00 2001 From: commit111 Date: Fri, 16 May 2025 21:31:33 -0700 Subject: [PATCH] add playground section on managed llm docs --- docs/concepts/managed-llms/managed-language-models.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/concepts/managed-llms/managed-language-models.md b/docs/concepts/managed-llms/managed-language-models.md index 6c240c782..a588a01e2 100644 --- a/docs/concepts/managed-llms/managed-language-models.md +++ b/docs/concepts/managed-llms/managed-language-models.md @@ -46,3 +46,8 @@ If you already have an OpenAI-compatible application, Defang makes it easy to de :::tip Defang has a [*Managed LLM sample*](https://github.com/DefangLabs/samples/tree/main/samples/managed-llm) that uses the OpenAI Access Gateway, and a [*Managed LLM with Docker Model Provider sample*](https://github.com/DefangLabs/samples/tree/main/samples/managed-llm-provider) that uses a Docker Model Provider. ::: + + +## Managed LLM on Playground +If you are using the Managed LLM feature on [Defang Playground](/docs/concepts.defang-playground), please note that your `MODEL` (model ID) will be limited to `anthropic.claude-3-haiku-20240307-v1:0`. +To access a full range of models, consider using [Defang BYOC](/docs/concepts/defang-byoc).