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
16 changes: 8 additions & 8 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
speakeasyVersion: 1.761.1
speakeasyVersion: 1.763.6
sources:
mistral-azure-source:
sourceNamespace: mistral-openapi-azure
Expand All @@ -9,11 +9,11 @@ sources:
- speakeasy-sdk-regen-1773084953
mistral-google-cloud-source:
sourceNamespace: mistral-openapi-google-cloud
sourceRevisionDigest: sha256:b2406e82ec4ce411afc0c307d5a037c7737388bcc696bbb41884fe54e22831c9
sourceBlobDigest: sha256:795c0e010501e770b07cd28f1d0253cdb8f1419381e828b26575fdf149c022da
sourceRevisionDigest: sha256:34edde5edcaf43acc036c9635cf4c60ce4e86f49b3fa2bed8960b995454e8d7c
sourceBlobDigest: sha256:4e9e44f332073700612c1311c0d844241cc4b206140b82d5951879e1efdb0f2d
tags:
- latest
- speakeasy-sdk-regen-1773084660
- speakeasy-mistralai-gcp-sdk-26292830187-1
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:6b325264f8e8a60caa875776438b07d4eb5b56283da0796b283e9c5597810e22
Expand All @@ -31,10 +31,10 @@ targets:
mistralai-gcp-sdk:
source: mistral-google-cloud-source
sourceNamespace: mistral-openapi-google-cloud
sourceRevisionDigest: sha256:b2406e82ec4ce411afc0c307d5a037c7737388bcc696bbb41884fe54e22831c9
sourceBlobDigest: sha256:795c0e010501e770b07cd28f1d0253cdb8f1419381e828b26575fdf149c022da
sourceRevisionDigest: sha256:34edde5edcaf43acc036c9635cf4c60ce4e86f49b3fa2bed8960b995454e8d7c
sourceBlobDigest: sha256:4e9e44f332073700612c1311c0d844241cc4b206140b82d5951879e1efdb0f2d
codeSamplesNamespace: mistral-openapi-google-cloud-code-samples
codeSamplesRevisionDigest: sha256:c5a968a0454378d7f03ace500b309c0c709ea0b88d79700091d9ca7ea82c55a2
codeSamplesRevisionDigest: sha256:5da37f5c1b536a390868432838e6bcb81db4a4701a44b28f19c6ebb64c3c499f
mistralai-sdk:
source: mistral-openapi
sourceNamespace: mistral-openapi
Expand All @@ -44,7 +44,7 @@ targets:
codeSamplesRevisionDigest: sha256:95c443855a95966259bd108beec0cbdb8238f6f753dc4b021bf833d398e86c0c
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.761.1
speakeasyVersion: 1.763.6
sources:
mistral-azure-source:
inputs:
Expand Down
420 changes: 276 additions & 144 deletions packages/gcp/.speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/gcp/.speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.0.0
version: 2.1.0
additionalDependencies:
dev:
pytest: ^8.2.2
Expand Down
12 changes: 11 additions & 1 deletion packages/gcp/RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,14 @@ Based on:
### Generated
- [python v2.0.0] packages/gcp
### Releases
- [PyPI v2.0.0] https://pypi.org/project/mistralai-gcp/2.0.0 - packages/gcp
- [PyPI v2.0.0] https://pypi.org/project/mistralai-gcp/2.0.0 - packages/gcp

## 2026-05-22 14:13:02
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.1.0] packages/gcp
### Releases
- [PyPI v2.1.0] https://pypi.org/project/mistralai-gcp/2.1.0 - packages/gcp
9 changes: 9 additions & 0 deletions packages/gcp/docs/models/apikeyauth.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# APIKeyAuth


## Fields

| Field | Type | Required | Description |
| -------------------- | -------------------- | -------------------- | -------------------- |
| `type` | *Literal["api-key"]* | :heavy_check_mark: | N/A |
| `value` | *str* | :heavy_check_mark: | N/A |
17 changes: 17 additions & 0 deletions packages/gcp/docs/models/authorization.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Authorization


## Supported Types

### `models.APIKeyAuth`

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

### `models.OAuth2TokenAuth`

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

19 changes: 12 additions & 7 deletions packages/gcp/docs/models/builtinconnectors.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
# BuiltInConnectors

## Example Usage

```python
from mistralai.gcp.client.models import BuiltInConnectors
value: BuiltInConnectors = "web_search"
```


## Values

| Name | Value |
| -------------------- | -------------------- |
| `WEB_SEARCH` | web_search |
| `WEB_SEARCH_PREMIUM` | web_search_premium |
| `CODE_INTERPRETER` | code_interpreter |
| `IMAGE_GENERATION` | image_generation |
| `DOCUMENT_LIBRARY` | document_library |
- `"web_search"`
- `"web_search_premium"`
- `"code_interpreter"`
- `"image_generation"`
- `"document_library"`
3 changes: 2 additions & 1 deletion packages/gcp/docs/models/chatcompletionchoice.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
| Field | Type | Required | Description | Example |
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
| `index` | *int* | :heavy_check_mark: | N/A | 0 |
| `message` | [models.AssistantMessage](../models/assistantmessage.md) | :heavy_check_mark: | N/A | |
| `message` | [Optional[models.AssistantMessage]](../models/assistantmessage.md) | :heavy_minus_sign: | N/A | |
| `messages` | List[[models.DeltaMessage](../models/deltamessage.md)] | :heavy_minus_sign: | N/A | |
| `finish_reason` | [models.ChatCompletionChoiceFinishReason](../models/chatcompletionchoicefinishreason.md) | :heavy_check_mark: | N/A | stop |
23 changes: 16 additions & 7 deletions packages/gcp/docs/models/chatcompletionchoicefinishreason.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,21 @@
# ChatCompletionChoiceFinishReason

## Example Usage

```python
from mistralai.gcp.client.models import ChatCompletionChoiceFinishReason

# Open enum: unrecognized values are captured as UnrecognizedStr
value: ChatCompletionChoiceFinishReason = "stop"
```


## Values

| Name | Value |
| -------------- | -------------- |
| `STOP` | stop |
| `LENGTH` | length |
| `MODEL_LENGTH` | model_length |
| `ERROR` | error |
| `TOOL_CALLS` | tool_calls |
This is an open enum. Unrecognized values will not fail type checks.

- `"stop"`
- `"length"`
- `"model_length"`
- `"error"`
- `"tool_calls"`
Loading
Loading