Skip to content

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.10.0#297

Merged
aac228 merged 1 commit intomainfrom
speakeasy-sdk-regen-1765914268
Dec 17, 2025
Merged

chore: 🐝 Update SDK - Generate MISTRALAI MISTRALAI-SDK 1.10.0#297
aac228 merged 1 commit intomainfrom
speakeasy-sdk-regen-1765914268

Conversation

@github-actions
Copy link
Contributor

SDK update

Versioning

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

SDK Changes Detected:

  • mistral.beta.libraries.create(): response.owner_id Changed Breaking ⚠️
  • mistral.beta.libraries.documents.get(): response Changed Breaking ⚠️
  • mistral.models.list():
    • response.data.[].[base].capabilities Changed
    • error.status[422] Removed Breaking ⚠️
  • mistral.files.list():
    • request.include_total Added
    • response.total Changed Breaking ⚠️
  • mistral.beta.conversations.start():
    • request Changed Breaking ⚠️
    • response.outputs.[].[tool_execution_entry].name Changed Breaking ⚠️
  • mistral.beta.libraries.accesses.delete():
    • request.org_id Changed
    • response.share_with_uuid Changed Breaking ⚠️
  • mistral.beta.libraries.accesses.update_or_create():
    • request.org_id Changed
    • response.share_with_uuid Changed Breaking ⚠️
  • mistral.beta.conversations.append():
    • request.inputs.[array].[].[tool_execution_entry].name Changed Breaking ⚠️
    • response.outputs.[].[tool_execution_entry].name Changed Breaking ⚠️
  • mistral.beta.libraries.accesses.list(): response.data.[].share_with_uuid Changed Breaking ⚠️
  • mistral.beta.conversations.restart():
    • request Changed Breaking ⚠️
    • response.outputs.[].[tool_execution_entry].name Changed Breaking ⚠️
  • mistral.beta.libraries.documents.update():
    • request.attributes Added
    • response Changed Breaking ⚠️
  • mistral.beta.libraries.documents.upload(): response Changed Breaking ⚠️
  • mistral.beta.libraries.documents.list():
    • request.filters_attributes Added
    • response.data.[] Changed Breaking ⚠️
  • mistral.beta.libraries.update(): response.owner_id Changed Breaking ⚠️
  • mistral.beta.libraries.delete(): response.owner_id Changed Breaking ⚠️
  • mistral.beta.libraries.get(): response.owner_id Changed Breaking ⚠️
  • mistral.beta.conversations.get_history(): response.entries.[].[tool_execution_entry].name Changed Breaking ⚠️
  • mistral.beta.libraries.list(): response.data.[].owner_id Changed Breaking ⚠️
  • mistral.models.retrieve(): response.[base].capabilities Changed
  • mistral.agents.complete(): request.metadata Added
  • mistral.beta.agents.get():
    • request.agent_version Added
    • response Changed
  • mistral.beta.agents.list():
    • request Changed
    • response.[] Changed
  • mistral.beta.agents.update_version(): response Changed
  • mistral.beta.agents.delete(): Added
  • mistral.beta.conversations.list():
    • request.metadata Added
    • response.[] Changed
  • mistral.beta.conversations.get(): response Changed
  • mistral.beta.agents.update():
    • request Changed
    • response Changed
  • mistral.beta.conversations.delete(): Added
  • mistral.chat.complete(): request.metadata Added
  • mistral.fim.complete(): request.metadata Added
  • mistral.beta.agents.create():
    • request.metadata Added
    • response Changed
  • mistral.ocr.process():
    • request Changed
    • response.pages.[] Changed
OpenAPI Change Summary
├─┬Paths
│ ├─┬/v1/agents
│ │ └─┬GET
│ │   ├──[+] parameters (463:25)❌ 
│ │   ├──[+] parameters (473:25)❌ 
│ │   ├──[+] parameters (481:25)❌ 
│ │   ├──[+] parameters (489:25)❌ 
│ │   └──[+] parameters (455:25)❌ 
│ ├─┬/v1/files/{file_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[+] examples (913:37)
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (950:37)
│ ├─┬/v1/files/{file_id}/url
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (1012:37)
│ ├─┬/v1/libraries/{library_id}/documents/{document_id}/signed-url
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] title (2588:40)
│ ├─┬/v1/conversations/{conversation_id}
│ │ └──[+] delete (254:13)
│ ├─┬/v1/files
│ │ ├─┬GET
│ │ │ ├──[+] parameters (812:25)❌ 
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[+] examples (862:37)
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (753:37)
│ ├─┬/v1/audio/transcriptions
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (1997:37)
│ ├─┬/v1/agents/{agent_id}
│ │ ├──[+] delete (586:13)
│ │ └─┬GET
│ │   └──[+] parameters (528:25)❌ 
│ ├─┬/v1/chat/moderations
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (1764:37)
│ ├─┬/v1/models/{model_id}
│ │ ├─┬GET
│ │ │ └─┬Responses
│ │ │   └─┬200
│ │ │     └─┬application/json
│ │ │       └──[+] examples (78:37)
│ │ └─┬DELETE
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (132:37)
│ ├─┬/v1/libraries/{library_id}/documents/{document_id}/extracted-text-signed-url
│ │ └─┬GET
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └─┬Schema
│ │           └──[🔀] title (2625:40)
│ ├─┬/v1/ocr
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (1816:37)
│ ├─┬/v1/moderations
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (1692:37)
│ ├─┬/v1/conversations
│ │ └─┬GET
│ │   └──[+] parameters (191:25)❌ 
│ ├─┬/v1/fim/completions
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (1538:37)
│ ├─┬/v1/audio/transcriptions#stream
│ │ └─┬POST
│ │   └──[🔀] summary (2012:22)
│ ├─┬/v1/agents/completions
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (1584:37)
│ ├─┬/v1/models
│ │ └─┬GET
│ │   └─┬Responses
│ │     ├──[-] codes (20:21)❌ 
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (21:37)
│ ├─┬/v1/embeddings
│ │ └─┬POST
│ │   └─┬Responses
│ │     └─┬200
│ │       └─┬application/json
│ │         └──[+] examples (1635:37)
│ └─┬/v1/libraries/{library_id}/documents
│   └─┬GET
│     ├──[+] parameters (2200:25)❌ 
│     ├──[🔀] summary (2164:22)
│     ├─┬Parameters
│     │ └─┬Schema
│     │   ├──[+] maximum (2188:30)❌ 
│     │   └──[+] minimum (2189:30)❌ 
│     └─┬Parameters
│       └─┬Schema
│         └──[+] minimum (2197:30)❌ 
└─┬Components
  ├──[+] schemas (7481:13)
  ├──[+] schemas (3899:13)
  ├──[+] schemas (3802:13)
  ├─┬FIMCompletionRequest
  │ ├──[+] properties (7124:17)
  │ ├─┬prompt
  │ │ ├──[🔀] examples (7081:27)
  │ │ ├──[🔀] title (7077:28)
  │ │ └──[🔀] description (7079:34)
  │ ├─┬random_seed
  │ │ ├──[+] examples (7135:27)
  │ │ ├──[+] type (7131:27)❌ 
  │ │ ├──[🔀] title (7132:28)
  │ │ ├──[🔀] description (7133:34)
  │ │ ├──[-] anyOf (6461:27)❌ 
  │ │ └──[-] anyOf (6463:27)❌ 
  │ ├─┬temperature
  │ │ ├──[+] examples (7144:27)
  │ │ ├──[🔀] title (7140:28)
  │ │ ├──[🔀] description (7142:34)
  │ │ └─┬ANYOF
  │ │   ├──[🔀] type (7138:33)❌ 
  │ │   ├──[-] maximum (6427:36)❌ 
  │ │   └──[-] minimum (6428:36)❌ 
  │ ├─┬stream
  │ │ ├──[-] type (6447:27)❌ 
  │ │ ├──[🔀] title (7115:28)
  │ │ ├──[🔀] description (7116:34)
  │ │ ├──[-] default (6449:30)❌ 
  │ │ ├──[+] anyOf (7111:27)
  │ │ └──[+] anyOf (7112:27)
  │ ├─┬top_p
  │ │ ├──[-] type (6433:27)❌ 
  │ │ ├──[🔀] title (7088:28)
  │ │ ├──[-] maximum (6434:30)❌ 
  │ │ ├──[-] minimum (6435:30)❌ 
  │ │ ├──[🔀] description (7089:34)
  │ │ ├──[-] default (6437:30)❌ 
  │ │ ├──[+] anyOf (7084:27)
  │ │ └──[+] anyOf (7087:27)
  │ ├─┬model
  │ │ ├──[-] examples (6423:27)
  │ │ ├──[-] type (6420:27)❌ 
  │ │ ├──[🔀] title (7150:28)
  │ │ ├──[🔀] description (7151:34)
  │ │ ├──[+] anyOf (7147:27)
  │ │ └──[+] anyOf (7149:27)
  │ ├─┬stop
  │ │ ├──[🔀] title (7122:28)
  │ │ ├──[🔀] description (7123:34)
  │ │ ├─┬ANYOF
  │ │ │ ├──[🔀] type (7119:33)❌ 
  │ │ │ └──[+] minimum (7120:36)❌ 
  │ │ └─┬ANYOF
  │ │   ├──[-] items (6455:29)❌ 
  │ │   └──[🔀] type (7121:33)❌ 
  │ ├─┬suffix
  │ │ ├──[-] examples (6480:27)
  │ │ ├──[+] type (7105:27)❌ 
  │ │ ├──[🔀] title (7106:28)
  │ │ ├──[🔀] description (7108:34)
  │ │ ├──[-] anyOf (6474:27)❌ 
  │ │ └──[-] anyOf (6475:27)❌ 
  │ └─┬min_tokens
  │   ├──[🔀] title (7129:28)
  │   ├──[-] description (6487:34)
  │   └─┬ANYOF
  │     ├──[+] additionalProperties (7126:49)❌ 
  │     ├──[🔀] type (7127:33)❌ 
  │     └──[-] minimum (6484:36)❌ 
  ├─┬ClassificationRequest
  │ └─┬model
  │   └──[+] examples (7002:27)
  ├─┬ConversationUsageInfo
  │ └─┬connectors
  │   └─┬ANYOF
  │     └──[-] propertyNames (3552:29)❌ 
  ├─┬Agent
  │ ├──[+] required (3105:19)❌ 
  │ ├──[+] required (3108:19)❌ 
  │ ├──[+] required (3109:19)❌ 
  │ ├──[+] properties (3092:17)
  │ ├──[+] properties (3063:17)
  │ ├──[+] properties (3095:17)
  │ ├──[+] properties (3079:17)
  │ ├─┬model
  │ │ ├──[-] type (2532:27)❌ 
  │ │ ├──[🔀] title (3018:28)
  │ │ ├──[+] description (3019:34)
  │ │ ├──[+] anyOf (3016:27)
  │ │ └──[+] anyOf (3017:27)
  │ ├─┬name
  │ │ ├──[-] type (2535:27)❌ 
  │ │ ├──[-] title (2536:28)
  │ │ ├──[+] anyOf (3802:13)
  │ │ └──[+] anyOf (3066:27)
  │ ├─┬id
  │ │ ├──[-] type (2557:27)❌ 
  │ │ ├──[🔀] title (3062:28)
  │ │ ├──[+] anyOf (3057:27)
  │ │ └──[+] anyOf (3061:27)
  │ ├─┬instructions
  │ │ ├──[+] type (3074:27)❌ 
  │ │ ├──[🔀] title (3075:28)
  │ │ ├──[-] description (2506:34)
  │ │ ├──[-] anyOf (2503:27)❌ 
  │ │ └──[-] anyOf (2504:27)❌ 
  │ ├─┬version
  │ │ ├──[🔀] type (3096:27)❌ 
  │ │ └──[🔀] title (3097:28)
  │ ├─┬updated_at
  │ │ ├──[+] enum (3070:27)
  │ │ ├──[🔀] title (3071:28)
  │ │ ├──[-] format (2568:29)❌ 
  │ │ └──[+] default (3072:30)❌ 
  │ ├─┬object
  │ │ ├──[-] enum (2553:27)❌ 
  │ │ ├──[🔀] title (3046:28)
  │ │ └──[-] default (2555:30)❌ 
  │ ├─┬description
  │ │ ├──[+] type (3093:27)❌ 
  │ │ ├──[🔀] title (3094:28)
  │ │ ├──[-] anyOf (2539:27)❌ 
  │ │ └──[-] anyOf (2540:27)❌ 
  │ ├─┬handoffs
  │ │ ├──[🔀] title (3054:28)
  │ │ └─┬ANYOF
  │ │   ├──[-] items (2545:29)❌ 
  │ │   ├──[🔀] type (3052:33)❌ 
  │ │   └──[-] minItems (2547:37)❌ 
  │ └─┬tools
  │   ├──[-] items (2509:25)❌ 
  │   ├──[🔀] type (3048:27)❌ 
  │   ├──[🔀] title (3049:28)
  │   └──[-] description (2527:34)
  ├─┬ToolExecutionDoneEvent
  │ └─┬name
  │   └──[🔀] $ref (4480:21)❌ 
  ├─┬ConversationRequestBase
  │ ├──[+] properties (4711:17)
  │ ├──[+] properties (4700:17)
  │ ├─┬handoff_execution
  │ │ ├──[🔀] title (4699:28)
  │ │ └─┬ANYOF
  │ │   ├──[-] enum (4045:31)❌ 
  │ │   └──[-] enum (4046:31)❌ 
  │ ├─┬model
  │ │ └──[🔀] title (4661:28)
  │ ├─┬description
  │ │ ├──[-] title (4096:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (3360:17)❌ 
  │ ├─┬stream
  │ │ ├──[🔀] title (4693:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (4690:33)❌ 
  │ ├─┬name
  │ │ ├──[-] title (4090:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (3802:35)❌ 
  │ ├─┬instructions
  │ │ └──[🔀] $ref (4624:17)❌ 
  │ ├─┬tools
  │ │ ├──[+] items (4664:25)❌ 
  │ │ ├──[+] type (4680:27)❌ 
  │ │ ├──[+] description (4682:34)
  │ │ ├──[-] default (4078:29)❌ 
  │ │ ├──[-] anyOf (4059:27)❌ 
  │ │ └──[-] anyOf (4077:27)❌ 
  │ ├─┬completion_args
  │ │ ├──[+] title (4716:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (4713:27)❌ 
  │ ├─┬store
  │ │ ├──[🔀] title (4722:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (4719:33)❌ 
  │ └─┬inputs
  │   └──[🔀] $ref (4648:21)❌ 
  ├─┬ChatCompletionRequest
  │ ├──[+] properties (6864:17)
  │ ├─┬parallel_tool_calls
  │ │ ├──[-] type (6277:27)❌ 
  │ │ ├──[🔀] title (6924:28)
  │ │ ├──[+] description (6925:34)
  │ │ ├──[+] anyOf (6921:27)
  │ │ └──[+] anyOf (6923:27)
  │ ├─┬model
  │ │ ├──[-] examples (6174:27)
  │ │ ├──[-] type (6171:27)❌ 
  │ │ ├──[🔀] title (6869:28)
  │ │ ├──[-] description (6172:34)
  │ │ ├──[+] anyOf (6866:27)
  │ │ └──[+] anyOf (6868:27)
  │ ├─┬stop
  │ │ ├──[+] type (6942:27)❌ 
  │ │ ├──[-] title (6207:28)
  │ │ ├──[🔀] description (6943:34)
  │ │ ├──[-] anyOf (6203:27)❌ 
  │ │ └──[-] anyOf (6204:27)❌ 
  │ ├─┬temperature
  │ │ ├──[+] type (6845:27)❌ 
  │ │ ├──[🔀] title (6846:28)
  │ │ ├──[🔀] description (6848:34)
  │ │ ├──[+] default (6847:30)❌ 
  │ │ ├──[-] anyOf (6177:27)❌ 
  │ │ └──[-] anyOf (6180:27)❌ 
  │ ├─┬response_format
  │ │ └──[🔀] $ref (6858:21)❌ 
  │ ├─┬stream
  │ │ ├──[-] type (6197:27)❌ 
  │ │ ├──[🔀] title (6855:28)
  │ │ ├──[🔀] description (6856:34)
  │ │ ├──[-] default (6199:30)❌ 
  │ │ ├──[+] anyOf (6851:27)
  │ │ └──[+] anyOf (6852:27)
  │ ├─┬presence_penalty
  │ │ └──[🔀] $ref (3885:17)❌ 
  │ ├─┬tools
  │ │ ├──[🔀] title (6904:28)
  │ │ ├──[+] description (6906:34)
  │ │ ├──[+] default (6905:30)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (7593:17)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (3989:19)❌ 
  │ ├─┬top_p
  │ │ ├──[-] type (6184:27)❌ 
  │ │ ├──[🔀] title (6898:28)
  │ │ ├──[-] maximum (6185:30)❌ 
  │ │ ├──[-] minimum (6186:30)❌ 
  │ │ ├──[🔀] description (6899:34)
  │ │ ├──[+] anyOf (6894:27)
  │ │ └──[+] anyOf (6897:27)
  │ ├─┬tool_choice
  │ │ ├──[🔀] title (6829:28)
  │ │ ├──[+] description (6830:34)
  │ │ ├──[-] default (6250:30)❌ 
  │ │ ├─┬ANYOF
  │ │ │ └──[🔀] $ref (6825:27)❌ 
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (6828:27)❌ 
  │ ├─┬random_seed
  │ │ ├──[-] title (6214:28)
  │ │ ├──[🔀] description (6940:34)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (7241:19)❌ 
  │ ├─┬prompt_mode
  │ │ ├──[+] type (6908:27)❌ 
  │ │ ├──[+] title (6911:28)
  │ │ ├──[+] maximum (6909:30)❌ 
  │ │ ├──[+] minimum (6910:30)❌ 
  │ │ ├──[🔀] description (6912:34)
  │ │ ├──[-] anyOf (6577:13)❌ 
  │ │ └──[-] anyOf (6282:27)❌ 
  │ ├─┬n
  │ │ ├──[+] examples (6822:27)
  │ │ ├──[+] type (6819:27)❌ 
  │ │ ├──[🔀] title (6818:28)
  │ │ ├──[🔀] description (6820:34)
  │ │ ├──[-] anyOf (6265:27)❌ 
  │ │ └──[-] anyOf (6267:27)❌ 
  │ ├─┬frequency_penalty
  │ │ └──[🔀] description (6918:34)
  │ ├─┬prediction
  │ │ └──[🔀] $ref (6933:21)❌ 
  │ └─┬safe_prompt
  │   └──[🔀] $ref (3907:17)❌ 
  ├─┬ToolExecutionStartedEvent
  │ └─┬name
  │   └──[🔀] $ref (4512:21)❌ 
  ├─┬OCRPageObject
  │ ├──[+] properties (7360:17)
  │ ├──[+] properties (7354:17)
  │ ├──[+] properties (7348:17)
  │ ├──[+] properties (7342:17)
  │ ├─┬images
  │ │ ├──[-] items (6674:25)❌ 
  │ │ ├──[-] type (6675:27)❌ 
  │ │ ├──[🔀] title (7364:28)
  │ │ ├──[🔀] description (7365:34)
  │ │ ├──[+] anyOf (7362:27)
  │ │ └──[+] anyOf (7363:27)
  │ ├─┬markdown
  │ │ ├──[+] items (7350:25)❌ 
  │ │ ├──[🔀] type (7351:27)❌ 
  │ │ ├──[🔀] title (7352:28)
  │ │ └──[🔀] description (7353:34)
  │ └─┬index
  │   ├──[-] type (6664:27)❌ 
  │   ├──[🔀] title (7358:28)
  │   ├──[-] minimum (6665:30)❌ 
  │   ├──[🔀] description (7359:34)
  │   ├──[+] anyOf (7356:27)
  │   └──[+] anyOf (7357:27)
  ├─┬AgentsCompletionRequest
  │ ├──[+] properties (8008:17)
  │ ├─┬frequency_penalty
  │ │ └──[🔀] description (8060:34)
  │ ├─┬parallel_tool_calls
  │ │ ├──[-] type (7339:27)❌ 
  │ │ ├──[🔀] title (8066:28)
  │ │ ├──[+] description (8067:34)
  │ │ ├──[+] anyOf (8063:27)
  │ │ └──[+] anyOf (8065:27)
  │ ├─┬prediction
  │ │ └──[🔀] $ref (8075:21)❌ 
  │ ├─┬random_seed
  │ │ ├──[-] title (7276:28)
  │ │ ├──[🔀] description (8081:34)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (7241:19)❌ 
  │ ├─┬response_format
  │ │ └──[🔀] $ref (8002:21)❌ 
  │ ├─┬n
  │ │ ├──[🔀] title (8013:28)
  │ │ ├──[-] description (7331:34)
  │ │ └─┬ANYOF
  │ │   ├──[+] additionalProperties (8010:49)❌ 
  │ │   ├──[🔀] type (8011:33)❌ 
  │ │   └──[-] minimum (7328:36)❌ 
  │ ├─┬prompt_mode
  │ │ ├──[+] type (8050:27)❌ 
  │ │ ├──[+] title (8053:28)
  │ │ ├──[+] maximum (8051:30)❌ 
  │ │ ├──[+] minimum (8052:30)❌ 
  │ │ ├──[🔀] description (8054:34)
  │ │ ├──[-] anyOf (6577:13)❌ 
  │ │ └──[-] anyOf (7344:27)❌ 
  │ ├─┬tool_choice
  │ │ ├──[+] type (7989:27)❌ 
  │ │ ├──[🔀] title (7990:28)
  │ │ ├──[+] description (7992:34)
  │ │ ├──[🔀] default (7991:30)❌ 
  │ │ ├──[-] anyOf (6866:13)❌ 
  │ │ └──[-] anyOf (3394:13)❌ 
  │ ├─┬presence_penalty
  │ │ └──[🔀] $ref (3885:17)❌ 
  │ ├─┬stop
  │ │ └──[🔀] $ref (3907:17)❌ 
  │ ├─┬stream
  │ │ ├──[-] type (7259:27)❌ 
  │ │ ├──[🔀] title (7999:28)
  │ │ ├──[🔀] description (8000:34)
  │ │ ├──[-] default (7261:30)❌ 
  │ │ ├──[+] anyOf (7995:27)
  │ │ └──[+] anyOf (7996:27)
  │ └─┬tools
  │   ├──[🔀] title (8047:28)
  │   ├──[+] default (8048:30)❌ 
  │   ├─┬ANYOF
  │   │ └──[🔀] $ref (7593:17)❌ 
  │   └─┬ANYOF
  │     └──[🔀] $ref (3989:19)❌ 
  ├─┬ResponseFormats
  │ └──[-] description (3352:26)
  ├─┬DocumentUpdateIn
  │ ├──[+] properties (8324:17)
  │ └─┬name
  │   ├──[🔀] title (8348:28)
  │   └─┬ANYOF
  │     ├──[+] additionalProperties (8327:29)❌ 
  │     └──[🔀] type (8346:33)❌ 
  ├─┬Prediction
  │ └──[+] description (3897:26)
  ├─┬ModelConversation
  │ ├──[+] properties (3850:17)
  │ ├─┬tools
  │ │ ├──[+] enum (3858:27)
  │ │ ├──[-] items (3257:25)❌ 
  │ │ ├──[🔀] type (3856:27)❌ 
  │ │ ├──[🔀] title (3859:28)
  │ │ ├──[-] description (3275:34)
  │ │ └──[+] default (3860:30)❌ 
  │ ├─┬updated_at
  │ │ ├──[+] items (3816:25)❌ 
  │ │ ├──[🔀] type (3832:27)❌ 
  │ │ ├──[🔀] title (3833:28)
  │ │ ├──[-] format (3306:29)❌ 
  │ │ └──[+] description (3834:34)
  │ ├─┬model
  │ │ ├──[-] type (3309:27)❌ 
  │ │ ├──[-] title (3310:28)
  │ │ ├──[+] description (3854:34)
  │ │ ├──[+] anyOf (3802:13)
  │ │ └──[+] anyOf (3853:27)
  │ ├─┬object
  │ │ ├──[-] enum (3294:27)❌ 
  │ │ ├──[-] type (3292:27)❌ 
  │ │ ├──[🔀] title (3842:28)
  │ │ ├──[+] description (3843:34)
  │ │ ├──[-] default (3296:30)❌ 
  │ │ ├──[+] anyOf (3840:27)
  │ │ └──[+] anyOf (3841:27)
  │ └─┬name
  │   ├──[+] type (3873:27)❌ 
  │   ├──[🔀] title (3874:28)
  │   ├──[-] description (3284:34)
  │   ├──[-] anyOf (3281:27)❌ 
  │   └──[-] anyOf (3282:27)❌ 
  ├─┬ListFilesOut
  │ ├──[-] required (4386:19)❌ 
  │ └─┬total
  │   ├──[-] type (4382:27)❌ 
  │   ├──[+] anyOf (5013:27)
  │   └──[+] anyOf (5014:27)
  ├─┬ModelCapabilities
  │ ├──[+] properties (2965:17)
  │ ├──[+] properties (2961:17)
  │ ├──[+] properties (2953:17)
  │ ├─┬function_calling
  │ │ ├──[🔀] title (2947:28)
  │ │ └──[🔀] default (2948:30)❌ 
  │ ├─┬vision
  │ │ └──[🔀] title (2939:28)
  │ ├─┬completion_fim
  │ │ └──[🔀] title (2935:28)
  │ ├─┬completion_chat
  │ │ ├──[🔀] title (2959:28)
  │ │ └──[🔀] default (2960:30)❌ 
  │ ├─┬fine_tuning
  │ │ └──[🔀] title (2943:28)
  │ └─┬classification
  │   └──[🔀] title (2967:28)
  ├─┬ToolExecutionEntry
  │ └─┬name
  │   └──[🔀] $ref (4024:21)❌ 
  ├─┬AgentCreationRequest
  │ ├──[+] properties (3214:17)
  │ ├─┬model
  │ │ ├──[-] type (2655:27)❌ 
  │ │ ├──[-] title (2656:28)
  │ │ ├──[+] anyOf (3802:13)
  │ │ └──[+] anyOf (3217:27)
  │ ├─┬name
  │ │ └──[🔀] title (3197:28)
  │ └─┬tools
  │   ├──[-] items (2632:25)❌ 
  │   ├──[🔀] type (3199:27)❌ 
  │   ├──[🔀] title (3200:28)
  │   └──[-] description (2650:34)
  ├─┬ResponseFormat
  │ ├──[+] examples (3921:19)
  │ ├──[+] examples (3921:19)
  │ ├──[+] examples (3921:19)
  │ └──[+] description (3917:26)
  ├─┬DocumentOut
  │ ├──[+] properties (8283:17)
  │ ├──[+] properties (8278:17)
  │ ├─┬uploaded_by_id
  │ │ ├──[🔀] type (8290:27)❌ 
  │ │ ├──[🔀] title (8291:28)
  │ │ ├──[-] format (7518:29)❌ 
  │ │ └──[+] readOnly (8292:31)❌ 
  │ ├─┬mime_type
  │ │ ├──[🔀] title (8214:28)
  │ │ └──[+] format (8213:29)❌ 
  │ ├─┬summary
  │ │ ├──[🔀] title (8234:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (8232:33)❌ 
  │ ├─┬hash
  │ │ ├──[-] type (7480:27)❌ 
  │ │ ├──[🔀] title (8229:28)
  │ │ ├──[+] anyOf (8227:27)
  │ │ └──[+] anyOf (8228:27)
  │ ├─┬created_at
  │ │ ├──[-] type (7500:27)❌ 
  │ │ ├──[🔀] title (8288:28)
  │ │ ├──[-] format (7501:29)❌ 
  │ │ ├──[+] anyOf (8285:27)
  │ │ └──[+] anyOf (8287:27)
  │ ├─┬processing_status
  │ │ ├──[-] type (7515:27)❌ 
  │ │ ├──[+] title (8257:28)
  │ │ ├──[+] anyOf (8255:27)
  │ │ └──[+] anyOf (8256:27)
  │ ├─┬extension
  │ │ ├──[🔀] title (8246:28)
  │ │ └──[+] format (8245:29)❌ 
  │ ├─┬tokens_processing_main_content
  │ │ ├──[🔀] title (8242:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (8240:33)❌ 
  │ ├─┬number_of_pages
  │ │ ├──[+] type (8236:27)❌ 
  │ │ ├──[🔀] title (8237:28)
  │ │ ├──[-] anyOf (7511:27)❌ 
  │ │ └──[-] anyOf (7512:27)❌ 
  │ ├─┬name
  │ │ ├──[-] type (7492:27)❌ 
  │ │ ├──[🔀] title (8224:28)
  │ │ ├──[+] anyOf (8222:27)
  │ │ └──[+] anyOf (8223:27)
  │ ├─┬id
  │ │ ├──[-] type (7472:27)❌ 
  │ │ ├──[🔀] title (8219:28)
  │ │ ├──[-] format (7473:29)❌ 
  │ │ ├──[+] anyOf (8217:27)
  │ │ └──[+] anyOf (8218:27)
  │ ├─┬last_processed_at
  │ │ ├──[+] type (8208:27)❌ 
  │ │ ├──[🔀] title (8210:28)
  │ │ ├──[+] format (8209:29)❌ 
  │ │ ├──[-] anyOf (7505:27)❌ 
  │ │ └──[-] anyOf (7507:27)❌ 
  │ ├─┬tokens_processing_total
  │ │ ├──[-] type (7533:27)❌ 
  │ │ ├──[🔀] title (8277:28)
  │ │ ├──[-] readOnly (7535:31)❌ 
  │ │ ├──[+] anyOf (8275:27)
  │ │ └──[+] anyOf (8276:27)
  │ ├─┬size
  │ │ ├──[🔀] type (8259:27)❌ 
  │ │ └──[-] title (7490:28)
  │ ├─┬library_id
  │ │ ├──[-] type (7476:27)❌ 
  │ │ ├──[🔀] title (8252:28)
  │ │ ├──[-] format (7477:29)❌ 
  │ │ ├──[+] anyOf (8249:27)
  │ │ └──[+] anyOf (8251:27)
  │ ├─┬uploaded_by_type
  │ │ ├──[-] type (7521:27)❌ 
  │ │ ├──[+] title (8265:28)
  │ │ ├──[+] anyOf (8262:27)
  │ │ └──[+] anyOf (8264:27)
  │ └─┬tokens_processing_summary
  │   └──[🔀] title (8272:28)
  ├─┬SharingOut
  │ └─┬share_with_uuid
  │   ├──[-] type (7824:27)❌ 
  │   ├──[-] format (7825:29)❌ 
  │   ├──[+] anyOf (8611:27)
  │   └──[+] anyOf (8613:27)
  ├─┬LibraryOut
  │ └─┬owner_id
  │   ├──[-] type (7620:27)❌ 
  │   ├──[-] format (7621:29)❌ 
  │   ├──[+] anyOf (8403:27)
  │   └──[+] anyOf (8405:27)
  ├─┬AudioTranscriptionRequest
  │ └─┬model
  │   ├──[+] examples (7750:27)
  │   ├──[+] examples (7751:27)
  │   └──[+] description (7748:34)
  ├─┬ConversationRestartRequestBase
  │ ├──[+] properties (4808:17)
  │ ├──[+] properties (4800:17)
  │ ├─┬from_entry_id
  │ │ └──[🔀] $ref (3360:17)❌ 
  │ ├─┬inputs
  │ │ └──[🔀] $ref (4791:21)❌ 
  │ ├─┬stream
  │ │ ├──[-] type (4167:27)❌ 
  │ │ ├──[-] title (4168:28)
  │ │ ├──[🔀] description (4804:34)
  │ │ ├──[-] default (4170:30)❌ 
  │ │ ├──[+] anyOf (3802:13)
  │ │ └──[+] anyOf (4803:27)
  │ ├─┬handoff_execution
  │ │ ├──[-] enum (4179:27)❌ 
  │ │ ├──[-] enum (4180:27)❌ 
  │ │ ├──[🔀] title (4807:28)
  │ │ └──[-] default (4182:30)❌ 
  │ ├─┬completion_args
  │ │ └──[🔀] $ref (4809:21)❌ 
  │ └─┬store
  │   └──[🔀] $ref (4624:17)❌ 
  ├─┬ToolExecutionDeltaEvent
  │ └─┬name
  │   └──[🔀] $ref (4446:21)❌ 
  ├─┬BatchJobIn
  │ ├─┬agent_id
  │ │ └──[+] description (6741:34)
  │ ├─┬metadata
  │ │ └──[+] description (6754:34)
  │ ├─┬input_files
  │ │ └──[+] description (6719:34)
  │ ├─┬timeout_hours
  │ │ └──[+] description (6759:34)
  │ └─┬model
  │   ├──[+] examples (6734:27)
  │   ├──[+] examples (6735:27)
  │   └──[+] description (6732:34)
  ├─┬EmbeddingRequest
  │ ├─┬input
  │ │ └──[🔀] description (7045:34)
  │ ├─┬model
  │ │ └──[🔀] description (7033:34)
  │ └─┬output_dimension
  │   └──[🔀] description (7053:34)
  ├─┬SharingIn
  │ ├──[-] required (7801:19)❌ 
  │ └─┬org_id
  │   ├──[-] type (7785:27)❌ 
  │   ├──[-] format (7786:29)❌ 
  │   ├──[+] anyOf (8571:27)
  │   └──[+] anyOf (8573:27)
  ├─┬SharingDelete
  │ ├──[-] required (7780:19)❌ 
  │ └─┬org_id
  │   ├──[-] type (7766:27)❌ 
  │   ├──[-] format (7767:29)❌ 
  │   ├──[+] anyOf (8551:27)
  │   └──[+] anyOf (8553:27)
  ├─┬AgentUpdateRequest
  │ ├──[+] properties (3326:17)
  │ ├──[+] properties (3331:17)
  │ ├─┬name
  │ │ ├──[-] title (2767:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] $ref (3802:35)❌ 
  │ ├─┬description
  │ │ ├──[🔀] title (3330:28)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (3328:33)❌ 
  │ ├─┬handoffs
  │ │ ├──[🔀] title (3317:28)
  │ │ └─┬ANYOF
  │ │   ├──[-] items (2776:29)❌ 
  │ │   ├──[🔀] type (3315:33)❌ 
  │ │   └──[-] minItems (2778:37)❌ 
  │ ├─┬instructions
  │ │ ├──[🔀] title (3325:28)
  │ │ ├──[-] description (2733:34)
  │ │ └─┬ANYOF
  │ │   ├──[+] items (3321:29)❌ 
  │ │   ├──[🔀] type (3322:33)❌ 
  │ │   └──[+] minItems (3323:37)❌ 
  │ ├─┬model
  │ │ ├──[🔀] title (3277:28)
  │ │ └──[+] description (3278:34)
  │ └─┬tools
  │   ├──[-] items (2736:25)❌ 
  │   ├──[-] type (2752:27)❌ 
  │   ├──[🔀] title (3307:28)
  │   ├──[-] description (2754:34)
  │   ├──[+] anyOf (3305:27)
  │   └──[+] anyOf (3306:27)
  ├─┬OCRRequest
  │ ├──[+] properties (7443:17)
  │ ├──[+] properties (7440:17)
  │ ├──[+] properties (7432:17)
  │ ├─┬id
  │ │ ├──[🔀] type (7444:27)❌ 
  │ │ └──[🔀] title (7445:28)
  │ ├─┬pages
  │ │ ├──[🔀] title (7408:28)
  │ │ ├──[🔀] description (7409:34)
  │ │ └─┬ANYOF
  │ │   ├──[-] items (6711:29)❌ 
  │ │   └──[🔀] type (7406:33)❌ 
  │ ├─┬model
  │ │ ├──[🔀] title (7420:28)
  │ │ ├──[+] description (7421:34)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (7418:33)❌ 
  │ ├─┬image_limit
  │ │ ├──[+] type (7441:27)❌ 
  │ │ ├──[🔀] title (7442:28)
  │ │ ├──[-] description (6727:34)
  │ │ ├──[-] anyOf (6724:27)❌ 
  │ │ └──[-] anyOf (6725:27)❌ 
  │ ├─┬include_image_base64
  │ │ ├──[🔀] title (7414:28)
  │ │ ├──[🔀] description (7415:34)
  │ │ └─┬ANYOF
  │ │   └──[🔀] type (7412:33)❌ 
  │ └─┬image_min_size
  │   ├──[+] type (7387:27)❌ 
  │   ├──[🔀] title (7388:28)
  │   ├──[-] description (6733:34)
  │   ├──[-] anyOf (6730:27)❌ 
  │   └──[-] anyOf (6731:27)❌ 
  └─┬AgentConversation
    ├──[+] properties (3150:17)
    ├──[+] properties (3125:17)
    ├─┬object
    │ ├──[-] enum (2597:27)❌ 
    │ ├──[-] type (2595:27)❌ 
    │ ├──[-] title (2598:28)
    │ ├──[+] description (3129:34)
    │ ├──[-] default (2599:30)❌ 
    │ ├──[+] anyOf (3802:13)
    │ └──[+] anyOf (3128:27)
    ├─┬created_at
    │ ├──[-] type (2604:27)❌ 
    │ ├──[🔀] title (3154:28)
    │ ├──[-] format (2605:29)❌ 
    │ ├──[+] anyOf (3152:27)
    │ └──[+] anyOf (3153:27)
    ├─┬description
    │ ├──[+] type (3140:27)❌ 
    │ ├──[🔀] title (3142:28)
    │ ├──[+] format (3141:29)❌ 
    │ ├──[-] description (2593:34)
    │ ├──[-] anyOf (2590:27)❌ 
    │ └──[-] anyOf (2591:27)❌ 
    ├─┬name
    │ ├──[+] type (3137:27)❌ 
    │ ├──[🔀] title (3138:28)
    │ ├──[-] description (2587:34)
    │ ├──[-] anyOf (2584:27)❌ 
    │ └──[-] anyOf (2585:27)❌ 
    ├─┬updated_at
    │ ├──[-] type (2608:27)❌ 
    │ ├──[🔀] title (3117:28)
    │ ├──[-] format (2609:29)❌ 
    │ ├──[+] description (3118:34)
    │ ├──[+] anyOf (3115:27)
    │ └──[+] anyOf (3116:27)
    └─┬id
      ├──[-] type (2601:27)❌ 
      ├──[🔀] title (3123:28)
      ├──[+] description (3124:34)
      ├──[+] anyOf (3121:27)
      └──[+] anyOf (3122:27)
Document Element Total Changes Breaking Changes
paths 34 13
components 518 230

PYTHON CHANGELOG

No relevant generator changes

Based on Speakeasy CLI 1.606.10

* `mistral.beta.libraries.create()`:  `response.owner_id` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.documents.get()`:  `response` **Changed** **Breaking** ⚠️
* `mistral.models.list()`: 
  *  `response.data.[].[base].capabilities` **Changed**
  *  `error.status[422]` **Removed** **Breaking** ⚠️
* `mistral.files.list()`: 
  *  `request.include_total` **Added**
  *  `response.total` **Changed** **Breaking** ⚠️
* `mistral.beta.conversations.start()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.outputs.[].[tool_execution_entry].name` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.accesses.delete()`: 
  *  `request.org_id` **Changed**
  *  `response.share_with_uuid` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.accesses.update_or_create()`: 
  *  `request.org_id` **Changed**
  *  `response.share_with_uuid` **Changed** **Breaking** ⚠️
* `mistral.beta.conversations.append()`: 
  *  `request.inputs.[array].[].[tool_execution_entry].name` **Changed** **Breaking** ⚠️
  *  `response.outputs.[].[tool_execution_entry].name` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.accesses.list()`:  `response.data.[].share_with_uuid` **Changed** **Breaking** ⚠️
* `mistral.beta.conversations.restart()`: 
  *  `request` **Changed** **Breaking** ⚠️
  *  `response.outputs.[].[tool_execution_entry].name` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.documents.update()`: 
  *  `request.attributes` **Added**
  *  `response` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.documents.upload()`:  `response` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.documents.list()`: 
  *  `request.filters_attributes` **Added**
  *  `response.data.[]` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.update()`:  `response.owner_id` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.delete()`:  `response.owner_id` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.get()`:  `response.owner_id` **Changed** **Breaking** ⚠️
* `mistral.beta.conversations.get_history()`:  `response.entries.[].[tool_execution_entry].name` **Changed** **Breaking** ⚠️
* `mistral.beta.libraries.list()`:  `response.data.[].owner_id` **Changed** **Breaking** ⚠️
* `mistral.models.retrieve()`:  `response.[base].capabilities` **Changed**
* `mistral.agents.complete()`:  `request.metadata` **Added**
* `mistral.beta.agents.get()`: 
  *  `request.agent_version` **Added**
  *  `response` **Changed**
* `mistral.beta.agents.list()`: 
  *  `request` **Changed**
  *  `response.[]` **Changed**
* `mistral.beta.agents.update_version()`:  `response` **Changed**
* `mistral.beta.agents.delete()`: **Added**
* `mistral.beta.conversations.list()`: 
  *  `request.metadata` **Added**
  *  `response.[]` **Changed**
* `mistral.beta.conversations.get()`:  `response` **Changed**
* `mistral.beta.agents.update()`: 
  *  `request` **Changed**
  *  `response` **Changed**
* `mistral.beta.conversations.delete()`: **Added**
* `mistral.chat.complete()`:  `request.metadata` **Added**
* `mistral.fim.complete()`:  `request.metadata` **Added**
* `mistral.beta.agents.create()`: 
  *  `request.metadata` **Added**
  *  `response` **Changed**
* `mistral.ocr.process()`: 
  *  `request` **Changed**
  *  `response.pages.[]` **Changed**
@github-actions github-actions bot added the minor Minor version bump label Dec 16, 2025
@aac228 aac228 merged commit 9370820 into main Dec 17, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Minor version bump

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants