@@ -5,8 +5,8 @@ management:
5
5
docVersion: 0.0.2
6
6
speakeasyVersion: 1.462.2
7
7
generationVersion: 2.486.1
8
- releaseVersion: 1.2.6
9
- configChecksum: 195a36c6a88eb19c3a487f1fe4a39bcc
8
+ releaseVersion: 1.3.0
9
+ configChecksum: e3b0a94e8a244b9061b81373ae58d4ed
10
10
repoURL: https://github.com/mistralai/client-python.git
11
11
installationURL: https://github.com/mistralai/client-python.git
12
12
published: true
@@ -402,9 +402,11 @@ examples:
402
402
parameters:
403
403
path:
404
404
model_id: "ft:open-mistral-7b:587a6b29:20240514:7e773925"
405
+ requestBody:
406
+ application/json: {}
405
407
responses:
406
408
"200":
407
- application/json: {"id": "<id>", "created": 857478, "owned_by": "<value>", "root": "<value>", "archived": true, "job": "905bf4aa-77f2-404e-b754-c352acfe5407"}
409
+ application/json: {"id": "<id>", "created": 857478, "owned_by": "<value>", "root": "<value>", "archived": true, "capabilities": {}, " job": "905bf4aa-77f2-404e-b754-c352acfe5407"}
408
410
jobs_api_routes_fine_tuning_archive_fine_tuned_model:
409
411
"":
410
412
parameters:
@@ -457,7 +459,7 @@ examples:
457
459
jobs_api_routes_fine_tuning_create_fine_tuning_job:
458
460
speakeasy-default-jobs-api-routes-fine-tuning-create-fine-tuning-job:
459
461
requestBody:
460
- application/json: {"model": "codestral-latest"}
462
+ application/json: {"model": "codestral-latest", "hyperparameters": {} }
461
463
responses:
462
464
"200":
463
465
application/json: {"id": "a621cf02-1cd9-4cf5-8403-315211a509a3", "auto_start": false, "model": "2", "status": "FAILED", "job_type": "<value>", "created_at": 550483, "modified_at": 906537, "training_files": ["74c2becc-3769-4177-b5e0-24985613de0e"]}
@@ -468,23 +470,23 @@ examples:
468
470
job_id: "b18d8d81-fd7b-4764-a31e-475cb1f36591"
469
471
responses:
470
472
"200":
471
- application/json: {"id": "58ccc65b-c928-4154-952e-30c048b8c2b5", "auto_start": false, "model": "open-mistral-nemo", "status": "VALIDATED", "job_type": "<value>", "created_at": 968091, "modified_at": 32069, "training_files": [], "checkpoints": []}
473
+ application/json: {"id": "58ccc65b-c928-4154-952e-30c048b8c2b5", "auto_start": false, "hyperparameters": {}, " model": "open-mistral-nemo", "status": "VALIDATED", "job_type": "<value>", "created_at": 968091, "modified_at": 32069, "training_files": [], "checkpoints": []}
472
474
jobs_api_routes_fine_tuning_cancel_fine_tuning_job:
473
475
speakeasy-default-jobs-api-routes-fine-tuning-cancel-fine-tuning-job:
474
476
parameters:
475
477
path:
476
478
job_id: "03fa7112-315a-4072-a9f2-43f3f1ec962e"
477
479
responses:
478
480
"200":
479
- application/json: {"id": "fb7dec95-f740-47b2-b8ee-d9b046936a67", "auto_start": true, "model": "mistral-large-latest", "status": "VALIDATED", "job_type": "<value>", "created_at": 252151, "modified_at": 56775, "training_files": [], "checkpoints": []}
481
+ application/json: {"id": "fb7dec95-f740-47b2-b8ee-d9b046936a67", "auto_start": true, "hyperparameters": {}, " model": "mistral-large-latest", "status": "VALIDATED", "job_type": "<value>", "created_at": 252151, "modified_at": 56775, "training_files": [], "checkpoints": []}
480
482
jobs_api_routes_fine_tuning_start_fine_tuning_job:
481
483
speakeasy-default-jobs-api-routes-fine-tuning-start-fine-tuning-job:
482
484
parameters:
483
485
path:
484
486
job_id: "0eb0f807-fb9f-4e46-9c13-4e257df6e1ba"
485
487
responses:
486
488
"200":
487
- application/json: {"id": "bc3810ce-43e6-4fde-85a4-cd01d1f9cf8f", "auto_start": true, "model": "codestral-latest", "status": "RUNNING", "job_type": "<value>", "created_at": 186591, "modified_at": 451468, "training_files": [], "checkpoints": []}
489
+ application/json: {"id": "bc3810ce-43e6-4fde-85a4-cd01d1f9cf8f", "auto_start": true, "hyperparameters": {}, " model": "codestral-latest", "status": "RUNNING", "job_type": "<value>", "created_at": 186591, "modified_at": 451468, "training_files": [], "checkpoints": []}
488
490
chat_completion_v1_chat_completions_post:
489
491
speakeasy-default-chat-completion-v1-chat-completions-post:
490
492
requestBody:
@@ -501,6 +503,7 @@ examples:
501
503
responses:
502
504
"422":
503
505
application/json: {}
506
+ "200": {}
504
507
fim_completion_v1_fim_completions_post:
505
508
speakeasy-default-fim-completion-v1-fim-completions-post:
506
509
requestBody:
@@ -517,6 +520,7 @@ examples:
517
520
responses:
518
521
"422":
519
522
application/json: {}
523
+ "200": {}
520
524
agents_completion_v1_agents_completions_post:
521
525
speakeasy-default-agents-completion-v1-agents-completions-post:
522
526
requestBody:
@@ -533,6 +537,7 @@ examples:
533
537
responses:
534
538
"422":
535
539
application/json: {}
540
+ "200": {}
536
541
embeddings_v1_embeddings_post:
537
542
speakeasy-default-embeddings-v1-embeddings-post:
538
543
requestBody:
@@ -547,6 +552,9 @@ examples:
547
552
parameters:
548
553
path:
549
554
file_id: "<id>"
555
+ responses:
556
+ "200":
557
+ application/octet-stream: "x-file: example.file"
550
558
jobs_api_routes_batch_get_batch_jobs:
551
559
speakeasy-default-jobs-api-routes-batch-get-batch-jobs:
552
560
responses:
0 commit comments