Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
338 changes: 247 additions & 91 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.4.13
version: 2.4.14
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ sources:
- speakeasy-mistralai-gcp-sdk-26292830187-1
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:c388b952cb16e3ac74bfacefbd71b3bcf68d516a943623beaf0a24cb064688f9
sourceBlobDigest: sha256:1544d486fd380743ad5769c3c244c645deb51d039940c1e055dde57095a3d494
sourceRevisionDigest: sha256:710048a12ecd28d48a0a7bf78fe01ccbc8e8fca7c28fec17b43d08a2fce58c5d
sourceBlobDigest: sha256:2a04c377464d243355047eaa2744020752e7d182b23841a05e22852af68b5ea5
tags:
- latest
- speakeasy-mistralai-sdk-27822666725-1
- speakeasy-mistralai-sdk-28013095560-1
targets:
mistralai-azure-sdk:
source: mistral-azure-source
Expand All @@ -39,10 +39,10 @@ targets:
mistralai-sdk:
source: mistral-openapi
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:c388b952cb16e3ac74bfacefbd71b3bcf68d516a943623beaf0a24cb064688f9
sourceBlobDigest: sha256:1544d486fd380743ad5769c3c244c645deb51d039940c1e055dde57095a3d494
sourceRevisionDigest: sha256:710048a12ecd28d48a0a7bf78fe01ccbc8e8fca7c28fec17b43d08a2fce58c5d
sourceBlobDigest: sha256:2a04c377464d243355047eaa2744020752e7d182b23841a05e22852af68b5ea5
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:1155a1c5a093786356d54606c6edb16ce7ae0c5d68847c6b062c61ba36bb9cd7
codeSamplesRevisionDigest: sha256:539b14c378de10453bb908e8755b5e3de9b5818dee893266ce679f9223dd5b49
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.763.6
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -708,4 +708,14 @@ Based on:
### Generated
- [python v2.4.13] .
### Releases
- [PyPI v2.4.13] https://pypi.org/project/mistralai/2.4.13 - .
- [PyPI v2.4.13] https://pypi.org/project/mistralai/2.4.13 - .

## 2026-06-23 08:31:40
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.4.14] .
### Releases
- [PyPI v2.4.14] https://pypi.org/project/mistralai/2.4.14 - .
83 changes: 83 additions & 0 deletions docs/models/block.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
# Block


## Supported Types

### `models.OCRAsideTextBlock`

```python
value: models.OCRAsideTextBlock = /* values here */
```

### `models.OCRCaptionBlock`

```python
value: models.OCRCaptionBlock = /* values here */
```

### `models.OCRCodeBlock`

```python
value: models.OCRCodeBlock = /* values here */
```

### `models.OCREquationBlock`

```python
value: models.OCREquationBlock = /* values here */
```

### `models.OCRFooterBlock`

```python
value: models.OCRFooterBlock = /* values here */
```

### `models.OCRHeaderBlock`

```python
value: models.OCRHeaderBlock = /* values here */
```

### `models.OCRImageBlock`

```python
value: models.OCRImageBlock = /* values here */
```

### `models.OCRListBlock`

```python
value: models.OCRListBlock = /* values here */
```

### `models.OCRReferencesBlock`

```python
value: models.OCRReferencesBlock = /* values here */
```

### `models.OCRSignatureBlock`

```python
value: models.OCRSignatureBlock = /* values here */
```

### `models.OCRTableBlock`

```python
value: models.OCRTableBlock = /* values here */
```

### `models.OCRTextBlock`

```python
value: models.OCRTextBlock = /* values here */
```

### `models.OCRTitleBlock`

```python
value: models.OCRTitleBlock = /* values here */
```

3 changes: 2 additions & 1 deletion docs/models/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@
| `is_authenticated` | *OptionalNullable[bool]* | :heavy_minus_sign: | N/A |
| `tools` | List[[models.ConnectorTool](../models/connectortool.md)] | :heavy_minus_sign: | N/A |
| `system_prompt_route` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `connection_config` | [OptionalNullable[models.PublicConnectionConfig]](../models/publicconnectionconfig.md) | :heavy_minus_sign: | N/A |
| `connection_config` | [OptionalNullable[models.PublicConnectionConfig]](../models/publicconnectionconfig.md) | :heavy_minus_sign: | N/A |
| `execution_env` | [OptionalNullable[models.PublicExecutionEnv]](../models/publicexecutionenv.md) | :heavy_minus_sign: | N/A |
10 changes: 10 additions & 0 deletions docs/models/executiontool.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# ExecutionTool


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
| `name` | *str* | :heavy_check_mark: | N/A |
| `integration_id` | *str* | :heavy_check_mark: | N/A |
| `execution_config` | [Nullable[models.ExecutionConfig]](../models/executionconfig.md) | :heavy_check_mark: | N/A |
13 changes: 13 additions & 0 deletions docs/models/ocrasidetextblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OCRAsideTextBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["aside_text"]* | :heavy_check_mark: | N/A |
13 changes: 13 additions & 0 deletions docs/models/ocrcaptionblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OCRCaptionBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["caption"]* | :heavy_check_mark: | N/A |
13 changes: 13 additions & 0 deletions docs/models/ocrcodeblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OCRCodeBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["code"]* | :heavy_check_mark: | N/A |
13 changes: 13 additions & 0 deletions docs/models/ocrequationblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OCREquationBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["equation"]* | :heavy_check_mark: | N/A |
13 changes: 13 additions & 0 deletions docs/models/ocrfooterblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OCRFooterBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["footer"]* | :heavy_check_mark: | N/A |
13 changes: 13 additions & 0 deletions docs/models/ocrheaderblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OCRHeaderBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["header"]* | :heavy_check_mark: | N/A |
14 changes: 14 additions & 0 deletions docs/models/ocrimageblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# OCRImageBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["image"]* | :heavy_check_mark: | N/A |
| `image_id` | *str* | :heavy_check_mark: | References the corresponding entry in OCRPageObject.images |
13 changes: 13 additions & 0 deletions docs/models/ocrlistblock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# OCRListBlock


## Fields

| Field | Type | Required | Description |
| ---------------------------------------- | ---------------------------------------- | ---------------------------------------- | ---------------------------------------- |
| `top_left_x` | *int* | :heavy_check_mark: | N/A |
| `top_left_y` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_x` | *int* | :heavy_check_mark: | N/A |
| `bottom_right_y` | *int* | :heavy_check_mark: | N/A |
| `content` | *str* | :heavy_check_mark: | Text/markdown/html content of this block |
| `type` | *Literal["list"]* | :heavy_check_mark: | N/A |
Loading
Loading