1
1
lockVersion: 2.0.0
2
2
id: 2d045ec7-2ebb-4f4d-ad25-40953b132161
3
3
management:
4
- docChecksum: 36ad3563d9d2b3af47015100d060570b
4
+ docChecksum: 7ad277ed0527b2949ed9d503ce742fab
5
5
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
10
10
repoURL: https://github.com/mistralai/client-python.git
11
11
installationURL: https://github.com/mistralai/client-python.git
12
12
published: true
13
13
features:
14
14
python:
15
15
additionalDependencies: 1.0.0
16
16
constsAndDefaults: 1.0.5
17
- core: 5.6.8
17
+ core: 5.7.4
18
18
defaultEnabledRetries: 0.2.0
19
19
downloadStreams: 1.0.1
20
20
enumUnions: 0.1.0
@@ -25,10 +25,10 @@ features:
25
25
globalSecurity: 3.0.2
26
26
globalSecurityCallbacks: 1.0.0
27
27
globalSecurityFlattening: 1.0.0
28
- globalServerURLs: 3.0 .0
28
+ globalServerURLs: 3.1 .0
29
29
methodArguments: 1.0.2
30
30
multipartFileContentType: 1.0.0
31
- nameOverrides: 3.0.0
31
+ nameOverrides: 3.0.1
32
32
nullables: 1.0.0
33
33
openEnums: 1.0.0
34
34
responseFormat: 1.0.1
@@ -373,7 +373,12 @@ generatedFiles:
373
373
- src/mistralai/utils/values.py
374
374
examples:
375
375
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: {}
377
382
retrieve_model_v1_models__model_id__get:
378
383
"":
379
384
parameters:
@@ -487,43 +492,56 @@ examples:
487
492
responses:
488
493
"200":
489
494
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: {}
491
497
stream_chat:
492
498
speakeasy-default-stream-chat:
493
499
requestBody:
494
500
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: {}
495
504
fim_completion_v1_fim_completions_post:
496
505
speakeasy-default-fim-completion-v1-fim-completions-post:
497
506
requestBody:
498
507
application/json: {"model": "codestral-2405", "prompt": "def", "suffix": "return a+b"}
499
508
responses:
500
509
"200":
501
510
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: {}
503
513
stream_fim:
504
514
speakeasy-default-stream-fim:
505
515
requestBody:
506
516
application/json: {"model": "codestral-2405", "prompt": "def", "suffix": "return a+b"}
517
+ responses:
518
+ "422":
519
+ application/json: {}
507
520
agents_completion_v1_agents_completions_post:
508
521
speakeasy-default-agents-completion-v1-agents-completions-post:
509
522
requestBody:
510
523
application/json: {"messages": [{"content": "Who is the best French painter? Answer in one short sentence.", "role": "user"}], "agent_id": "<value>"}
511
524
responses:
512
525
"200":
513
526
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: {}
515
529
stream_agents:
516
530
speakeasy-default-stream-agents:
517
531
requestBody:
518
532
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: {}
519
536
embeddings_v1_embeddings_post:
520
537
speakeasy-default-embeddings-v1-embeddings-post:
521
538
requestBody:
522
539
application/json: {"input": ["Embed this sentence.", "As well as this one."], "model": "Wrangler"}
523
540
responses:
524
541
"200":
525
542
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: {}
527
545
files_api_routes_download_file:
528
546
speakeasy-default-files-api-routes-download-file:
529
547
parameters:
@@ -564,15 +582,17 @@ examples:
564
582
responses:
565
583
"200":
566
584
application/json: {"id": "mod-e5cc70bb28c444948073e77776eb30ef"}
567
- "422": {}
585
+ "422":
586
+ application/json: {}
568
587
moderations_chat_v1_chat_moderations_post:
569
588
speakeasy-default-moderations-chat-v1-chat-moderations-post:
570
589
requestBody:
571
590
application/json: {"input": [[{"content": "<value>"}, {"content": "<value>"}, {"content": "<value>"}], [{"content": "<value>"}]], "model": "V90"}
572
591
responses:
573
592
"200":
574
593
application/json: {"id": "mod-e5cc70bb28c444948073e77776eb30ef"}
575
- "422": {}
594
+ "422":
595
+ application/json: {}
576
596
files_api_routes_get_signed_url:
577
597
speakeasy-default-files-api-routes-get-signed-url:
578
598
parameters:
0 commit comments