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
Copy file name to clipboardExpand all lines: .pipelex/inference/backends/pipelex_gateway_models_plain.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,6 +100,9 @@ For configuration details, see the [documentation](https://docs.pipelex.com/late
100
100
-**gpt-5.2-codex**
101
101
- inputs: text, images, pdf
102
102
- outputs: text, structured
103
+
-**gpt-5.3-codex**
104
+
- inputs: text, images, pdf
105
+
- outputs: text, structured
103
106
-**gpt-oss-120b**
104
107
- inputs: text
105
108
- outputs: text, structured
@@ -160,9 +163,6 @@ For configuration details, see the [documentation](https://docs.pipelex.com/late
160
163
-**deepseek-ocr**
161
164
- inputs: image
162
165
- outputs: pages
163
-
-**mistral-document-ai-2505**
164
-
- inputs: image, pdf
165
-
- outputs: pages
166
166
167
167
168
168
**About extracted pages:** Each page contains Markdown text (based on AI-interpreted layout) and optional extracted images. A single image input is treated as one page. Pipelex also wraps the `pypdfium2` library for raw text (without any AI interpretation) and images extraction and page views rendering. All these elements can be used as inputs into downstream pipes, including LLM prompts.
@@ -184,12 +184,15 @@ For configuration details, see the [documentation](https://docs.pipelex.com/late
184
184
-**nano-banana**
185
185
- inputs: text, images
186
186
- outputs: image
187
+
-**nano-banana-2**
188
+
- inputs: text, images
189
+
- outputs: image
187
190
-**nano-banana-pro**
188
191
- inputs: text, images
189
192
- outputs: image
190
193
191
194
192
195
> **AUTO-GENERATED FILE** - Do not edit manually.
193
-
> Last updated: 2026-03-02T17:46:49Z
196
+
> Last updated: 2026-03-04T00:21:08Z
194
197
>
195
198
> Run `pipelex-dev update-gateway-models` or `make ugm` to regenerate.
0 commit comments