Mistral AI
記事 3 件
エージェント期 Mistral AI 2026-05-08
Mistral Medium 3.5 発表 — Vibe にリモートコーディングエージェントを統合
Mistral は新モデル「Mistral Medium 3.5」を発表し、同社のコーディング環境 Vibe でリモートコーディングエージェントを利用できるようにした。Medium 3.5 を駆動エンジンとし、Vibe からクラウド側でエージェントがリポジトリへの長時間タスク(マルチファイル変更・テスト・PR 作成)を実行する。Anthropic Claude Code・OpenAI Codex に対抗するエージェント型 IDE 戦略の一環。
ソース: Mistral News
エージェント期 Mistral AI 2026-05-07
Mistral Python SDK v2.4.5 — Workflows ストリーミング API に破壊的変更
Mistral 公式 Python クライアント v2.4.5 は Workflows API のストリーミング系に破壊的変更が入った。`workflows.executions.stream()` および `workflows.events.get_stream_events()` の レスポンス構造が変更され、CustomTaskInProgressResponse などのユニオン型の取り扱いが整理された。v2.4 系では毎週のように Speakeasy 経由でストリーミング・対話・RAG 系 API の構造変更が続いており、本リリースはその継続。Workflows API を使っているクライアントは更新が必須。
ソース: Mistral AI Python Client Releases
エージェント期 Mistral AI 2026-04-27
Mistral Python SDK v2.4.3 — RAG 取り込みパイプライン設定の登録 API を追加、OCR から request.id 削除
Mistral 公式 Python クライアント v2.4.3 は RAG 系に注目すべき追加がある。`mistral.beta.rag.ingestion_pipeline_configurations.register()` が新設され、RAG への文書取り込みパイプラインを設定として登録できるようになった。破壊的変更として `mistral.ocr.process()` から request.id が削除されており、OCR を呼び出しているクライアントは更新が必要。
ソース: Mistral AI Python Client Releases