@@ -1001,9 +1001,9 @@ bedrock-runtime_InvokeModel_CohereCommandR:
10011001 bedrock-runtime : {InvokeModel}
10021002
10031003bedrock-runtime_InvokeModel_MetaLlama3 :
1004- title : Invoke Meta Llama 3 on &BR; using the Invoke Model API
1005- title_abbrev : " InvokeModel: Llama 3 "
1006- synopsis : send a text message to Meta Llama 3 , using the Invoke Model API.
1004+ title : Invoke Meta Llama on &BR; using the Invoke Model API
1005+ title_abbrev : " InvokeModel"
1006+ synopsis : send a text message to Meta Llama, using the Invoke Model API.
10071007 category : Meta Llama
10081008 languages :
10091009 Java :
@@ -1233,9 +1233,9 @@ bedrock-runtime_InvokeModelWithResponseStream_CohereCommandR:
12331233 bedrock-runtime : {InvokeModel}
12341234
12351235bedrock-runtime_InvokeModelWithResponseStream_MetaLlama3 :
1236- title : Invoke Meta Llama 3 on &BR; using the Invoke Model API with a response stream
1237- title_abbrev : " InvokeModelWithResponseStream: Llama 3 "
1238- synopsis : send a text message to Meta Llama 3 , using the Invoke Model API, and print the response stream.
1236+ title : Invoke Meta Llama on &BR; using the Invoke Model API with a response stream
1237+ title_abbrev : " InvokeModelWithResponseStream"
1238+ synopsis : send a text message to Meta Llama, using the Invoke Model API, and print the response stream.
12391239 category : Meta Llama
12401240 languages :
12411241 Java :
@@ -1522,6 +1522,109 @@ bedrock-runtime_InvokeModelWithResponseStream_TitanTextEmbeddings:
15221522 services :
15231523 bedrock-runtime : {InvokeModel}
15241524
1525+ # Document understanding
1526+ bedrock-runtime_DocumentUnderstanding_AmazonNova :
1527+ title : Send and process a document with Amazon Nova on &BR;
1528+ title_abbrev : " Document understanding"
1529+ synopsis : send and process a document with Amazon Nova on &BR;.
1530+ category : Amazon Nova
1531+ languages :
1532+ Python :
1533+ versions :
1534+ - sdk_version : 3
1535+ github : python/example_code/bedrock-runtime
1536+ excerpts :
1537+ - description : Send and process a document with Amazon Nova on &BR;.
1538+ snippet_tags :
1539+ - python.example_code.bedrock-runtime.DocumentUnderstanding_AmazonNovaText
1540+ services :
1541+ bedrock-runtime : {Converse}
1542+
1543+ bedrock-runtime_DocumentUnderstanding_AnthropicClaude :
1544+ title : Send and process a document with Anthropic Claude on &BR;
1545+ title_abbrev : " Document understanding"
1546+ synopsis : send and process a document with Anthropic Claude on &BR;.
1547+ category : Anthropic Claude
1548+ languages :
1549+ Python :
1550+ versions :
1551+ - sdk_version : 3
1552+ github : python/example_code/bedrock-runtime
1553+ excerpts :
1554+ - description : Send and process a document with Anthropic Claude on &BR;.
1555+ snippet_tags :
1556+ - python.example_code.bedrock-runtime.DocumentUnderstanding_AnthropicClaude
1557+ services :
1558+ bedrock-runtime : {Converse}
1559+
1560+ bedrock-runtime_DocumentUnderstanding_CohereCommand :
1561+ title : Send and process a document with Cohere Command models on &BR;
1562+ title_abbrev : " Document understanding"
1563+ synopsis : send and process a document with Cohere Command models on &BR;.
1564+ category : Cohere Command
1565+ languages :
1566+ Python :
1567+ versions :
1568+ - sdk_version : 3
1569+ github : python/example_code/bedrock-runtime
1570+ excerpts :
1571+ - description : Send and process a document with Cohere Command models on &BR;.
1572+ snippet_tags :
1573+ - python.example_code.bedrock-runtime.DocumentUnderstanding_CohereCommand
1574+ services :
1575+ bedrock-runtime : {Converse}
1576+
1577+ bedrock-runtime_DocumentUnderstanding_DeepSeek :
1578+ title : Send and process a document with DeepSeek on &BR;
1579+ title_abbrev : " Document understanding"
1580+ synopsis : send and process a document with DeepSeek on &BR;.
1581+ category : DeepSeek
1582+ languages :
1583+ Python :
1584+ versions :
1585+ - sdk_version : 3
1586+ github : python/example_code/bedrock-runtime
1587+ excerpts :
1588+ - description : Send and process a document with DeepSeek on &BR;.
1589+ snippet_tags :
1590+ - python.example_code.bedrock-runtime.DocumentUnderstanding_DeepSeek
1591+ services :
1592+ bedrock-runtime : {Converse}
1593+
1594+ bedrock-runtime_DocumentUnderstanding_MetaLlama :
1595+ title : Send and process a document with Llama on &BR;
1596+ title_abbrev : " Document understanding"
1597+ synopsis : send and process a document with Llama on &BR;.
1598+ category : Meta Llama
1599+ languages :
1600+ Python :
1601+ versions :
1602+ - sdk_version : 3
1603+ github : python/example_code/bedrock-runtime
1604+ excerpts :
1605+ - description : Send and process a document with Llama on &BR;.
1606+ snippet_tags :
1607+ - python.example_code.bedrock-runtime.DocumentUnderstanding_MetaLlama
1608+ services :
1609+ bedrock-runtime : {Converse}
1610+
1611+ bedrock-runtime_DocumentUnderstanding_Mistral :
1612+ title : Send and process a document with Mistral models on &BR;
1613+ title_abbrev : " Document understanding"
1614+ synopsis : send and process a document with Mistral models on &BR;.
1615+ category : Mistral AI
1616+ languages :
1617+ Python :
1618+ versions :
1619+ - sdk_version : 3
1620+ github : python/example_code/bedrock-runtime
1621+ excerpts :
1622+ - description : Send and process a document with Mistral models on &BR;.
1623+ snippet_tags :
1624+ - python.example_code.bedrock-runtime.DocumentUnderstanding_Mistral
1625+ services :
1626+ bedrock-runtime : {Converse}
1627+
15251628# Tool use scenarios
15261629bedrock-runtime_Scenario_ToolUseDemo_AmazonNova :
15271630 title : " A tool use demo illustrating how to connect AI models on &BR; with a custom tool or API"
0 commit comments