@@ -59,6 +59,7 @@ functions within the same service.
59
59
60
60
- [ Converse] ( models/amazon_nova/amazon_nova_text/converse.py#L4 )
61
61
- [ ConverseStream] ( models/amazon_nova/amazon_nova_text/converse_stream.py#L4 )
62
+ - [ Document understanding] ( models/amazon_nova/amazon_nova_text/document_understanding.py#L4 )
62
63
63
64
### Amazon Nova Canvas
64
65
@@ -87,6 +88,7 @@ functions within the same service.
87
88
88
89
- [ Converse] ( models/anthropic_claude/converse.py#L4 )
89
90
- [ ConverseStream] ( models/anthropic_claude/converse_stream.py#L4 )
91
+ - [ Document understanding] ( models/anthropic_claude/document_understanding.py#L4 )
90
92
- [ InvokeModel] ( models/anthropic_claude/invoke_model.py#L4 )
91
93
- [ InvokeModelWithResponseStream] ( models/anthropic_claude/invoke_model_with_response_stream.py#L4 )
92
94
- [ 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.
95
97
96
98
- [ Converse] ( models/cohere_command/converse.py#L4 )
97
99
- [ ConverseStream] ( models/cohere_command/converse_stream.py#L4 )
100
+ - [ Document understanding] ( models/cohere_command/document_understanding.py#L4 )
98
101
- [ InvokeModel: Command R and R+] ( models/cohere_command/command_r_invoke_model.py#L4 )
99
102
- [ InvokeModel: Command and Command Light] ( models/cohere_command/command_invoke_model.py#L4 )
100
103
- [ InvokeModelWithResponseStream: Command R and R+] ( models/cohere_command/command_r_invoke_model_with_response_stream.py#L4 )
101
104
- [ InvokeModelWithResponseStream: Command and Command Light] ( models/cohere_command/command_invoke_model_with_response_stream.py#L4 )
102
105
- [ Scenario: Tool use with the Converse API] ( cross-model-scenarios/tool_use_demo/tool_use_demo.py )
103
106
107
+ ### DeepSeek
108
+
109
+ - [ Document understanding] ( models/deepseek/document_understanding.py#L4 )
110
+
104
111
### Meta Llama
105
112
106
113
- [ Converse] ( models/meta_llama/converse.py#L4 )
107
114
- [ ConverseStream] ( models/meta_llama/converse_stream.py#L4 )
115
+ - [ Document understanding] ( models/meta_llama/document_understanding.py#L4 )
108
116
- [ InvokeModel: Llama 3] ( models/meta_llama/llama3_invoke_model.py#L4 )
109
117
- [ InvokeModelWithResponseStream: Llama 3] ( models/meta_llama/llama3_invoke_model_with_response_stream.py#L4 )
110
118
111
119
### Mistral AI
112
120
113
121
- [ Converse] ( models/mistral_ai/converse.py#L4 )
114
122
- [ ConverseStream] ( models/mistral_ai/converse_stream.py#L4 )
123
+ - [ Document understanding] ( models/mistral_ai/document_understanding.py#L4 )
115
124
- [ InvokeModel] ( models/mistral_ai/invoke_model.py#L4 )
116
125
- [ InvokeModelWithResponseStream] ( models/mistral_ai/invoke_model_with_response_stream.py#L4 )
117
126
0 commit comments