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
@@ -1074,22 +1076,36 @@ A **Partitioner** node has a `type` of `partition`.
1074
1076
Fields for `settings` include:
1075
1077
1076
1078
-`strategy`: _Required_. The partitioning strategy to use. This field must be set to `auto`.
1077
-
-`provider`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, then use the specified VLM provider. Allowed values include `auto`, `openai`, `anthropic`, and `bedrock`. The default value is `anthropic`.
1079
+
-`provider`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, then use the specified VLM provider. Allowed values include `anthropic`, `auto`, `bedrock`, `openai`, and `vertexai`. The default value is `anthropic`.
1078
1080
-`provider_api_key`: _Optional_. If specified, use a non-default API key for calls to the specified VLM provider as needed. The default is none, which means to rely on using Unstructured's internal default API key for the VLM provider.
1079
-
-`model`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, then use the specified VLM. The default value is `claude-3-5-sonnet-20241022`.
1081
+
-`model`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, then use the specified VLM. The default value is `claude-sonnet-4-20250514`.
1082
+
1083
+
<DeprecatedModelsAPI />
1084
+
1085
+
- For `anthropic`, available values for `model` are:
1086
+
1087
+
-`claude-3-7-sonnet-20250219`
1088
+
-`claude-sonnet-4-20250514`
1089
+
-`claude-sonnet-4-5-20250929`
1080
1090
1081
-
- For `openai`, available values for `model` are `gpt-4o` and `gpt-4o-mini`.
1082
-
- For `anthropic`, available values for `model` are `claude-3-5-sonnet-20241022` and `claude-3-7-sonnet-20250219`.
1083
1091
- For `bedrock`, available values for `model` are:
1084
1092
1085
1093
-`us.amazon.nova-lite-v1:0`
1086
1094
-`us.amazon.nova-pro-v1:0`
1087
1095
-`us.anthropic.claude-3-opus-20240229-v1:0`
1088
1096
-`us.anthropic.claude-3-haiku-20240307-v1:0`
1089
1097
-`us.anthropic.claude-3-sonnet-20240229-v1:0`
1090
-
-`us.anthropic.claude-3-5-sonnet-20241022-v2:0`
1091
-
-`us.meta.llama3-2-11b-instruct-v1:0`
1092
-
-`us.meta.llama3-2-90b-instruct-v1:0`
1098
+
-`us.anthropic.claude-3-7-sonnet-20250219-v1:0`
1099
+
-`us.anthropic.claude-sonnet-4-20250514-v1:0`
1100
+
1101
+
- For `openai`, available values for `model` are:
1102
+
1103
+
-`gpt-4o`
1104
+
-`gpt-5-mini-2025-08-07`
1105
+
1106
+
- For `vertexai`, available values for `model` are:
1107
+
1108
+
-`gemini-2.0-flash-001`
1093
1109
1094
1110
-`output_format`: _Output_. The format of the response. Allowed values include `text/html` and `application/json`. The default is `text/html`.
1095
1111
-`format_html`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, true (the default) to apply Beautiful Soup's `prettify` method to the HTML that is generated by the VLM partitioner, which for example adds indentation for better readability.
@@ -1142,22 +1158,36 @@ Fields for `settings` include:
1142
1158
1143
1159
Fields for `settings` include:
1144
1160
1145
-
-`provider`: _Optional_. Use the specified VLM provider. Allowed values include `auto`, `openai`, `anthropic`, and `bedrock`. The default value is `anthropic`.
1161
+
-`provider`: _Optional_. Use the specified VLM provider. Allowed values include `anthropic`, `auto`, `bedrock`, `openai`, and `vertexai`. The default value is `anthropic`.
1146
1162
-`provider_api_key`: _Optional_. If specified, use a non-default API key for calls to the specified VLM provider as needed. The default is none, which means to rely on using Unstructured's internal default API key for the VLM provider.
1147
-
-`model`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, then use the specified VLM. The default value is `claude-3-5-sonnet-20241022`.
1163
+
-`model`: _Optional_. If the Auto partitioning strategy needs to use the VLM partitioning strategy, then use the specified VLM. The default value is `claude-sonnet-4-20250514`.
1164
+
1165
+
<DeprecatedModelsAPI />
1166
+
1167
+
- For `anthropic`, available values for `model` are:
1168
+
1169
+
-`claude-3-7-sonnet-20250219`
1170
+
-`claude-sonnet-4-20250514`
1171
+
-`claude-sonnet-4-5-20250929`
1148
1172
1149
-
- For `openai`, available values for `model` are `gpt-4o` and `gpt-4o-mini`.
1150
-
- For `anthropic`, available values for `model` are `claude-3-5-sonnet-20241022` and `claude-3-7-sonnet-20250219`.
1151
1173
- For `bedrock`, available values for `model` are:
1152
1174
1153
1175
-`us.amazon.nova-lite-v1:0`
1154
1176
-`us.amazon.nova-pro-v1:0`
1155
1177
-`us.anthropic.claude-3-opus-20240229-v1:0`
1156
1178
-`us.anthropic.claude-3-haiku-20240307-v1:0`
1157
1179
-`us.anthropic.claude-3-sonnet-20240229-v1:0`
1158
-
-`us.anthropic.claude-3-5-sonnet-20241022-v2:0`
1159
-
-`us.meta.llama3-2-11b-instruct-v1:0`
1160
-
-`us.meta.llama3-2-90b-instruct-v1:0`
1180
+
-`us.anthropic.claude-3-7-sonnet-20250219-v1:0`
1181
+
-`us.anthropic.claude-sonnet-4-20250514-v1:0`
1182
+
1183
+
- For `openai`, available values for `model` are:
1184
+
1185
+
-`gpt-4o`
1186
+
-`gpt-5-mini-2025-08-07`
1187
+
1188
+
- For `vertexai`, available values for `model` are:
1189
+
1190
+
-`gemini-2.0-flash-001`
1161
1191
1162
1192
-`output_format`: _Output_. The format of the response. Allowed values include `text/html` and `application/json`. The default is `text/html`.
1163
1193
-`format_html`: _Optional_. True (the default) to apply Beautiful Soup's `prettify` method to the HTML that is generated by the VLM partitioner, which for example adds indentation for better readability.
To generate image descriptions, in an **Enrichment** node in a workflow, select **Image**, and then choose one of the available provider (and model) combinations that are shown.
64
65
@@ -69,4 +70,6 @@ To generate image descriptions, in an **Enrichment** node in a workflow, select
69
70
**Chunker** node before an image descriptions **Enrichment** node could cause incomplete or no image descriptions to be generated.
To generate a list of recognized entities and their relationships, in an **Enrichment** node in a workflow, specify the following:
141
143
142
144
<Note>
143
145
You can change a workflow's NER settings only through [Custom](/ui/workflows#create-a-custom-workflow) workflow settings.
144
146
</Note>
145
147
148
+
<DeprecatedModelsUI />
149
+
146
150
1. Select **Text**.
147
151
2. For **Model**, select one of the available models that are shown.
148
152
3. The selected model will follow a default set of instructions (called a _prompt_) to perform NER using a set of predefined entity types and relationships. To experiment
To generate table descriptions, in an **Enrichment** node in a workflow, select **Table**, and then choose one of the available provider (and model) combinations that are shown.
74
75
@@ -82,9 +83,9 @@ displayed, be sure to select **Table Description**.
82
83
**Chunker** node before a table descriptions **Enrichment** node could cause incomplete or no table descriptions to be generated.
0 commit comments