Skip to content

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.4.3#503

Merged
DylanGriffith merged 3 commits intomainfrom
speakeasy-sdk-regen-1777292304
Apr 27, 2026
Merged

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 2.4.3#503
DylanGriffith merged 3 commits intomainfrom
speakeasy-sdk-regen-1777292304

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

SDK update

Versioning

Version Bump Type: [patch] - 🤖 (automated)

Tip

If updates to your OpenAPI document introduce breaking changes, be sure to update the info.version field to trigger the correct version bump.
Speakeasy supports manual control of SDK versioning through multiple methods.

Python SDK Changes:

  • mistral.ocr.process(): request.id Removed (Breaking ⚠️)
  • mistral.beta.rag.ingestion_pipeline_configurations.register(): Added

View full SDK changelog

OpenAPI Change Summary
├─┬Paths
│ ├─┬/v1/fine_tuning/jobs/{job_id}
│ │ └─┬GET
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[+] description (1628:26)
│ ├─┬/v1/rag/ingestion_pipeline_configurations
│ │ └──[+] put (7919:7)
│ ├─┬/v1/fine_tuning/jobs
│ │ └─┬GET
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] description (1518:26)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] description (1540:26)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] description (1550:26)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] description (1560:26)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] description (1501:26)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[🔀] description (1573:26)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] description (1470:26)
│ │   ├─┬Parameters
│ │   │ └─┬Schema
│ │   │   └──[+] description (1479:26)
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[+] description (1490:26)
│ ├─┬/v1/models/{model_id}
│ │ ├─┬GET
│ │ │ ├─┬Parameters
│ │ │ │ ├──[-] example (263:20)
│ │ │ │ └─┬Schema
│ │ │ │   ├──[+] examples (259:17)
│ │ │ │   └──[+] description (257:26)
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └─┬userExample
│ │ │         ├──[🔀] value (280:21)
│ │ │         ├──[🔀] value (280:21)
│ │ │         ├──[🔀] value (280:21)
│ │ │         ├──[🔀] value (280:21)
│ │ │         ├──[🔀] value (280:21)
│ │ │         ├──[🔀] value (280:21)
│ │ │         ├──[-] value (283:21)
│ │ │         ├──[-] value (283:21)
│ │ │         ├──[-] value (283:21)
│ │ │         ├──[-] value (283:21)
│ │ │         └──[-] value (283:21)
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     ├──[-] example (325:20)
│ │     └─┬Schema
│ │       ├──[+] examples (318:17)
│ │       └──[+] description (316:26)
│ ├─┬/v1/models
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬userExample
│ │           └──[🔀] value (220:21)
│ ├─┬/v1/fine_tuning/jobs/{job_id}/cancel
│ │ └─┬POST
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       └──[+] description (1661:26)
│ ├─┬/v1/fine_tuning/models/{model_id}/archive
│ │ ├─┬POST
│ │ │ └─┬Parameters
│ │ │   └─┬Schema
│ │ │     ├──[+] description (1764:26)
│ │ │     └──[+] example (1765:22)
│ │ └─┬DELETE
│ │   └─┬Parameters
│ │     └─┬Schema
│ │       ├──[+] description (1789:26)
│ │       └──[+] example (1790:22)
│ └─┬/v1/fine_tuning/models/{model_id}
│   └─┬PATCH
│     └─┬Parameters
│       └─┬Schema
│         ├──[+] description (1724:26)
│         └──[+] example (1725:22)
└─┬Components
  ├──[+] schemas (21657:7)
  ├─┬BatchJobIn
  │ └─┬input_files
  │   └──[🔀] description (12685:24)
  ├─┬JobMetadataOut
  │ ├─┬train_tokens_per_step
  │ │ ├──[+] examples (11445:15)
  │ │ └──[+] description (11447:24)
  │ ├─┬train_tokens
  │ │ ├──[+] examples (11453:15)
  │ │ └──[+] description (11455:24)
  │ ├─┬cost_currency
  │ │ ├──[+] examples (11437:15)
  │ │ └──[+] description (11439:24)
  │ ├─┬data_tokens
  │ │ ├──[+] examples (11461:15)
  │ │ └──[+] description (11463:24)
  │ ├─┬cost
  │ │ ├──[+] examples (11429:15)
  │ │ └──[+] description (11431:24)
  │ └─┬expected_duration_seconds
  │   ├──[+] examples (11421:15)
  │   └──[+] description (11423:24)
  ├─┬CompletionTrainingParameters
  │ ├─┬warmup_fraction
  │ │ └──[+] description (11355:24)
  │ ├─┬training_steps
  │ │ └──[+] description (11331:24)
  │ ├─┬weight_decay
  │ │ └──[+] description (11346:24)
  │ └─┬learning_rate
  │   └──[+] description (11337:24)
  ├─┬ClassifierJobOut
  │ └─┬suffix
  │   └──[🔀] description (11106:24)
  ├─┬ClassifierDetailedJobOut
  │ ├─┬job_type
  │ │ └──[+] description (12044:24)
  │ ├─┬trained_tokens
  │ │ └──[+] description (12036:24)
  │ ├─┬validation_files
  │ │ └──[+] description (11998:24)
  │ ├─┬status
  │ │ └──[+] description (11974:24)
  │ ├─┬object
  │ │ └──[+] description (12003:24)
  │ ├─┬created_at
  │ │ └──[+] description (11978:24)
  │ ├─┬suffix
  │ │ └──[+] description (12017:24)
  │ ├─┬id
  │ │ └──[+] description (11953:24)
  │ ├─┬integrations
  │ │ └──[+] description (12030:24)
  │ ├─┬fine_tuned_model
  │ │ └──[+] description (12011:24)
  │ ├─┬modified_at
  │ │ └──[+] description (11982:24)
  │ └─┬training_files
  │   └──[+] description (11989:24)
  ├─┬ClassifierTrainingParameters
  │ ├─┬weight_decay
  │ │ └──[+] description (11173:24)
  │ ├─┬training_steps
  │ │ └──[+] description (11158:24)
  │ ├─┬learning_rate
  │ │ └──[+] description (11164:24)
  │ └─┬warmup_fraction
  │   └──[+] description (11182:24)
  ├─┬CompletionDetailedJobOut
  │ ├─┬suffix
  │ │ └──[+] description (12173:24)
  │ ├─┬object
  │ │ └──[+] description (12159:24)
  │ ├─┬fine_tuned_model
  │ │ └──[+] description (12167:24)
  │ ├─┬validation_files
  │ │ └──[+] description (12154:24)
  │ ├─┬job_type
  │ │ └──[+] description (12200:24)
  │ ├─┬training_files
  │ │ └──[+] description (12145:24)
  │ ├─┬created_at
  │ │ └──[+] description (12134:24)
  │ ├─┬modified_at
  │ │ └──[+] description (12138:24)
  │ ├─┬id
  │ │ └──[+] description (12109:24)
  │ ├─┬status
  │ │ └──[+] description (12130:24)
  │ ├─┬integrations
  │ │ └──[+] description (12186:24)
  │ └─┬trained_tokens
  │   └──[+] description (12192:24)
  ├─┬OCRRequest
  │ └──[-] properties (13418:9)❌ 
  ├─┬DeleteModelOut
  │ ├─┬deleted
  │ │ └──[🔀] description (8110:24)
  │ └─┬object
  │   └──[🔀] description (8105:24)
  ├─┬CompletionJobOut
  │ └─┬suffix
  │   └──[🔀] description (11268:24)
  └─┬DeleteFileOut
    └─┬deleted
      └──[🔀] examples (11010:15)
Document Element Total Changes Breaking Changes
paths 36 0
components 52 1

View full report

Linting Report 0 errors, 6 warnings, 51 hints

View full report

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.761.1

Last updated by Speakeasy workflow

* `mistral.ocr.process()`:  `request.id` **Removed** (Breaking ⚠️)
* `mistral.beta.rag.ingestion_pipeline_configurations.register()`: **Added**
@github-actions github-actions Bot added the patch Patch version bump label Apr 27, 2026
@DylanGriffith DylanGriffith merged commit 362e8a6 into main Apr 27, 2026
4 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Patch version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants