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
190 changes: 107 additions & 83 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 @@ -31,7 +31,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 2.0.0
version: 2.0.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-sdk-regen-1773084660
mistral-openapi:
sourceNamespace: mistral-openapi
sourceRevisionDigest: sha256:640293da26384ecedd813123997d7946815084924b8cbd91069aea0829d28b53
sourceBlobDigest: sha256:940626b1345a63b95ae840bd523458ea2b418767d64b864ad06ded4d38c6ea4d
sourceRevisionDigest: sha256:4ca07ff6dd708405d376cf74c8111d260aaa3aace7250a406ffbad01f3dfee44
sourceBlobDigest: sha256:3a9d8e056455da40ba3d6b6abb665cf65ccc5b1ba63d84fb823c3156bd385a30
tags:
- latest
- speakeasy-sdk-regen-1773084143
- speakeasy-sdk-regen-1773249358
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:640293da26384ecedd813123997d7946815084924b8cbd91069aea0829d28b53
sourceBlobDigest: sha256:940626b1345a63b95ae840bd523458ea2b418767d64b864ad06ded4d38c6ea4d
sourceRevisionDigest: sha256:4ca07ff6dd708405d376cf74c8111d260aaa3aace7250a406ffbad01f3dfee44
sourceBlobDigest: sha256:3a9d8e056455da40ba3d6b6abb665cf65ccc5b1ba63d84fb823c3156bd385a30
codeSamplesNamespace: mistral-openapi-code-samples
codeSamplesRevisionDigest: sha256:57a8f791effc62a15982c2ca9560bddbf4a9d03ae9cb0171f352e73a34e7cf61
codeSamplesRevisionDigest: sha256:b626a4c6b6a48943ae2fd215af3aa30cb923f2bad94bf4bbbb6a9c5838ad1c79
workflow:
workflowVersion: 1.0.0
speakeasyVersion: 1.729.0
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -398,4 +398,14 @@ Based on:
### Generated
- [python v2.0.0] .
### Releases
- [PyPI v2.0.0] https://pypi.org/project/mistralai/2.0.0 - .
- [PyPI v2.0.0] https://pypi.org/project/mistralai/2.0.0 - .

## 2026-03-11 17:15:32
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.729.0 (2.841.0) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v2.0.1] .
### Releases
- [PyPI v2.0.1] https://pypi.org/project/mistralai/2.0.1 - .
6 changes: 6 additions & 0 deletions docs/models/agenttool.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
value: models.CodeInterpreterTool = /* values here */
```

### `models.CustomConnector`

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

### `models.DocumentLibraryTool`

```python
Expand Down
9 changes: 9 additions & 0 deletions 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 |
13 changes: 0 additions & 13 deletions docs/models/audiourl.md

This file was deleted.

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

This file was deleted.

17 changes: 0 additions & 17 deletions docs/models/audiourlunion.md

This file was deleted.

17 changes: 17 additions & 0 deletions 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 */
```

6 changes: 0 additions & 6 deletions docs/models/contentchunk.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,3 @@ value: models.ThinkChunk = /* values here */
value: models.AudioChunk = /* values here */
```

### `models.AudioURLChunk`

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

2 changes: 1 addition & 1 deletion docs/models/conversationrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| `store` | *OptionalNullable[bool]* | :heavy_minus_sign: | N/A |
| `handoff_execution` | [OptionalNullable[models.ConversationRequestHandoffExecution]](../models/conversationrequesthandoffexecution.md) | :heavy_minus_sign: | N/A |
| `instructions` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `tools` | List[[models.ConversationRequestTool](../models/conversationrequesttool.md)] | :heavy_minus_sign: | List of tools which are available to the model during the conversation. |
| `tools` | List[[models.ConversationRequestTool](../models/conversationrequesttool.md)] | :heavy_minus_sign: | N/A |
| `completion_args` | [OptionalNullable[models.CompletionArgs]](../models/completionargs.md) | :heavy_minus_sign: | N/A |
| `guardrails` | List[[models.GuardrailConfig](../models/guardrailconfig.md)] | :heavy_minus_sign: | N/A |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
Expand Down
6 changes: 6 additions & 0 deletions docs/models/conversationrequesttool.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
value: models.CodeInterpreterTool = /* values here */
```

### `models.CustomConnector`

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

### `models.DocumentLibraryTool`

```python
Expand Down
2 changes: 1 addition & 1 deletion docs/models/conversationstreamrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| `store` | *OptionalNullable[bool]* | :heavy_minus_sign: | N/A |
| `handoff_execution` | [OptionalNullable[models.ConversationStreamRequestHandoffExecution]](../models/conversationstreamrequesthandoffexecution.md) | :heavy_minus_sign: | N/A |
| `instructions` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
| `tools` | List[[models.ConversationStreamRequestTool](../models/conversationstreamrequesttool.md)] | :heavy_minus_sign: | List of tools which are available to the model during the conversation. |
| `tools` | List[[models.ConversationStreamRequestTool](../models/conversationstreamrequesttool.md)] | :heavy_minus_sign: | N/A |
| `completion_args` | [OptionalNullable[models.CompletionArgs]](../models/completionargs.md) | :heavy_minus_sign: | N/A |
| `guardrails` | List[[models.GuardrailConfig](../models/guardrailconfig.md)] | :heavy_minus_sign: | N/A |
| `name` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
Expand Down
6 changes: 6 additions & 0 deletions docs/models/conversationstreamrequesttool.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
value: models.CodeInterpreterTool = /* values here */
```

### `models.CustomConnector`

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

### `models.DocumentLibraryTool`

```python
Expand Down
6 changes: 6 additions & 0 deletions docs/models/createagentrequesttool.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
value: models.CodeInterpreterTool = /* values here */
```

### `models.CustomConnector`

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

### `models.DocumentLibraryTool`

```python
Expand Down
11 changes: 11 additions & 0 deletions docs/models/customconnector.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# CustomConnector


## Fields

| Field | Type | Required | Description |
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
| `type` | *Literal["connector"]* | :heavy_check_mark: | N/A |
| `connector_id` | *str* | :heavy_check_mark: | N/A |
| `authorization` | [OptionalNullable[models.Authorization]](../models/authorization.md) | :heavy_minus_sign: | N/A |
| `tool_configuration` | [OptionalNullable[models.ToolConfiguration]](../models/toolconfiguration.md) | :heavy_minus_sign: | N/A |
9 changes: 5 additions & 4 deletions docs/models/guardrailconfig.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@

## Fields

| Field | Type | Required | Description |
| ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ | ------------------------------------------------------------------------------ |
| `block_on_error` | *Optional[bool]* | :heavy_minus_sign: | If true, return HTTP 403 and block request in the event of a server-side error |
| `moderation_llm_v1` | [Nullable[models.ModerationLlmv1Config]](../models/moderationllmv1config.md) | :heavy_check_mark: | N/A |
| Field | Type | Required | Description |
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
| `block_on_error` | *Optional[bool]* | :heavy_minus_sign: | If true, return HTTP 403 and block request in the event of a server-side error |
| `moderation_llm_v1` | [OptionalNullable[models.ModerationLlmv1Config]](../models/moderationllmv1config.md) | :heavy_minus_sign: | N/A |
| `moderation_llm_v2` | [OptionalNullable[models.ModerationLlmv2Config]](../models/moderationllmv2config.md) | :heavy_minus_sign: | N/A |
6 changes: 6 additions & 0 deletions docs/models/modelconversationtool.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
value: models.CodeInterpreterTool = /* values here */
```

### `models.CustomConnector`

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

### `models.DocumentLibraryTool`

```python
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ModerationLlmv1Action
# ModerationLLMAction


## Values
Expand Down
Loading