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.4
# Generated by Speakeasy CLI [mistralai 2.4.4](https://pypi.org/project/mistralai/2.4.4) ## Python SDK Changes: * `mistral.beta.libraries.update()`: `request.name` **Changed** (Breaking ⚠️) * `mistral.beta.libraries.documents.update()`: `request.name` **Changed** (Breaking ⚠️) * `mistral.beta.rag.
LLMS
Mistral AI v2.4.3
# Generated by Speakeasy CLI [mistralai 2.4.3](https://pypi.org/project/mistralai/2.4.3) ## Python SDK Changes: * `mistral.ocr.process()`: `request.id` **Removed** (Breaking ⚠️) * `mistral.beta.rag.ingestion_pipeline_configurations.register()`: **Added** Generated with [Speakeasy CLI 1.761.1](http