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
365 changes: 281 additions & 84 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.7.0
version: 2.7.1
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:45f48569f77b2594726990a398bbfc067534087872b4b354909874aea2947eec
sourceBlobDigest: sha256:79a21b93193e5d5b63b79a79c55aed6778c98b6dfebc96066c5db2fd9580476b
sourceRevisionDigest: sha256:aaceff5297440f2545e696842c26fbbf505e60067232987bd76d840163d50756
sourceBlobDigest: sha256:4cfba6fafb89e46c6a1b760dc751b71cd15a7826104ed6bbcb8db3f4b5379259
tags:
- latest
- speakeasy-mistralai-sdk-29108619696-1
- speakeasy-mistralai-sdk-29826413688-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:45f48569f77b2594726990a398bbfc067534087872b4b354909874aea2947eec
sourceBlobDigest: sha256:79a21b93193e5d5b63b79a79c55aed6778c98b6dfebc96066c5db2fd9580476b
sourceRevisionDigest: sha256:aaceff5297440f2545e696842c26fbbf505e60067232987bd76d840163d50756
sourceBlobDigest: sha256:4cfba6fafb89e46c6a1b760dc751b71cd15a7826104ed6bbcb8db3f4b5379259
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:1287373c382da57b707e755a2eb775ead35bbe8e00b4ed7c8312cf52166a3617
codeSamplesRevisionDigest: sha256:ab9dd45213695e6f7fe7db65ae525822ad2c2312c98f80d949cd0658ea04795e
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.763.6
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,13 @@ print(res.choices[0].message.content)
#### [Workflows.Deployments](docs/sdks/deployments/README.md)

* [list_deployments](docs/sdks/deployments/README.md#list_deployments) - List Deployments
* [create_deployment](docs/sdks/deployments/README.md#create_deployment) - Create Deployment
* [update_deployment](docs/sdks/deployments/README.md#update_deployment) - Update Deployment
* [delete_deployment](docs/sdks/deployments/README.md#delete_deployment) - Delete Deployment
* [get_deployment](docs/sdks/deployments/README.md#get_deployment) - Get Deployment
* [stop_deployment](docs/sdks/deployments/README.md#stop_deployment) - Stop Deployment
* [start_deployment](docs/sdks/deployments/README.md#start_deployment) - Start Deployment
* [restart_deployment](docs/sdks/deployments/README.md#restart_deployment) - Restart Deployment
* [get_deployment_logs](docs/sdks/deployments/README.md#get_deployment_logs) - Get Deployment Logs
* [stream_deployment_logs](docs/sdks/deployments/README.md#stream_deployment_logs) - Stream Deployment Logs

Expand Down Expand Up @@ -1087,8 +1093,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 152 of 249 methods.*
* [`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 249 methods.*
* [`HTTPValidationError`](./src/mistralai/client/errors/httpvalidationerror.py): Validation Error. Status code `422`. Applicable to 158 of 255 methods.*
* [`ObservabilityError`](./src/mistralai/client/errors/observabilityerror.py): Bad Request - Invalid request parameters or data. Applicable to 57 of 255 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 @@ -768,4 +768,14 @@ Based on:
### Generated
- [python v2.7.0] .
### Releases
- [PyPI v2.7.0] https://pypi.org/project/mistralai/2.7.0 - .
- [PyPI v2.7.0] https://pypi.org/project/mistralai/2.7.0 - .

## 2026-07-21 11:46:55
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.7.1] .
### Releases
- [PyPI v2.7.1] https://pypi.org/project/mistralai/2.7.1 - .
9 changes: 0 additions & 9 deletions docs/models/conversationpayload.md

This file was deleted.

8 changes: 4 additions & 4 deletions docs/models/createdatasetrecordrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
| `payload` | [models.ConversationPayload](../models/conversationpayload.md) | :heavy_check_mark: | N/A |
| `properties` | Dict[str, *Any*] | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| `payload` | Dict[str, *Any*] | :heavy_check_mark: | Caller-authored input object stored on a dataset record. |
| `properties` | Dict[str, *Any*] | :heavy_minus_sign: | N/A |
10 changes: 10 additions & 0 deletions docs/models/createdeploymentrequest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CreateDeploymentRequest


## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
| `name` | *str* | :heavy_check_mark: | N/A |
| `spec` | [models.DeploymentWorkerSpecInput](../models/deploymentworkerspecinput.md) | :heavy_check_mark: | N/A |
| `resources` | [OptionalNullable[models.DeploymentResourceConfig]](../models/deploymentresourceconfig.md) | :heavy_minus_sign: | N/A |
4 changes: 2 additions & 2 deletions docs/models/datasetrecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
| `updated_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A |
| `deleted_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A |
| `dataset_id` | *str* | :heavy_check_mark: | N/A |
| `payload` | [models.ConversationPayload](../models/conversationpayload.md) | :heavy_check_mark: | N/A |
| `payload` | Dict[str, *Any*] | :heavy_check_mark: | Caller-authored input object stored on a dataset record. |
| `properties` | Dict[str, *Any*] | :heavy_check_mark: | N/A |
| `source` | [models.ConversationSource](../models/conversationsource.md) | :heavy_check_mark: | N/A |
| `source` | [models.DatasetRecordSource](../models/datasetrecordsource.md) | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# ConversationSource
# DatasetRecordSource

## Example Usage

```python
from mistralai.client.models import ConversationSource
from mistralai.client.models import DatasetRecordSource

# Open enum: unrecognized values are captured as UnrecognizedStr
value: ConversationSource = "EXPLORER"
value: DatasetRecordSource = "EXPLORER"
```


Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# DeleteDeploymentV1WorkflowsDeploymentsNameDeleteRequest


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `name` | *str* | :heavy_check_mark: | N/A |
13 changes: 13 additions & 0 deletions docs/models/deploymentbuildstate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# DeploymentBuildState


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- | -------------------------------------------------------------------- |
| `phase` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `commit_sha` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `image` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `message` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `started_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A |
| `finished_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_minus_sign: | N/A |
Loading
Loading