@@ -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