Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/concepts/managed-llms/managed-language-models.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Copy link
Member

@jordanstephens jordanstephens May 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@commit111 @Prakash-Sundaresan Now that we support model mapping, we should probably use the cloud-neutral docker model id format here instead?

-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`.
+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 `ai/claude3-haiku`.

See https://github.com/DefangLabs/openai-access-gateway/blob/main/src/data/modelmap.json#L4

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR opened here: #234

To access a full range of models, consider using [Defang BYOC](/docs/concepts/defang-byoc).