Skip to content

Commit a6168d2

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.568.2
1 parent 806e91d commit a6168d2

21 files changed

+144
-52
lines changed

.speakeasy/gen.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 2d045ec7-2ebb-4f4d-ad25-40953b132161
33
management:
4-
docChecksum: a38b769b82bac0658cf02fed22bdbde0
4+
docChecksum: d88fc6da836fc7237380df90b01bc7a5
55
docVersion: 1.0.0
66
speakeasyVersion: 1.568.2
77
generationVersion: 2.634.2
8-
releaseVersion: 1.9.9
9-
configChecksum: b08e017cb434c255d6ef2c20584815e8
8+
releaseVersion: 1.9.10
9+
configChecksum: 438b1373b4090838b050a2779ab5383f
1010
repoURL: https://github.com/mistralai/client-python.git
1111
installationURL: https://github.com/mistralai/client-python.git
1212
published: true
@@ -199,6 +199,7 @@ generatedFiles:
199199
- docs/models/embeddingrequestinputs.md
200200
- docs/models/embeddingresponse.md
201201
- docs/models/embeddingresponsedata.md
202+
- docs/models/encodingformat.md
202203
- docs/models/entitytype.md
203204
- docs/models/entries.md
204205
- docs/models/eventout.md
@@ -253,6 +254,7 @@ generatedFiles:
253254
- docs/models/imageurlchunktype.md
254255
- docs/models/inputentries.md
255256
- docs/models/inputs.md
257+
- docs/models/inputs2.md
256258
- docs/models/instructrequest.md
257259
- docs/models/instructrequestinputs.md
258260
- docs/models/instructrequestinputsmessages.md
@@ -579,6 +581,7 @@ generatedFiles:
579581
- src/mistralai/models/embeddingrequest.py
580582
- src/mistralai/models/embeddingresponse.py
581583
- src/mistralai/models/embeddingresponsedata.py
584+
- src/mistralai/models/encodingformat.py
582585
- src/mistralai/models/entitytype.py
583586
- src/mistralai/models/eventout.py
584587
- src/mistralai/models/file.py

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ generation:
2121
generateNewTests: false
2222
skipResponseBodyAssertions: false
2323
python:
24-
version: 1.9.9
24+
version: 1.9.10
2525
additionalDependencies:
2626
dev:
2727
pytest: ^8.2.2

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ sources:
1414
- latest
1515
mistral-openapi:
1616
sourceNamespace: mistral-openapi
17-
sourceRevisionDigest: sha256:fcdf40207fa983a6ad7c0346f499d2b87ef2f1381a48e791a9a485bd40525ff8
18-
sourceBlobDigest: sha256:64fa97f0836a2441e32bc255ced698234c147c790775988102f17b493f0da87d
17+
sourceRevisionDigest: sha256:d8843c0cd0ae7685ddd44539ee7b02054204bd4689c82ab3a90c6d45001a32e2
18+
sourceBlobDigest: sha256:4509a66d15223b5d1427305e517904c5726dced7bb027cf2d2d6c56e015c8d1d
1919
tags:
2020
- latest
21-
- speakeasy-sdk-regen-1756229662
21+
- speakeasy-sdk-regen-1756727914
2222
targets:
2323
mistralai-azure-sdk:
2424
source: mistral-azure-source
@@ -37,10 +37,10 @@ targets:
3737
mistralai-sdk:
3838
source: mistral-openapi
3939
sourceNamespace: mistral-openapi
40-
sourceRevisionDigest: sha256:fcdf40207fa983a6ad7c0346f499d2b87ef2f1381a48e791a9a485bd40525ff8
41-
sourceBlobDigest: sha256:64fa97f0836a2441e32bc255ced698234c147c790775988102f17b493f0da87d
40+
sourceRevisionDigest: sha256:d8843c0cd0ae7685ddd44539ee7b02054204bd4689c82ab3a90c6d45001a32e2
41+
sourceBlobDigest: sha256:4509a66d15223b5d1427305e517904c5726dced7bb027cf2d2d6c56e015c8d1d
4242
codeSamplesNamespace: mistral-openapi-code-samples
43-
codeSamplesRevisionDigest: sha256:39367b425e8a1e7376b8900711e0852f653aaab239f74cc658567fe05ad11784
43+
codeSamplesRevisionDigest: sha256:372d48b60fafc0c389b12af1dad61faa479598e8194dc3a2a1ed27c207ab9b18
4444
workflow:
4545
workflowVersion: 1.0.0
4646
speakeasyVersion: 1.568.2

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,4 +308,14 @@ Based on:
308308
### Generated
309309
- [python v1.9.9] .
310310
### Releases
311-
- [PyPI v1.9.9] https://pypi.org/project/mistralai/1.9.9 - .
311+
- [PyPI v1.9.9] https://pypi.org/project/mistralai/1.9.9 - .
312+
313+
## 2025-09-01 11:58:15
314+
### Changes
315+
Based on:
316+
- OpenAPI Doc
317+
- Speakeasy CLI 1.568.2 (2.634.2) https://github.com/speakeasy-api/speakeasy
318+
### Generated
319+
- [python v1.9.10] .
320+
### Releases
321+
- [PyPI v1.9.10] https://pypi.org/project/mistralai/1.9.10 - .

docs/models/apiendpoint.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,15 @@
33

44
## Values
55

6-
| Name | Value |
7-
| -------------------------- | -------------------------- |
8-
| `ROOT_V1_CHAT_COMPLETIONS` | /v1/chat/completions |
9-
| `ROOT_V1_EMBEDDINGS` | /v1/embeddings |
10-
| `ROOT_V1_FIM_COMPLETIONS` | /v1/fim/completions |
11-
| `ROOT_V1_MODERATIONS` | /v1/moderations |
12-
| `ROOT_V1_CHAT_MODERATIONS` | /v1/chat/moderations |
6+
| Name | Value |
7+
| ------------------------------ | ------------------------------ |
8+
| `ROOT_V1_CHAT_COMPLETIONS` | /v1/chat/completions |
9+
| `ROOT_V1_EMBEDDINGS` | /v1/embeddings |
10+
| `ROOT_V1_FIM_COMPLETIONS` | /v1/fim/completions |
11+
| `ROOT_V1_MODERATIONS` | /v1/moderations |
12+
| `ROOT_V1_CHAT_MODERATIONS` | /v1/chat/moderations |
13+
| `ROOT_V1_OCR` | /v1/ocr |
14+
| `ROOT_V1_CLASSIFICATIONS` | /v1/classifications |
15+
| `ROOT_V1_CHAT_CLASSIFICATIONS` | /v1/chat/classifications |
16+
| `ROOT_V1_CONVERSATIONS` | /v1/conversations |
17+
| `ROOT_V1_AUDIO_TRANSCRIPTIONS` | /v1/audio/transcriptions |

docs/models/chatmoderationrequestinputs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Chat to classify
1111
value: List[models.One] = /* values here */
1212
```
1313

14-
### `List[List[models.Two]]`
14+
### `List[List[models.Inputs2]]`
1515

1616
```python
17-
value: List[List[models.Two]] = /* values here */
17+
value: List[List[models.Inputs2]] = /* values here */
1818
```
1919

docs/models/embeddingrequest.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
| `model` | *str* | :heavy_check_mark: | ID of the model to use. | mistral-embed |
99
| `inputs` | [models.EmbeddingRequestInputs](../models/embeddingrequestinputs.md) | :heavy_check_mark: | Text to embed. | [<br/>"Embed this sentence.",<br/>"As well as this one."<br/>] |
1010
| `output_dimension` | *OptionalNullable[int]* | :heavy_minus_sign: | The dimension of the output embeddings. | |
11-
| `output_dtype` | [Optional[models.EmbeddingDtype]](../models/embeddingdtype.md) | :heavy_minus_sign: | N/A | |
11+
| `output_dtype` | [Optional[models.EmbeddingDtype]](../models/embeddingdtype.md) | :heavy_minus_sign: | N/A | |
12+
| `encoding_format` | [Optional[models.EncodingFormat]](../models/encodingformat.md) | :heavy_minus_sign: | N/A | |

docs/models/encodingformat.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# EncodingFormat
2+
3+
4+
## Values
5+
6+
| Name | Value |
7+
| -------- | -------- |
8+
| `FLOAT` | float |
9+
| `BASE64` | base64 |

docs/models/inputs2.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Inputs2
2+
3+
4+
## Supported Types
5+
6+
### `models.AssistantMessage`
7+
8+
```python
9+
value: models.AssistantMessage = /* values here */
10+
```
11+
12+
### `models.SystemMessage`
13+
14+
```python
15+
value: models.SystemMessage = /* values here */
16+
```
17+
18+
### `models.ToolMessage`
19+
20+
```python
21+
value: models.ToolMessage = /* values here */
22+
```
23+
24+
### `models.UserMessage`
25+
26+
```python
27+
value: models.UserMessage = /* values here */
28+
```
29+

docs/models/systemmessagecontent.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
value: str = /* values here */
1010
```
1111

12-
### `List[models.TextChunk]`
12+
### `List[models.Two]`
1313

1414
```python
15-
value: List[models.TextChunk] = /* values here */
15+
value: List[models.Two] = /* values here */
1616
```
1717

0 commit comments

Comments
 (0)