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
715 changes: 169 additions & 546 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.5.1
version: 2.5.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 @@ -16,11 +16,11 @@ sources:
- speakeasy-mistralai-gcp-sdk-26292830187-1
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:1b2c7dea4368403ed2812455a6dddd56e7809c7f08d9140472e0c3feb2c619a6
sourceBlobDigest: sha256:2f14137704dffbb8d9e50188d66a11e0d353386ff10dd4d5fc800fc4fbc3ac71
sourceRevisionDigest: sha256:b590d544f976dba688dfda05229cee0be00c376a9c3c209d527c1508ff0cb9da
sourceBlobDigest: sha256:293e895fc5dae852d73e3893db3843828c80fb136f03ce835d2c4cff122902ba
tags:
- latest
- speakeasy-mistralai-sdk-28382000340-1
- speakeasy-mistralai-sdk-28652713237-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:1b2c7dea4368403ed2812455a6dddd56e7809c7f08d9140472e0c3feb2c619a6
sourceBlobDigest: sha256:2f14137704dffbb8d9e50188d66a11e0d353386ff10dd4d5fc800fc4fbc3ac71
sourceRevisionDigest: sha256:b590d544f976dba688dfda05229cee0be00c376a9c3c209d527c1508ff0cb9da
sourceBlobDigest: sha256:293e895fc5dae852d73e3893db3843828c80fb136f03ce835d2c4cff122902ba
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:1802d1ffcd42e056dadbd32ef9806d482a51932208a064fada47ce4af432f73e
codeSamplesRevisionDigest: sha256:eabbb246bde91f082c4377dd5ad800b1fca2014a28c75d891bc292947649c138
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.763.6
Expand Down
31 changes: 13 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -486,13 +486,13 @@ print(res.choices[0].message.content)
* [get](docs/sdks/voices/README.md#get) - Get voice details
* [get_sample_audio](docs/sdks/voices/README.md#get_sample_audio) - Get voice sample audio

### [Batch.Jobs](docs/sdks/batchjobs/README.md)
### [Batch.Jobs](docs/sdks/jobs/README.md)

* [list](docs/sdks/batchjobs/README.md#list) - Get Batch Jobs
* [create](docs/sdks/batchjobs/README.md#create) - Create Batch Job
* [get](docs/sdks/batchjobs/README.md#get) - Get Batch Job
* [delete](docs/sdks/batchjobs/README.md#delete) - Delete Batch Job
* [cancel](docs/sdks/batchjobs/README.md#cancel) - Cancel Batch Job
* [list](docs/sdks/jobs/README.md#list) - Get Batch Jobs
* [create](docs/sdks/jobs/README.md#create) - Create Batch Job
* [get](docs/sdks/jobs/README.md#get) - Get Batch Job
* [delete](docs/sdks/jobs/README.md#delete) - Delete Batch Job
* [cancel](docs/sdks/jobs/README.md#cancel) - Cancel Batch Job

### [Beta.Agents](docs/sdks/betaagents/README.md)

Expand All @@ -513,6 +513,7 @@ print(res.choices[0].message.content)
* [create](docs/sdks/connectors/README.md#create) - Create a new connector.
* [list](docs/sdks/connectors/README.md#list) - List all connectors.
* [get_auth_url](docs/sdks/connectors/README.md#get_auth_url) - Get the auth URL for a connector.
* [share](docs/sdks/connectors/README.md#share) - Share a private connector to the current workspace.
* [activate_for_organization](docs/sdks/connectors/README.md#activate_for_organization) - Activate a connector for an organization.
* [deactivate_for_organization](docs/sdks/connectors/README.md#deactivate_for_organization) - Deactivate a connector for an organization.
* [activate_for_workspace](docs/sdks/connectors/README.md#activate_for_workspace) - Activate a connector for a workspace.
Expand Down Expand Up @@ -568,8 +569,6 @@ print(res.choices[0].message.content)

* [list](docs/sdks/documents/README.md#list) - List documents in a given library.
* [upload](docs/sdks/documents/README.md#upload) - Upload a new document.
* [get_signed_upload_url](docs/sdks/documents/README.md#get_signed_upload_url) - Get a signed URL for direct upload to blob storage.
* [ingest_from_blob_storage](docs/sdks/documents/README.md#ingest_from_blob_storage) - Ingest a document from blob storage of the document library.
* [get](docs/sdks/documents/README.md#get) - Retrieve the metadata of a specific document.
* [update](docs/sdks/documents/README.md#update) - Update the metadata of a specific document.
* [~~libraries_documents_update_v1~~](docs/sdks/documents/README.md#libraries_documents_update_v1) - Update the metadata of a specific document. :warning: **Deprecated**
Expand Down Expand Up @@ -708,6 +707,10 @@ print(res.choices[0].message.content)
* [get_version](docs/sdks/skills/README.md#get_version) - GetSkillVersion
* [update_version_metadata](docs/sdks/skills/README.md#update_version_metadata) - UpdateSkillVersionMetadata

### [Beta.Users](docs/sdks/users/README.md)

* [get_identity](docs/sdks/users/README.md#get_identity) - Get Identity

### [Chat](docs/sdks/chat/README.md)

* [complete](docs/sdks/chat/README.md#complete) - Chat Completion
Expand Down Expand Up @@ -743,14 +746,6 @@ print(res.choices[0].message.content)
* [complete](docs/sdks/fim/README.md#complete) - Fim Completion
* [stream](docs/sdks/fim/README.md#stream) - Stream fim completion

### [FineTuning.Jobs](docs/sdks/finetuningjobs/README.md)

* [list](docs/sdks/finetuningjobs/README.md#list) - Get Fine Tuning Jobs
* [create](docs/sdks/finetuningjobs/README.md#create) - Create Fine Tuning Job
* [get](docs/sdks/finetuningjobs/README.md#get) - Get Fine Tuning Job
* [cancel](docs/sdks/finetuningjobs/README.md#cancel) - Cancel Fine Tuning Job
* [start](docs/sdks/finetuningjobs/README.md#start) - Start Fine Tuning Job

### [Models](docs/sdks/models/README.md)

* [list](docs/sdks/models/README.md#list) - List Models
Expand Down Expand Up @@ -1049,8 +1044,8 @@ with Mistral(


**Inherit from [`MistralError`](./src/mistralai/client/errors/mistralerror.py)**:
* [`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 147 of 248 methods.*
* [`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 248 methods.*
* [`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 146 of 243 methods.*
* [`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 243 methods.*
* [`ResponseValidationError`](./src/mistralai/client/errors/responsevalidationerror.py): Type mismatch between the response data and the expected Pydantic model. Provides access to the Pydantic validation error via the `cause` attribute.

</details>
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -738,4 +738,14 @@ Based on:
### Generated
- [python v2.5.1] .
### Releases
- [PyPI v2.5.1] https://pypi.org/project/mistralai/2.5.1 - .
- [PyPI v2.5.1] https://pypi.org/project/mistralai/2.5.1 - .

## 2026-07-03 09:56:12
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.5.2] .
### Releases
- [PyPI v2.5.2] https://pypi.org/project/mistralai/2.5.2 - .
10 changes: 0 additions & 10 deletions docs/models/checkpoint.md

This file was deleted.

Loading
Loading