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
306 changes: 170 additions & 136 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.9.0
version: 2.9.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:293d745b03e7c944b3ccfb5f6e1372ec824069bdc25592b4b45469728d6fc294
sourceBlobDigest: sha256:b4f7beb29b3a6d96dc5ce15245afddd8274c66c6fa927d251f0e1702f34f8eec
sourceRevisionDigest: sha256:9574dbeb71d1223769d4dab8c3742fc239b1e3b7183275d95f5d3681ac8e47fe
sourceBlobDigest: sha256:27089861b75a4918f4077aaf9e1a15b76e9cfcae70138dc3b4943485536ad805
tags:
- latest
- speakeasy-mistralai-sdk-30634845471-2
- speakeasy-mistralai-sdk-30920901473-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:293d745b03e7c944b3ccfb5f6e1372ec824069bdc25592b4b45469728d6fc294
sourceBlobDigest: sha256:b4f7beb29b3a6d96dc5ce15245afddd8274c66c6fa927d251f0e1702f34f8eec
sourceRevisionDigest: sha256:9574dbeb71d1223769d4dab8c3742fc239b1e3b7183275d95f5d3681ac8e47fe
sourceBlobDigest: sha256:27089861b75a4918f4077aaf9e1a15b76e9cfcae70138dc3b4943485536ad805
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:ffc1a4dc8fe9420b468bc17027aec056715a280a97ecba0de928bd7aa8e2d426
codeSamplesRevisionDigest: sha256:b2e32e2795b23fcfc9df76bbb68a8a0c801701ab176f99214307b168e80ef7be
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.763.6
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -685,9 +685,9 @@ print(res.choices[0].message.content)

### [Beta.Rag.SearchIndexes](docs/sdks/searchindexes/README.md)

* [get_indexes](docs/sdks/searchindexes/README.md#get_indexes) - Get Index Summaries
* [register](docs/sdks/searchindexes/README.md#register) - Register (or re-register) a search index
* [unregister](docs/sdks/searchindexes/README.md#unregister) - Unregister Search Index
* [get_deployment_summaries](docs/sdks/searchindexes/README.md#get_deployment_summaries) - Get Deployment Summaries
* [register_deployment](docs/sdks/searchindexes/README.md#register_deployment) - Register (or re-register) a search index
* [unregister_deployment](docs/sdks/searchindexes/README.md#unregister_deployment) - Unregister Deployment
* [update_index_metrics](docs/sdks/searchindexes/README.md#update_index_metrics) - Update Index Metrics

### [Beta.Skills](docs/sdks/skills/README.md)
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -808,4 +808,14 @@ Based on:
### Generated
- [python v2.9.0] .
### Releases
- [PyPI v2.9.0] https://pypi.org/project/mistralai/2.9.0 - .
- [PyPI v2.9.0] https://pypi.org/project/mistralai/2.9.0 - .

## 2026-08-04 14:51:38
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.9.1] .
### Releases
- [PyPI v2.9.1] https://pypi.org/project/mistralai/2.9.1 - .
8 changes: 8 additions & 0 deletions docs/models/getdeploymentsummariesresponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# GetDeploymentSummariesResponse


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| `deployments` | List[[models.GetDeploymentSummariesResponseDeployment](../models/getdeploymentsummariesresponsedeployment.md)] | :heavy_check_mark: | N/A |
15 changes: 15 additions & 0 deletions docs/models/getdeploymentsummariesresponsedeployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# GetDeploymentSummariesResponseDeployment


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
| `id` | *str* | :heavy_check_mark: | N/A |
| `name` | *str* | :heavy_check_mark: | N/A |
| `creator_id` | *str* | :heavy_check_mark: | N/A |
| `document_count` | *int* | :heavy_check_mark: | N/A |
| `status` | [models.GetDeploymentSummariesResponseDeploymentStatus](../models/getdeploymentsummariesresponsedeploymentstatus.md) | :heavy_check_mark: | N/A |
| `created_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A |
| `modified_at` | [date](https://docs.python.org/3/library/datetime.html#date-objects) | :heavy_check_mark: | N/A |
| `deployment` | [models.GetDeploymentSummariesResponseDeploymentDeployment](../models/getdeploymentsummariesresponsedeploymentdeployment.md) | :heavy_check_mark: | N/A |
11 changes: 11 additions & 0 deletions docs/models/getdeploymentsummariesresponsedeploymentdeployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GetDeploymentSummariesResponseDeploymentDeployment


## Supported Types

### `models.GetDeploymentSummariesResponseVespaDeployment`

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

Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# GetSearchIndexSummaryResponseIndexStatus
# GetDeploymentSummariesResponseDeploymentStatus

## Example Usage

```python
from mistralai.client.models import GetSearchIndexSummaryResponseIndexStatus
from mistralai.client.models import GetDeploymentSummariesResponseDeploymentStatus

# Open enum: unrecognized values are captured as UnrecognizedStr
value: GetSearchIndexSummaryResponseIndexStatus = "online"
value: GetDeploymentSummariesResponseDeploymentStatus = "online"
```


Expand Down
9 changes: 9 additions & 0 deletions docs/models/getdeploymentsummariesresponsevespadeployment.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# GetDeploymentSummariesResponseVespaDeployment


## Fields

| Field | Type | Required | Description |
| -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| `type` | *Literal["vespa"]* | :heavy_check_mark: | N/A |
| `indexes` | List[[models.GetDeploymentSummariesResponseVespaIndex](../models/getdeploymentsummariesresponsevespaindex.md)] | :heavy_check_mark: | N/A |
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GetSearchIndexSummaryResponseVespaSchemaModel
# GetDeploymentSummariesResponseVespaIndex


## Fields
Expand Down
8 changes: 0 additions & 8 deletions docs/models/getsearchindexsummaryresponse.md

This file was deleted.

15 changes: 0 additions & 15 deletions docs/models/getsearchindexsummaryresponseindex.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/models/getsearchindexsummaryresponseindexindex.md

This file was deleted.

Loading
Loading