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: ai-support.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
{
3
3
"kind": "gateway",
4
4
"title": "Amazon Bedrock",
5
-
"preamble": "Through the `@aws-sdk/client-bedrock-runtime` module, we support:",
5
+
"preamble": "Through the `@aws-sdk/client-bedrock-runtime` module, we support all models (text-only) through the `Converse` API; for `InvokeModel` API, we support the following models:",
6
6
"footnote": "Note: if a model supports streaming, we also instrument the streaming variant.",
@@ -71,7 +71,7 @@ The Node.js agent supports the following AI platforms and integrations.
71
71
72
72
### Amazon Bedrock
73
73
74
-
Through the `@aws-sdk/client-bedrock-runtime` module, we support:
74
+
Through the `@aws-sdk/client-bedrock-runtime` module, we support all models (text-only) through the `Converse` API; for `InvokeModel` API, we support the following models:
0 commit comments