From a586bccea92dd11f38921d5d7cc156c73ea12450 Mon Sep 17 00:00:00 2001 From: commit111 Date: Tue, 20 May 2025 14:56:35 -0700 Subject: [PATCH 1/3] use nova-micro --- docs/concepts/managed-llms/managed-language-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/managed-llms/managed-language-models.md b/docs/concepts/managed-llms/managed-language-models.md index 42eebfc59..0cfb039d1 100644 --- a/docs/concepts/managed-llms/managed-language-models.md +++ b/docs/concepts/managed-llms/managed-language-models.md @@ -49,5 +49,5 @@ Defang has a [*Managed LLM sample*](https://github.com/DefangLabs/samples/tree/m ## 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 `ai/claude3-haiku`. +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/nova-micro`. To access a full range of models, consider using [Defang BYOC](/docs/concepts/defang-byoc). From a2642db099cbab19a8009105cc3b521250fbb0fd Mon Sep 17 00:00:00 2001 From: commit111 Date: Tue, 20 May 2025 15:44:20 -0700 Subject: [PATCH 2/3] switch back to full model name --- docs/concepts/managed-llms/managed-language-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/managed-llms/managed-language-models.md b/docs/concepts/managed-llms/managed-language-models.md index 0cfb039d1..41983baaf 100644 --- a/docs/concepts/managed-llms/managed-language-models.md +++ b/docs/concepts/managed-llms/managed-language-models.md @@ -49,5 +49,5 @@ Defang has a [*Managed LLM sample*](https://github.com/DefangLabs/samples/tree/m ## 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 `ai/nova-micro`. +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 `us.amazon.nova-micro-v1:0`. To access a full range of models, consider using [Defang BYOC](/docs/concepts/defang-byoc). From 2d2609761f7c233704f24c069afd07a7464e19cb Mon Sep 17 00:00:00 2001 From: commit111 Date: Tue, 20 May 2025 16:48:02 -0700 Subject: [PATCH 3/3] reword to default model --- docs/concepts/managed-llms/managed-language-models.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/concepts/managed-llms/managed-language-models.md b/docs/concepts/managed-llms/managed-language-models.md index 41983baaf..c3ab15b72 100644 --- a/docs/concepts/managed-llms/managed-language-models.md +++ b/docs/concepts/managed-llms/managed-language-models.md @@ -49,5 +49,5 @@ Defang has a [*Managed LLM sample*](https://github.com/DefangLabs/samples/tree/m ## 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 `us.amazon.nova-micro-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 a default model chosen by Defang. To access a full range of models, consider using [Defang BYOC](/docs/concepts/defang-byoc).