Skip to content

Commit c4fb925

Browse files
authored
Platform: Add Amazon Bedrock models for Partitioner VLM node (#452)
1 parent d12b18c commit c4fb925

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

platform/workflows.mdx

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ To create an automatic workflow:
125125
The **Platinum** option uses the following preconfigured workflow settings:
126126

127127
- **Strategy**: VLM
128-
- **VLM Provider, Model**: Anthropic, Claude 3.5 Sonnet
128+
- **VLM Provider, Model**: Anthropic, Anthropic Claude 3.5 Sonnet
129129
- **Chunk**:
130130

131131
- **Chunker Type**: Chunk By Title
@@ -255,8 +255,19 @@ To create an automatic workflow:
255255

256256
You must also choose a VLM provider and model. Available choices include:
257257

258-
- **Anthropic**: **Claude 3.5 Sonnet**
259-
- **OpenAI**: **GPT-4o**
258+
- **Anthropic**:
259+
260+
- **Anthropic Claude 3.5 Sonnet**
261+
262+
- **OpenAI**:
263+
264+
- **OpenAI GPT-4o**
265+
266+
- **Amazon Bedrock**:
267+
268+
- **Anthropic Claude 3.5 Sonnet v2**
269+
- **Amazon Nova Pro v1**
270+
- **Llama 3.2 11B Instruct**
260271

261272
<Note>
262273
During **VLM** processing, any detected files that are not PDFs or images are processed and billed at either the **High Res** or **Fast** rate instead.

0 commit comments

Comments
 (0)