11lockVersion: 2.0.0
22id: 2d045ec7-2ebb-4f4d-ad25-40953b132161
33management:
4- docChecksum: 36ad3563d9d2b3af47015100d060570b
4+ docChecksum: 7ad277ed0527b2949ed9d503ce742fab
55 docVersion: 0.0.2
6- speakeasyVersion: 1.451.1
7- generationVersion: 2.470 .1
8- releaseVersion: 1.2.5
9- configChecksum: 9dbada68b30d84dc9c102c143b926b3d
6+ speakeasyVersion: 1.462.2
7+ generationVersion: 2.486 .1
8+ releaseVersion: 1.2.6
9+ configChecksum: 195a36c6a88eb19c3a487f1fe4a39bcc
1010 repoURL: https://github.com/mistralai/client-python.git
1111 installationURL: https://github.com/mistralai/client-python.git
1212 published: true
1313features:
1414 python:
1515 additionalDependencies: 1.0.0
1616 constsAndDefaults: 1.0.5
17- core: 5.6.8
17+ core: 5.7.4
1818 defaultEnabledRetries: 0.2.0
1919 downloadStreams: 1.0.1
2020 enumUnions: 0.1.0
@@ -25,10 +25,10 @@ features:
2525 globalSecurity: 3.0.2
2626 globalSecurityCallbacks: 1.0.0
2727 globalSecurityFlattening: 1.0.0
28- globalServerURLs: 3.0 .0
28+ globalServerURLs: 3.1 .0
2929 methodArguments: 1.0.2
3030 multipartFileContentType: 1.0.0
31- nameOverrides: 3.0.0
31+ nameOverrides: 3.0.1
3232 nullables: 1.0.0
3333 openEnums: 1.0.0
3434 responseFormat: 1.0.1
@@ -373,7 +373,12 @@ generatedFiles:
373373 - src/mistralai/utils/values.py
374374examples:
375375 list_models_v1_models_get:
376- speakeasy-default-list-models-v1-models-get: {}
376+ speakeasy-default-list-models-v1-models-get:
377+ responses:
378+ "200":
379+ application/json: {}
380+ "422":
381+ application/json: {}
377382 retrieve_model_v1_models__model_id__get:
378383 "":
379384 parameters:
@@ -487,43 +492,56 @@ examples:
487492 responses:
488493 "200":
489494 application/json: {"id": "cmpl-e5cc70bb28c444948073e77776eb30ef", "object": "chat.completion", "model": "mistral-small-latest", "usage": {"prompt_tokens": 16, "completion_tokens": 34, "total_tokens": 50}, "created": 1702256327, "choices": []}
490- "422": {}
495+ "422":
496+ application/json: {}
491497 stream_chat:
492498 speakeasy-default-stream-chat:
493499 requestBody:
494500 application/json: {"model": "mistral-small-latest", "messages": [{"content": "Who is the best French painter? Answer in one short sentence.", "role": "user"}]}
501+ responses:
502+ "422":
503+ application/json: {}
495504 fim_completion_v1_fim_completions_post:
496505 speakeasy-default-fim-completion-v1-fim-completions-post:
497506 requestBody:
498507 application/json: {"model": "codestral-2405", "prompt": "def", "suffix": "return a+b"}
499508 responses:
500509 "200":
501510 application/json: {"id": "cmpl-e5cc70bb28c444948073e77776eb30ef", "object": "chat.completion", "model": "codestral-latest", "usage": {"prompt_tokens": 16, "completion_tokens": 34, "total_tokens": 50}, "created": 1702256327, "choices": []}
502- "422": {}
511+ "422":
512+ application/json: {}
503513 stream_fim:
504514 speakeasy-default-stream-fim:
505515 requestBody:
506516 application/json: {"model": "codestral-2405", "prompt": "def", "suffix": "return a+b"}
517+ responses:
518+ "422":
519+ application/json: {}
507520 agents_completion_v1_agents_completions_post:
508521 speakeasy-default-agents-completion-v1-agents-completions-post:
509522 requestBody:
510523 application/json: {"messages": [{"content": "Who is the best French painter? Answer in one short sentence.", "role": "user"}], "agent_id": "<value>"}
511524 responses:
512525 "200":
513526 application/json: {"id": "cmpl-e5cc70bb28c444948073e77776eb30ef", "object": "chat.completion", "model": "mistral-small-latest", "usage": {"prompt_tokens": 16, "completion_tokens": 34, "total_tokens": 50}, "created": 1702256327, "choices": []}
514- "422": {}
527+ "422":
528+ application/json: {}
515529 stream_agents:
516530 speakeasy-default-stream-agents:
517531 requestBody:
518532 application/json: {"messages": [{"content": "Who is the best French painter? Answer in one short sentence.", "role": "user"}], "agent_id": "<value>"}
533+ responses:
534+ "422":
535+ application/json: {}
519536 embeddings_v1_embeddings_post:
520537 speakeasy-default-embeddings-v1-embeddings-post:
521538 requestBody:
522539 application/json: {"input": ["Embed this sentence.", "As well as this one."], "model": "Wrangler"}
523540 responses:
524541 "200":
525542 application/json: {"id": "cmpl-e5cc70bb28c444948073e77776eb30ef", "object": "chat.completion", "model": "mistral-small-latest", "usage": {"prompt_tokens": 16, "completion_tokens": 34, "total_tokens": 50}, "data": [{"object": "embedding", "embedding": [0.1, 0.2, 0.3], "index": 0}, {"object": "embedding", "embedding": [0.4, 0.5, 0.6], "index": 1}]}
526- "422": {}
543+ "422":
544+ application/json: {}
527545 files_api_routes_download_file:
528546 speakeasy-default-files-api-routes-download-file:
529547 parameters:
@@ -564,15 +582,17 @@ examples:
564582 responses:
565583 "200":
566584 application/json: {"id": "mod-e5cc70bb28c444948073e77776eb30ef"}
567- "422": {}
585+ "422":
586+ application/json: {}
568587 moderations_chat_v1_chat_moderations_post:
569588 speakeasy-default-moderations-chat-v1-chat-moderations-post:
570589 requestBody:
571590 application/json: {"input": [[{"content": "<value>"}, {"content": "<value>"}, {"content": "<value>"}], [{"content": "<value>"}]], "model": "V90"}
572591 responses:
573592 "200":
574593 application/json: {"id": "mod-e5cc70bb28c444948073e77776eb30ef"}
575- "422": {}
594+ "422":
595+ application/json: {}
576596 files_api_routes_get_signed_url:
577597 speakeasy-default-files-api-routes-get-signed-url:
578598 parameters:
0 commit comments