LLMS
Mistral AI v2.0.0
RESUMEN
A technical release focused on improving developer experience and parity with the Python SDK v2. What's new Schema naming conventions 42 request/response types renamed to follow consistent conventions: - Request bodies: `{Verb}{Entity}Request` (e.g. `CreateAgentRequest`) - Responses: `{Ver
Descripción Detallada
A technical release focused on improving developer experience and parity with the Python SDK v2. What's new Schema naming conventions 42 request/response types renamed to follow consistent conventions: - Request bodies: `{Verb}{Entity}Request` (e.g. `CreateAgentRequest`) - Responses: `{Verb}{Entity}Response` (e.g. `ListFilesResponse`) - Entities: `{Entity}` (e.g. `BatchJob`, `Checkpoint`) See MIGRATION.md for the full rename table. Forward compatibility - Enums now accept unknown values, new API values won't crash old SDK versions - Discriminated unions get an `Unknown` variant for the same reason Automatic schema conflict resolution Speakeasy's `nameResolutionFeb2025` flag is enabled, automatically detecting and resolving ambiguous type names during generation (e.g. `Tools` → `ConversationRequestTool`). Native ES Modules The SDK now ships as ESM, enabling tree-shaking, faster startup, and better compatibility with modern bundlers and runtimes. Zod v4 Runtime validation upgraded from Zod v3 to Zod v4. GCP SDK rename `MistralGoogleCloud` → `MistralGCP` and `MistralGoogleCloudError` → `MistralGCPError` Breaking changes - 42 type renames (see MIGRATION.md) - ESM only — CommonJS `require()` no longer supported - Zod v4 — if you import SDK schemas directly, they are now Zod v4 schemas - GCP class: `MistralGoogleCl
Mistral AI v2.0.0 incluye cambios en nombres de tipos y es compatible solo con ESM.
- 42 tipos de solicitud/respuesta renombrados, consulta MIGRATION.md para detalles.
- Ahora solo se soporta ESM, CommonJS ya no es compatible.
- Actualización de Zod de v3 a v4, afecta importaciones directas de esquemas.
- Renombramiento de clases de GCP: `MistralGoogleCloud` a `MistralGCP`.
A quién le importa
Solo si usas el SDK y dependes de tipos o importaciones directas.
Generado por IA · puede contener errores
Releases Relacionados
LLMS
Mistral AI v2.4.12
# Generated by Speakeasy CLI ## 2026-06-17 12:47:32 ### Changes Based on: - OpenAPI Doc - Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy ### Generated - [python v2.4.12] . ### Releases - [PyPI v2.4.12] https://pypi.org/project/mistralai/2.4.12 - . Publishing Complete
LLMS
Mistral AI v2.4.11
# Generated by Speakeasy CLI ## 2026-06-16 13:00:09 ### Changes Based on: - OpenAPI Doc - Speakeasy CLI 1.763.6 (2.884.13) https://github.com/speakeasy-api/speakeasy ### Generated - [python v2.4.11] . ### Releases - [PyPI v2.4.11] https://pypi.org/project/mistralai/2.4.11 - . Publishing Complete