Skip to content

Commit be59319

Browse files
committed
Regenerate readme
1 parent 6929ad5 commit be59319

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.doc_gen/metadata/bedrock-runtime_metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1612,7 +1612,7 @@ bedrock-runtime_DocumentUnderstanding_Mistral:
16121612
title: Send and process a document with Mistral models on &BR;
16131613
title_abbrev: "Document understanding"
16141614
synopsis: send and process a document with Mistral models on &BR;
1615-
category: Meta Llama
1615+
category: Mistral AI
16161616
languages:
16171617
Python:
16181618
versions:

python/example_code/bedrock-runtime/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ functions within the same service.
5959

6060
- [Converse](models/amazon_nova/amazon_nova_text/converse.py#L4)
6161
- [ConverseStream](models/amazon_nova/amazon_nova_text/converse_stream.py#L4)
62+
- [Document understanding](models/amazon_nova/amazon_nova_text/document_understanding.py#L4)
6263

6364
### Amazon Nova Canvas
6465

@@ -87,6 +88,7 @@ functions within the same service.
8788

8889
- [Converse](models/anthropic_claude/converse.py#L4)
8990
- [ConverseStream](models/anthropic_claude/converse_stream.py#L4)
91+
- [Document understanding](models/anthropic_claude/document_understanding.py#L4)
9092
- [InvokeModel](models/anthropic_claude/invoke_model.py#L4)
9193
- [InvokeModelWithResponseStream](models/anthropic_claude/invoke_model_with_response_stream.py#L4)
9294
- [Scenario: Tool use with the Converse API](cross-model-scenarios/tool_use_demo/tool_use_demo.py)
@@ -95,23 +97,30 @@ functions within the same service.
9597

9698
- [Converse](models/cohere_command/converse.py#L4)
9799
- [ConverseStream](models/cohere_command/converse_stream.py#L4)
100+
- [Document understanding](models/cohere_command/document_understanding.py#L4)
98101
- [InvokeModel: Command R and R+](models/cohere_command/command_r_invoke_model.py#L4)
99102
- [InvokeModel: Command and Command Light](models/cohere_command/command_invoke_model.py#L4)
100103
- [InvokeModelWithResponseStream: Command R and R+](models/cohere_command/command_r_invoke_model_with_response_stream.py#L4)
101104
- [InvokeModelWithResponseStream: Command and Command Light](models/cohere_command/command_invoke_model_with_response_stream.py#L4)
102105
- [Scenario: Tool use with the Converse API](cross-model-scenarios/tool_use_demo/tool_use_demo.py)
103106

107+
### DeepSeek
108+
109+
- [Document understanding](models/deepseek/document_understanding.py#L4)
110+
104111
### Meta Llama
105112

106113
- [Converse](models/meta_llama/converse.py#L4)
107114
- [ConverseStream](models/meta_llama/converse_stream.py#L4)
115+
- [Document understanding](models/meta_llama/document_understanding.py#L4)
108116
- [InvokeModel: Llama 3](models/meta_llama/llama3_invoke_model.py#L4)
109117
- [InvokeModelWithResponseStream: Llama 3](models/meta_llama/llama3_invoke_model_with_response_stream.py#L4)
110118

111119
### Mistral AI
112120

113121
- [Converse](models/mistral_ai/converse.py#L4)
114122
- [ConverseStream](models/mistral_ai/converse_stream.py#L4)
123+
- [Document understanding](models/mistral_ai/document_understanding.py#L4)
115124
- [InvokeModel](models/mistral_ai/invoke_model.py#L4)
116125
- [InvokeModelWithResponseStream](models/mistral_ai/invoke_model_with_response_stream.py#L4)
117126

0 commit comments

Comments
 (0)