Skip to content
Merged
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
8 changes: 5 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 2d045ec7-2ebb-4f4d-ad25-40953b132161
management:
docChecksum: 12226a12b72a82af24e4b098c631ff42
docChecksum: 9c8bd4d6bf675b159a80173b97c1265c
docVersion: 1.0.0
speakeasyVersion: 1.517.3
generationVersion: 2.548.6
releaseVersion: 1.8.1
configChecksum: a47e6a59e54c30528cf829e1a6fcc310
releaseVersion: 1.8.2
configChecksum: 5024c28578f991eabb85310ad8df96b7
repoURL: https://github.com/mistralai/client-python.git
installationURL: https://github.com/mistralai/client-python.git
published: true
Expand Down Expand Up @@ -293,6 +293,7 @@ generatedFiles:
- docs/models/messageoutputeventtype.md
- docs/models/messages.md
- docs/models/metricout.md
- docs/models/mistralpromptmode.md
- docs/models/modelcapabilities.md
- docs/models/modelconversation.md
- docs/models/modelconversationobject.md
Expand Down Expand Up @@ -562,6 +563,7 @@ generatedFiles:
- src/mistralai/models/messageoutputentry.py
- src/mistralai/models/messageoutputevent.py
- src/mistralai/models/metricout.py
- src/mistralai/models/mistralpromptmode.py
- src/mistralai/models/modelcapabilities.py
- src/mistralai/models/modelconversation.py
- src/mistralai/models/modellist.py
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ generation:
oAuth2ClientCredentialsEnabled: true
oAuth2PasswordEnabled: false
python:
version: 1.8.1
version: 1.8.2
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 @@ -14,11 +14,11 @@ sources:
- latest
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:ab414b4936bea95f6713273bbcee90d66af9da18c6672d62ce885769c47edc34
sourceBlobDigest: sha256:109235b09f0f6d400d146591dff959fac189a873fc95f4b32867d47d65779d28
sourceRevisionDigest: sha256:21244d618cafcc163c3aa4acbc443ca16c63b8614632b65b87fbb2c4066987f3
sourceBlobDigest: sha256:74aeb6a2e0d466c206f983ce79581cc72d205cc7866826282c181207ebe841a2
tags:
- latest
- speakeasy-sdk-regen-1748446717
- speakeasy-sdk-regen-1749573609
targets:
mistralai-azure-sdk:
source: mistral-azure-source
Expand All @@ -37,10 +37,10 @@ targets:
mistralai-sdk:
source: mistral-openapi
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:ab414b4936bea95f6713273bbcee90d66af9da18c6672d62ce885769c47edc34
sourceBlobDigest: sha256:109235b09f0f6d400d146591dff959fac189a873fc95f4b32867d47d65779d28
sourceRevisionDigest: sha256:21244d618cafcc163c3aa4acbc443ca16c63b8614632b65b87fbb2c4066987f3
sourceBlobDigest: sha256:74aeb6a2e0d466c206f983ce79581cc72d205cc7866826282c181207ebe841a2
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:03b507fe6fdcabb21ec711d436300a3888b22fbfc970722bb3433db31c06047a
codeSamplesRevisionDigest: sha256:dc4396ba994048a9f31c008dced1a46a9e54d89973e9608039a7bc37b1052957
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.517.3
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,14 @@ Based on:
### Generated
- [python v1.8.1] .
### Releases
- [PyPI v1.8.1] https://pypi.org/project/mistralai/1.8.1 - .
- [PyPI v1.8.1] https://pypi.org/project/mistralai/1.8.1 - .

## 2025-06-10 16:42:28
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.517.3 (2.548.6) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v1.8.2] .
### Releases
- [PyPI v1.8.2] https://pypi.org/project/mistralai/1.8.2 - .
3 changes: 2 additions & 1 deletion docs/models/agentscompletionrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@
| `frequency_penalty` | *Optional[float]* | :heavy_minus_sign: | frequency_penalty penalizes the repetition of words based on their frequency in the generated text. A higher frequency penalty discourages the model from repeating words that have already appeared frequently in the output, promoting diversity and reducing repetition. | |
| `n` | *OptionalNullable[int]* | :heavy_minus_sign: | Number of completions to return for each request, input tokens are only billed once. | |
| `prediction` | [Optional[models.Prediction]](../models/prediction.md) | :heavy_minus_sign: | N/A | |
| `parallel_tool_calls` | *Optional[bool]* | :heavy_minus_sign: | N/A | |
| `parallel_tool_calls` | *Optional[bool]* | :heavy_minus_sign: | N/A | |
| `prompt_mode` | [OptionalNullable[models.MistralPromptMode]](../models/mistralpromptmode.md) | :heavy_minus_sign: | N/A | |
Loading