You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/concepts/managed-llms/managed-language-models.md
+5
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,8 @@ If you already have an OpenAI-compatible application, Defang makes it easy to de
46
46
:::tip
47
47
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.
48
48
:::
49
+
50
+
51
+
## Managed LLM on Playground
52
+
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`.
53
+
To access a full range of models, consider using [Defang BYOC](/docs/concepts/defang-byoc).
0 commit comments