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
152 changes: 100 additions & 52 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.4.8
version: 2.4.9
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:da63f25f5494ed87af9fd53b24be07c85d20b2647c2ccfc113a8ce7f082bd3e6
sourceBlobDigest: sha256:f4fce666b36f9bf20205a82985c18a4bcdf347021ed7854eec637469e33be772
sourceRevisionDigest: sha256:32d84f9a04e15de1ea636cbcb7ab708d3fce017619ccdf6432ddf7fe13753779
sourceBlobDigest: sha256:4a0b48533d11828ac3a8d906105390f01ebf4d597e1f3aef782b1a117c55e9b9
tags:
- latest
- speakeasy-mistralai-sdk-26525785297-1
- speakeasy-mistralai-sdk-26880816484-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:da63f25f5494ed87af9fd53b24be07c85d20b2647c2ccfc113a8ce7f082bd3e6
sourceBlobDigest: sha256:f4fce666b36f9bf20205a82985c18a4bcdf347021ed7854eec637469e33be772
sourceRevisionDigest: sha256:32d84f9a04e15de1ea636cbcb7ab708d3fce017619ccdf6432ddf7fe13753779
sourceBlobDigest: sha256:4a0b48533d11828ac3a8d906105390f01ebf4d597e1f3aef782b1a117c55e9b9
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:a0c125d4bfde3fc72c7bb1ced846b17e2f05ed79cdc32c2d0296d70212982672
codeSamplesRevisionDigest: sha256:f74856338c9b13d9b047a71287f920229724ccb50d68eb2cea05ffefb43c3fea
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.763.6
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,4 +658,14 @@ Based on:
### Generated
- [python v2.4.8] .
### Releases
- [PyPI v2.4.8] https://pypi.org/project/mistralai/2.4.8 - .
- [PyPI v2.4.8] https://pypi.org/project/mistralai/2.4.8 - .

## 2026-06-03 11:09:54
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.4.9] .
### Releases
- [PyPI v2.4.9] https://pypi.org/project/mistralai/2.4.9 - .
8 changes: 4 additions & 4 deletions docs/models/authdata.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `client_id` | *str* | :heavy_check_mark: | N/A |
| `client_secret` | *str* | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| ----------------------- | ----------------------- | ----------------------- | ----------------------- |
| `client_id` | *str* | :heavy_check_mark: | N/A |
| `client_secret` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
1 change: 1 addition & 0 deletions docs/models/authenticationconfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
| `name` | *str* | :heavy_check_mark: | N/A |
| `authentication_type` | [models.OutboundAuthenticationType](../models/outboundauthenticationtype.md) | :heavy_check_mark: | N/A |
| `scope` | [models.ConsumerType](../models/consumertype.md) | :heavy_check_mark: | N/A |
| `status` | [OptionalNullable[models.CredentialsStatus]](../models/credentialsstatus.md) | :heavy_minus_sign: | N/A |
| `is_default` | *Optional[bool]* | :heavy_minus_sign: | N/A |
19 changes: 19 additions & 0 deletions docs/models/authstatus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# AuthStatus

## Example Usage

```python
from mistralai.client.models import AuthStatus

# Open enum: unrecognized values are captured as UnrecognizedStr
value: AuthStatus = "valid"
```


## Values

This is an open enum. Unrecognized values will not fail type checks.

- `"valid"`
- `"invalid"`
- `"error"`
10 changes: 10 additions & 0 deletions docs/models/completiontokensdetails.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# CompletionTokensDetails

Token usage details for the completion.


## Fields

| Field | Type | Required | Description |
| ------------------ | ------------------ | ------------------ | ------------------ |
| `reasoning_tokens` | *Optional[int]* | :heavy_minus_sign: | N/A |
Loading
Loading