mistralai 1.1.0__py3-none-any.whl → 1.2.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. mistralai/__init__.py +4 -0
  2. mistralai/_version.py +12 -0
  3. mistralai/agents.py +56 -22
  4. mistralai/batch.py +17 -0
  5. mistralai/chat.py +64 -30
  6. mistralai/classifiers.py +396 -0
  7. mistralai/embeddings.py +10 -6
  8. mistralai/files.py +252 -19
  9. mistralai/fim.py +40 -30
  10. mistralai/jobs.py +40 -20
  11. mistralai/mistral_jobs.py +733 -0
  12. mistralai/models/__init__.py +108 -18
  13. mistralai/models/agentscompletionrequest.py +27 -10
  14. mistralai/models/agentscompletionstreamrequest.py +27 -10
  15. mistralai/models/apiendpoint.py +9 -0
  16. mistralai/models/archiveftmodelout.py +11 -5
  17. mistralai/models/assistantmessage.py +11 -6
  18. mistralai/models/basemodelcard.py +22 -6
  19. mistralai/models/batcherror.py +17 -0
  20. mistralai/models/batchjobin.py +58 -0
  21. mistralai/models/batchjobout.py +117 -0
  22. mistralai/models/batchjobsout.py +30 -0
  23. mistralai/models/batchjobstatus.py +15 -0
  24. mistralai/models/chatclassificationrequest.py +104 -0
  25. mistralai/models/chatcompletionchoice.py +9 -4
  26. mistralai/models/chatcompletionrequest.py +32 -13
  27. mistralai/models/chatcompletionresponse.py +2 -2
  28. mistralai/models/chatcompletionstreamrequest.py +32 -13
  29. mistralai/models/checkpointout.py +1 -1
  30. mistralai/models/classificationobject.py +21 -0
  31. mistralai/models/classificationrequest.py +59 -0
  32. mistralai/models/classificationresponse.py +21 -0
  33. mistralai/models/completionchunk.py +2 -2
  34. mistralai/models/completionevent.py +1 -1
  35. mistralai/models/completionresponsestreamchoice.py +11 -5
  36. mistralai/models/delete_model_v1_models_model_id_deleteop.py +1 -2
  37. mistralai/models/deletefileout.py +1 -1
  38. mistralai/models/deletemodelout.py +2 -2
  39. mistralai/models/deltamessage.py +14 -7
  40. mistralai/models/detailedjobout.py +11 -5
  41. mistralai/models/embeddingrequest.py +5 -5
  42. mistralai/models/embeddingresponse.py +2 -1
  43. mistralai/models/embeddingresponsedata.py +2 -2
  44. mistralai/models/eventout.py +2 -2
  45. mistralai/models/filepurpose.py +8 -0
  46. mistralai/models/files_api_routes_delete_fileop.py +1 -2
  47. mistralai/models/files_api_routes_download_fileop.py +16 -0
  48. mistralai/models/files_api_routes_list_filesop.py +96 -0
  49. mistralai/models/files_api_routes_retrieve_fileop.py +1 -2
  50. mistralai/models/files_api_routes_upload_fileop.py +9 -9
  51. mistralai/models/fileschema.py +7 -21
  52. mistralai/models/fimcompletionrequest.py +20 -13
  53. mistralai/models/fimcompletionresponse.py +2 -2
  54. mistralai/models/fimcompletionstreamrequest.py +20 -13
  55. mistralai/models/ftmodelcapabilitiesout.py +2 -2
  56. mistralai/models/ftmodelcard.py +24 -6
  57. mistralai/models/ftmodelout.py +9 -5
  58. mistralai/models/function.py +2 -2
  59. mistralai/models/functioncall.py +2 -1
  60. mistralai/models/functionname.py +1 -1
  61. mistralai/models/githubrepositoryin.py +11 -5
  62. mistralai/models/githubrepositoryout.py +11 -5
  63. mistralai/models/httpvalidationerror.py +0 -2
  64. mistralai/models/imageurl.py +1 -2
  65. mistralai/models/imageurlchunk.py +11 -5
  66. mistralai/models/jobin.py +2 -2
  67. mistralai/models/jobmetadataout.py +1 -2
  68. mistralai/models/jobout.py +10 -5
  69. mistralai/models/jobs_api_routes_batch_cancel_batch_jobop.py +16 -0
  70. mistralai/models/jobs_api_routes_batch_get_batch_jobop.py +16 -0
  71. mistralai/models/jobs_api_routes_batch_get_batch_jobsop.py +95 -0
  72. mistralai/models/jobs_api_routes_fine_tuning_archive_fine_tuned_modelop.py +1 -2
  73. mistralai/models/jobs_api_routes_fine_tuning_cancel_fine_tuning_jobop.py +1 -2
  74. mistralai/models/jobs_api_routes_fine_tuning_get_fine_tuning_jobop.py +1 -2
  75. mistralai/models/jobs_api_routes_fine_tuning_get_fine_tuning_jobsop.py +2 -2
  76. mistralai/models/jobs_api_routes_fine_tuning_start_fine_tuning_jobop.py +1 -2
  77. mistralai/models/jobs_api_routes_fine_tuning_unarchive_fine_tuned_modelop.py +1 -2
  78. mistralai/models/jobs_api_routes_fine_tuning_update_fine_tuned_modelop.py +1 -2
  79. mistralai/models/jobsout.py +9 -5
  80. mistralai/models/legacyjobmetadataout.py +12 -5
  81. mistralai/models/listfilesout.py +5 -1
  82. mistralai/models/metricout.py +1 -2
  83. mistralai/models/modelcapabilities.py +2 -2
  84. mistralai/models/modellist.py +2 -2
  85. mistralai/models/responseformat.py +2 -2
  86. mistralai/models/retrieve_model_v1_models_model_id_getop.py +2 -2
  87. mistralai/models/retrievefileout.py +10 -21
  88. mistralai/models/sampletype.py +6 -2
  89. mistralai/models/security.py +2 -2
  90. mistralai/models/source.py +3 -2
  91. mistralai/models/systemmessage.py +6 -6
  92. mistralai/models/textchunk.py +9 -5
  93. mistralai/models/tool.py +2 -2
  94. mistralai/models/toolcall.py +2 -2
  95. mistralai/models/toolchoice.py +2 -2
  96. mistralai/models/toolmessage.py +2 -2
  97. mistralai/models/trainingfile.py +2 -2
  98. mistralai/models/trainingparameters.py +7 -2
  99. mistralai/models/trainingparametersin.py +7 -2
  100. mistralai/models/unarchiveftmodelout.py +11 -5
  101. mistralai/models/updateftmodelin.py +1 -2
  102. mistralai/models/uploadfileout.py +7 -21
  103. mistralai/models/usageinfo.py +1 -1
  104. mistralai/models/usermessage.py +36 -5
  105. mistralai/models/validationerror.py +2 -1
  106. mistralai/models/wandbintegration.py +11 -5
  107. mistralai/models/wandbintegrationout.py +12 -6
  108. mistralai/models_.py +48 -24
  109. mistralai/sdk.py +7 -0
  110. mistralai/sdkconfiguration.py +7 -7
  111. mistralai/utils/__init__.py +8 -0
  112. mistralai/utils/annotations.py +13 -2
  113. mistralai/utils/serializers.py +25 -0
  114. {mistralai-1.1.0.dist-info → mistralai-1.2.0.dist-info}/METADATA +90 -14
  115. mistralai-1.2.0.dist-info/RECORD +276 -0
  116. {mistralai-1.1.0.dist-info → mistralai-1.2.0.dist-info}/WHEEL +1 -1
  117. mistralai_azure/__init__.py +4 -0
  118. mistralai_azure/_version.py +12 -0
  119. mistralai_azure/chat.py +64 -30
  120. mistralai_azure/models/__init__.py +9 -3
  121. mistralai_azure/models/assistantmessage.py +11 -6
  122. mistralai_azure/models/chatcompletionchoice.py +10 -5
  123. mistralai_azure/models/chatcompletionrequest.py +32 -13
  124. mistralai_azure/models/chatcompletionresponse.py +2 -2
  125. mistralai_azure/models/chatcompletionstreamrequest.py +32 -13
  126. mistralai_azure/models/completionchunk.py +2 -2
  127. mistralai_azure/models/completionevent.py +1 -1
  128. mistralai_azure/models/completionresponsestreamchoice.py +9 -4
  129. mistralai_azure/models/deltamessage.py +14 -7
  130. mistralai_azure/models/function.py +2 -2
  131. mistralai_azure/models/functioncall.py +2 -1
  132. mistralai_azure/models/functionname.py +1 -1
  133. mistralai_azure/models/httpvalidationerror.py +0 -2
  134. mistralai_azure/models/responseformat.py +2 -2
  135. mistralai_azure/models/security.py +1 -2
  136. mistralai_azure/models/systemmessage.py +6 -6
  137. mistralai_azure/models/textchunk.py +9 -5
  138. mistralai_azure/models/tool.py +2 -2
  139. mistralai_azure/models/toolcall.py +2 -2
  140. mistralai_azure/models/toolchoice.py +2 -2
  141. mistralai_azure/models/toolmessage.py +2 -2
  142. mistralai_azure/models/usageinfo.py +1 -1
  143. mistralai_azure/models/usermessage.py +36 -5
  144. mistralai_azure/models/validationerror.py +2 -1
  145. mistralai_azure/sdkconfiguration.py +7 -7
  146. mistralai_azure/utils/__init__.py +8 -0
  147. mistralai_azure/utils/annotations.py +13 -2
  148. mistralai_azure/utils/serializers.py +25 -0
  149. mistralai_gcp/__init__.py +4 -0
  150. mistralai_gcp/_version.py +12 -0
  151. mistralai_gcp/chat.py +64 -30
  152. mistralai_gcp/fim.py +40 -30
  153. mistralai_gcp/models/__init__.py +9 -3
  154. mistralai_gcp/models/assistantmessage.py +11 -6
  155. mistralai_gcp/models/chatcompletionchoice.py +10 -5
  156. mistralai_gcp/models/chatcompletionrequest.py +32 -13
  157. mistralai_gcp/models/chatcompletionresponse.py +2 -2
  158. mistralai_gcp/models/chatcompletionstreamrequest.py +32 -13
  159. mistralai_gcp/models/completionchunk.py +2 -2
  160. mistralai_gcp/models/completionevent.py +1 -1
  161. mistralai_gcp/models/completionresponsestreamchoice.py +9 -4
  162. mistralai_gcp/models/deltamessage.py +14 -7
  163. mistralai_gcp/models/fimcompletionrequest.py +20 -13
  164. mistralai_gcp/models/fimcompletionresponse.py +2 -2
  165. mistralai_gcp/models/fimcompletionstreamrequest.py +20 -13
  166. mistralai_gcp/models/function.py +2 -2
  167. mistralai_gcp/models/functioncall.py +2 -1
  168. mistralai_gcp/models/functionname.py +1 -1
  169. mistralai_gcp/models/httpvalidationerror.py +0 -2
  170. mistralai_gcp/models/responseformat.py +2 -2
  171. mistralai_gcp/models/security.py +1 -2
  172. mistralai_gcp/models/systemmessage.py +6 -6
  173. mistralai_gcp/models/textchunk.py +9 -5
  174. mistralai_gcp/models/tool.py +2 -2
  175. mistralai_gcp/models/toolcall.py +2 -2
  176. mistralai_gcp/models/toolchoice.py +2 -2
  177. mistralai_gcp/models/toolmessage.py +2 -2
  178. mistralai_gcp/models/usageinfo.py +1 -1
  179. mistralai_gcp/models/usermessage.py +36 -5
  180. mistralai_gcp/models/validationerror.py +2 -1
  181. mistralai_gcp/sdkconfiguration.py +7 -7
  182. mistralai_gcp/utils/__init__.py +8 -0
  183. mistralai_gcp/utils/annotations.py +13 -2
  184. mistralai_gcp/utils/serializers.py +25 -0
  185. mistralai-1.1.0.dist-info/RECORD +0 -254
  186. {mistralai-1.1.0.dist-info → mistralai-1.2.0.dist-info}/LICENSE +0 -0
@@ -2,7 +2,8 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from mistralai_gcp.types import BaseModel
5
- from typing import Any, Dict, TypedDict, Union
5
+ from typing import Any, Dict, Union
6
+ from typing_extensions import TypedDict
6
7
 
7
8
 
8
9
  ArgumentsTypedDict = Union[Dict[str, Any], str]
@@ -2,7 +2,7 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from mistralai_gcp.types import BaseModel
5
- from typing import TypedDict
5
+ from typing_extensions import TypedDict
6
6
 
7
7
 
8
8
  class FunctionNameTypedDict(TypedDict):
@@ -12,8 +12,6 @@ class HTTPValidationErrorData(BaseModel):
12
12
 
13
13
 
14
14
  class HTTPValidationError(Exception):
15
- r"""Validation Error"""
16
-
17
15
  data: HTTPValidationErrorData
18
16
 
19
17
  def __init__(self, data: HTTPValidationErrorData):
@@ -3,8 +3,8 @@
3
3
  from __future__ import annotations
4
4
  from .responseformats import ResponseFormats
5
5
  from mistralai_gcp.types import BaseModel
6
- from typing import Optional, TypedDict
7
- from typing_extensions import NotRequired
6
+ from typing import Optional
7
+ from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
10
  class ResponseFormatTypedDict(TypedDict):
@@ -3,8 +3,7 @@
3
3
  from __future__ import annotations
4
4
  from mistralai_gcp.types import BaseModel
5
5
  from mistralai_gcp.utils import FieldMetadata, SecurityMetadata
6
- from typing import TypedDict
7
- from typing_extensions import Annotated
6
+ from typing_extensions import Annotated, TypedDict
8
7
 
9
8
 
10
9
  class SecurityTypedDict(TypedDict):
@@ -3,25 +3,25 @@
3
3
  from __future__ import annotations
4
4
  from .textchunk import TextChunk, TextChunkTypedDict
5
5
  from mistralai_gcp.types import BaseModel
6
- from typing import List, Literal, Optional, TypedDict, Union
7
- from typing_extensions import NotRequired
6
+ from typing import List, Literal, Optional, Union
7
+ from typing_extensions import NotRequired, TypedDict
8
8
 
9
9
 
10
- ContentTypedDict = Union[str, List[TextChunkTypedDict]]
10
+ SystemMessageContentTypedDict = Union[str, List[TextChunkTypedDict]]
11
11
 
12
12
 
13
- Content = Union[str, List[TextChunk]]
13
+ SystemMessageContent = Union[str, List[TextChunk]]
14
14
 
15
15
 
16
16
  Role = Literal["system"]
17
17
 
18
18
 
19
19
  class SystemMessageTypedDict(TypedDict):
20
- content: ContentTypedDict
20
+ content: SystemMessageContentTypedDict
21
21
  role: NotRequired[Role]
22
22
 
23
23
 
24
24
  class SystemMessage(BaseModel):
25
- content: Content
25
+ content: SystemMessageContent
26
26
 
27
27
  role: Optional[Role] = "system"
@@ -2,9 +2,11 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from mistralai_gcp.types import BaseModel
5
+ from mistralai_gcp.utils import validate_const
5
6
  import pydantic
6
- from typing import Final, Literal, Optional, TypedDict
7
- from typing_extensions import Annotated
7
+ from pydantic.functional_validators import AfterValidator
8
+ from typing import Literal, Optional
9
+ from typing_extensions import Annotated, TypedDict
8
10
 
9
11
 
10
12
  Type = Literal["text"]
@@ -12,11 +14,13 @@ Type = Literal["text"]
12
14
 
13
15
  class TextChunkTypedDict(TypedDict):
14
16
  text: str
17
+ type: Type
15
18
 
16
19
 
17
20
  class TextChunk(BaseModel):
18
21
  text: str
19
22
 
20
- # fmt: off
21
- TYPE: Annotated[Final[Optional[Type]], pydantic.Field(alias="type")] = "text" # type: ignore
22
- # fmt: on
23
+ TYPE: Annotated[
24
+ Annotated[Optional[Type], AfterValidator(validate_const("text"))],
25
+ pydantic.Field(alias="type"),
26
+ ] = "text"
@@ -6,8 +6,8 @@ from .tooltypes import ToolTypes
6
6
  from mistralai_gcp.types import BaseModel
7
7
  from mistralai_gcp.utils import validate_open_enum
8
8
  from pydantic.functional_validators import PlainValidator
9
- from typing import Optional, TypedDict
10
- from typing_extensions import Annotated, NotRequired
9
+ from typing import Optional
10
+ from typing_extensions import Annotated, NotRequired, TypedDict
11
11
 
12
12
 
13
13
  class ToolTypedDict(TypedDict):
@@ -6,8 +6,8 @@ from .tooltypes import ToolTypes
6
6
  from mistralai_gcp.types import BaseModel
7
7
  from mistralai_gcp.utils import validate_open_enum
8
8
  from pydantic.functional_validators import PlainValidator
9
- from typing import Optional, TypedDict
10
- from typing_extensions import Annotated, NotRequired
9
+ from typing import Optional
10
+ from typing_extensions import Annotated, NotRequired, TypedDict
11
11
 
12
12
 
13
13
  class ToolCallTypedDict(TypedDict):
@@ -6,8 +6,8 @@ from .tooltypes import ToolTypes
6
6
  from mistralai_gcp.types import BaseModel
7
7
  from mistralai_gcp.utils import validate_open_enum
8
8
  from pydantic.functional_validators import PlainValidator
9
- from typing import Optional, TypedDict
10
- from typing_extensions import Annotated, NotRequired
9
+ from typing import Optional
10
+ from typing_extensions import Annotated, NotRequired, TypedDict
11
11
 
12
12
 
13
13
  class ToolChoiceTypedDict(TypedDict):
@@ -9,8 +9,8 @@ from mistralai_gcp.types import (
9
9
  UNSET_SENTINEL,
10
10
  )
11
11
  from pydantic import model_serializer
12
- from typing import Literal, Optional, TypedDict
13
- from typing_extensions import NotRequired
12
+ from typing import Literal, Optional
13
+ from typing_extensions import NotRequired, TypedDict
14
14
 
15
15
 
16
16
  ToolMessageRole = Literal["tool"]
@@ -2,7 +2,7 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from mistralai_gcp.types import BaseModel
5
- from typing import TypedDict
5
+ from typing_extensions import TypedDict
6
6
 
7
7
 
8
8
  class UsageInfoTypedDict(TypedDict):
@@ -2,9 +2,10 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from .contentchunk import ContentChunk, ContentChunkTypedDict
5
- from mistralai_gcp.types import BaseModel
6
- from typing import List, Literal, Optional, TypedDict, Union
7
- from typing_extensions import NotRequired
5
+ from mistralai_gcp.types import BaseModel, Nullable, UNSET_SENTINEL
6
+ from pydantic import model_serializer
7
+ from typing import List, Literal, Optional, Union
8
+ from typing_extensions import NotRequired, TypedDict
8
9
 
9
10
 
10
11
  UserMessageContentTypedDict = Union[str, List[ContentChunkTypedDict]]
@@ -17,11 +18,41 @@ UserMessageRole = Literal["user"]
17
18
 
18
19
 
19
20
  class UserMessageTypedDict(TypedDict):
20
- content: UserMessageContentTypedDict
21
+ content: Nullable[UserMessageContentTypedDict]
21
22
  role: NotRequired[UserMessageRole]
22
23
 
23
24
 
24
25
  class UserMessage(BaseModel):
25
- content: UserMessageContent
26
+ content: Nullable[UserMessageContent]
26
27
 
27
28
  role: Optional[UserMessageRole] = "user"
29
+
30
+ @model_serializer(mode="wrap")
31
+ def serialize_model(self, handler):
32
+ optional_fields = ["role"]
33
+ nullable_fields = ["content"]
34
+ null_default_fields = []
35
+
36
+ serialized = handler(self)
37
+
38
+ m = {}
39
+
40
+ for n, f in self.model_fields.items():
41
+ k = f.alias or n
42
+ val = serialized.get(k)
43
+ serialized.pop(k, None)
44
+
45
+ optional_nullable = k in optional_fields and k in nullable_fields
46
+ is_set = (
47
+ self.__pydantic_fields_set__.intersection({n})
48
+ or k in null_default_fields
49
+ ) # pylint: disable=no-member
50
+
51
+ if val is not None and val != UNSET_SENTINEL:
52
+ m[k] = val
53
+ elif val != UNSET_SENTINEL and (
54
+ not k in optional_fields or (optional_nullable and is_set)
55
+ ):
56
+ m[k] = val
57
+
58
+ return m
@@ -2,7 +2,8 @@
2
2
 
3
3
  from __future__ import annotations
4
4
  from mistralai_gcp.types import BaseModel
5
- from typing import List, TypedDict, Union
5
+ from typing import List, Union
6
+ from typing_extensions import TypedDict
6
7
 
7
8
 
8
9
  LocTypedDict = Union[str, int]
@@ -10,10 +10,10 @@ from pydantic import Field
10
10
  from typing import Callable, Dict, Optional, Tuple, Union
11
11
 
12
12
 
13
- SERVER_PROD = "prod"
14
- r"""Production server"""
13
+ SERVER_EU = "eu"
14
+ r"""EU Production server"""
15
15
  SERVERS = {
16
- SERVER_PROD: "https://api.mistral.ai",
16
+ SERVER_EU: "https://api.mistral.ai",
17
17
  }
18
18
  """Contains the list of servers available to the SDK"""
19
19
 
@@ -28,9 +28,9 @@ class SDKConfiguration:
28
28
  server: Optional[str] = ""
29
29
  language: str = "python"
30
30
  openapi_doc_version: str = "0.0.2"
31
- sdk_version: str = "1.2.2"
32
- gen_version: str = "2.415.6"
33
- user_agent: str = "speakeasy-sdk/python 1.2.2 2.415.6 0.0.2 mistralai-gcp"
31
+ sdk_version: str = "1.2.0"
32
+ gen_version: str = "2.452.0"
33
+ user_agent: str = "speakeasy-sdk/python 1.2.0 2.452.0 0.0.2 mistralai-gcp"
34
34
  retry_config: OptionalNullable[RetryConfig] = Field(default_factory=lambda: UNSET)
35
35
  timeout_ms: Optional[int] = None
36
36
 
@@ -41,7 +41,7 @@ class SDKConfiguration:
41
41
  if self.server_url is not None and self.server_url:
42
42
  return remove_suffix(self.server_url, "/"), {}
43
43
  if not self.server:
44
- self.server = SERVER_PROD
44
+ self.server = SERVER_EU
45
45
 
46
46
  if self.server not in SERVERS:
47
47
  raise ValueError(f'Invalid server "{self.server}"')
@@ -27,6 +27,10 @@ from .serializers import (
27
27
  serialize_float,
28
28
  serialize_int,
29
29
  stream_to_text,
30
+ stream_to_text_async,
31
+ stream_to_bytes,
32
+ stream_to_bytes_async,
33
+ validate_const,
30
34
  validate_decimal,
31
35
  validate_float,
32
36
  validate_int,
@@ -79,10 +83,14 @@ __all__ = [
79
83
  "serialize_request_body",
80
84
  "SerializedRequestBody",
81
85
  "stream_to_text",
86
+ "stream_to_text_async",
87
+ "stream_to_bytes",
88
+ "stream_to_bytes_async",
82
89
  "template_url",
83
90
  "unmarshal",
84
91
  "unmarshal_json",
85
92
  "validate_decimal",
93
+ "validate_const",
86
94
  "validate_float",
87
95
  "validate_int",
88
96
  "validate_open_enum",
@@ -1,5 +1,6 @@
1
1
  """Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
2
2
 
3
+ from enum import Enum
3
4
  from typing import Any
4
5
 
5
6
  def get_discriminator(model: Any, fieldname: str, key: str) -> str:
@@ -10,10 +11,20 @@ def get_discriminator(model: Any, fieldname: str, key: str) -> str:
10
11
  raise ValueError(f'Could not find discriminator key {key} in {model}') from e
11
12
 
12
13
  if hasattr(model, fieldname):
13
- return f'{getattr(model, fieldname)}'
14
+ attr = getattr(model, fieldname)
15
+
16
+ if isinstance(attr, Enum):
17
+ return f'{attr.value}'
18
+
19
+ return f'{attr}'
14
20
 
15
21
  fieldname = fieldname.upper()
16
22
  if hasattr(model, fieldname):
17
- return f'{getattr(model, fieldname)}'
23
+ attr = getattr(model, fieldname)
24
+
25
+ if isinstance(attr, Enum):
26
+ return f'{attr.value}'
27
+
28
+ return f'{attr}'
18
29
 
19
30
  raise ValueError(f'Could not find discriminator field {fieldname} in {model}')
@@ -116,6 +116,19 @@ def validate_open_enum(is_int: bool):
116
116
  return validate
117
117
 
118
118
 
119
+ def validate_const(v):
120
+ def validate(c):
121
+ if is_optional_type(type(c)) and c is None:
122
+ return None
123
+
124
+ if v != c:
125
+ raise ValueError(f"Expected {v}")
126
+
127
+ return c
128
+
129
+ return validate
130
+
131
+
119
132
  def unmarshal_json(raw, typ: Any) -> Any:
120
133
  return unmarshal(from_json(raw), typ)
121
134
 
@@ -172,6 +185,18 @@ def stream_to_text(stream: httpx.Response) -> str:
172
185
  return "".join(stream.iter_text())
173
186
 
174
187
 
188
+ async def stream_to_text_async(stream: httpx.Response) -> str:
189
+ return "".join([chunk async for chunk in stream.aiter_text()])
190
+
191
+
192
+ def stream_to_bytes(stream: httpx.Response) -> bytes:
193
+ return stream.content
194
+
195
+
196
+ async def stream_to_bytes_async(stream: httpx.Response) -> bytes:
197
+ return await stream.aread()
198
+
199
+
175
200
  def get_pydantic_model(data: Any, typ: Any) -> Any:
176
201
  if not _contains_pydantic_model(data):
177
202
  return unmarshal(data, typ)
@@ -1,254 +0,0 @@
1
- mistralai_azure/__init__.py,sha256=GiuvHuZHfHOt3Gy9V7IFS9rncGA536cO4qI9WhouYfY,146
2
- mistralai_azure/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c,146
3
- mistralai_azure/_hooks/custom_user_agent.py,sha256=1VAY7_oknRQGL8QNO0uCRHg6r7XYlssOMTj3gzyIVyk,538
4
- mistralai_azure/_hooks/registration.py,sha256=5BN-U92pwP5kUaN7EOso2vWrwZlLvRcU5Coccibqp20,741
5
- mistralai_azure/_hooks/sdkhooks.py,sha256=urOhVMYX_n5KgMoNDNmGs4fsgUWoeSG6_GarhPxH-YU,2565
6
- mistralai_azure/_hooks/types.py,sha256=ealwk4q-4oIauxj5Nyx9xmu9vX0nm4vcDALDy4qydgE,2576
7
- mistralai_azure/basesdk.py,sha256=ZtCvahXCyuWen9Jk7BC8BoeChQZCb04JAA6oG-0SOaE,11218
8
- mistralai_azure/chat.py,sha256=nsOHJnAA9pDbotXhtgN1PBdn50M1tAYkHsRb3JxfAjc,27707
9
- mistralai_azure/httpclient.py,sha256=S_ItzEchFX-znIdHD6i5-a91H0Dn5QxpT0KhucdHBbI,2595
10
- mistralai_azure/models/__init__.py,sha256=hJX6abN6pDDetZcmkjXNX058jYPB_yKnf-bA8Wu6-Uw,4916
11
- mistralai_azure/models/assistantmessage.py,sha256=sjuTCWOh6ZcJCawVWjIlP5qmM67O48G-4MmYqo6R1A0,2281
12
- mistralai_azure/models/chatcompletionchoice.py,sha256=JUttqPM3NPTb2sYYCw8qET84FvDcrw98BUPuORNnsEI,668
13
- mistralai_azure/models/chatcompletionrequest.py,sha256=lyJw9rLbT43IfsZPX71RIlnCEu7ejkPcENxAMr-BHQs,7532
14
- mistralai_azure/models/chatcompletionresponse.py,sha256=i_c0xFy2RRTh9ndP24YNkH1MgacCyIAsU-5b94N82Zk,798
15
- mistralai_azure/models/chatcompletionstreamrequest.py,sha256=Z2OghMdqosNrnn7BqxSq3oPDrmm9jsptdm9s4uNWsiY,6737
16
- mistralai_azure/models/completionchunk.py,sha256=RYNPOAAyEaqzoTe--V94PgNaCZG_7GZv-yVsTTr_Tzw,877
17
- mistralai_azure/models/completionevent.py,sha256=gY1Y48lb8OrAUN4thjc8MerZs_c4ZdNZFu3MECz70mg,394
18
- mistralai_azure/models/completionresponsestreamchoice.py,sha256=jElnH3PJ8WWDssgM-QglC70hDiC9eAdNbbi9GIhF86k,1567
19
- mistralai_azure/models/contentchunk.py,sha256=3lXlnRUBHMl2ZRiZ5DlaPU4SFh7-rLttRmbsokOgSMQ,233
20
- mistralai_azure/models/deltamessage.py,sha256=KSuWsf697o52Z5WnibsGssymDqwNoUiWVb0KtbgB898,1681
21
- mistralai_azure/models/function.py,sha256=mmoHJ7vPVC10SIp2vV-mBoZ5NlN6-crS3HfGB-yFDOI,473
22
- mistralai_azure/models/functioncall.py,sha256=iXfHoSE5FeO2SY5sJWUQiwmM3brMPIo06NrMOiDpQ7Y,453
23
- mistralai_azure/models/functionname.py,sha256=wTJEgxoqDWxVnmBMC-2Hyb9BK2ph9B1yupB_zt8M_cU,462
24
- mistralai_azure/models/httpvalidationerror.py,sha256=1kHAY-hUIAUIWzk8eX9yKWlVLK-Ej4EiZZ51pnutdYc,645
25
- mistralai_azure/models/responseformat.py,sha256=bed2DTTYncgMaBBtQ1SiSApQlkhPWe9rKR1MWAmsDN4,1051
26
- mistralai_azure/models/responseformats.py,sha256=oeXHoVUoZrZwrz-0cm-rHj5sHygv9MpeqgdummGa8ww,488
27
- mistralai_azure/models/sdkerror.py,sha256=kd75e3JYF2TXNgRZopcV-oGdBWoBZqRcvrwqn2fsFYs,528
28
- mistralai_azure/models/security.py,sha256=CfsZjjJV2bAJ2g4ICdUH_IM5Ei171EbyE4F19zGUIFA,645
29
- mistralai_azure/models/systemmessage.py,sha256=jfqbK2Usgapz4tLajUpt2gZy8S1RlJClTknXPPrQRbY,626
30
- mistralai_azure/models/textchunk.py,sha256=ab0_j6IM_tFhvKn-jaWgOjbKwKLaE6Eq--wARuD6ZG8,512
31
- mistralai_azure/models/tool.py,sha256=z4mn4BUX1Wv_uZ_g5YDuJjHW7h4VajynBWmmtUlo2eI,693
32
- mistralai_azure/models/toolcall.py,sha256=zmK0itVT8oYAXjgWVrxoO2qLLwlcC4pcqhcgPGKQYfk,778
33
- mistralai_azure/models/toolchoice.py,sha256=VAWcH9VU3ipGjLVdyhoLWnIIkr3ydOtK-DmLK97n4EQ,1033
34
- mistralai_azure/models/toolchoiceenum.py,sha256=Ca4ileCwuOjfPzIXLRIxT3RkE5zR7oqV6nXU-UjW0w0,197
35
- mistralai_azure/models/toolmessage.py,sha256=_GuUxz5gIeev-yWurmm_-UjX7IdsIgQg4K_j5UlPy7s,1694
36
- mistralai_azure/models/tooltypes.py,sha256=AGC_JaMGWyMRJ1rCIGhLh5DWbyohdiQkEeKoW5a97Ro,250
37
- mistralai_azure/models/usageinfo.py,sha256=5nsPk_ZtalsaWdNJqSD4iXDa41WxwN3sPaJUXmplhgg,396
38
- mistralai_azure/models/usermessage.py,sha256=Kole3w_6MP4c-Uwrq3Yp37ACFpk_8ClQ5NK7pbywwQw,710
39
- mistralai_azure/models/validationerror.py,sha256=kAynmaEh5dXZj7POPJIOsbd2W6MiF9mFny3BDy8y4UM,435
40
- mistralai_azure/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
41
- mistralai_azure/sdk.py,sha256=ZVPE9lFzswEMlHw_kiG_j5vzoJ5BwEYlVLCYGmYDjpA,3936
42
- mistralai_azure/sdkconfiguration.py,sha256=ZBo6HDglmydKUNxVWKiUITgxHPrS9XpmD3tisG1_o-I,1711
43
- mistralai_azure/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
44
- mistralai_azure/types/basemodel.py,sha256=PexI39iKiOkIlobB8Ueo0yn8PLHp6_wb-WO-zelNDZY,1170
45
- mistralai_azure/utils/__init__.py,sha256=hMYIjt_PgxXDJRBbT7MetTB7LBup9FJeFDVWNFbhKsA,2169
46
- mistralai_azure/utils/annotations.py,sha256=475O8UTbQNQiawh8ZoJi_NDPKqhgW7vzy046ffMU8jI,655
47
- mistralai_azure/utils/enums.py,sha256=VzjeslROrAr2luZOTJlvu-4UlxgTaGOKlRYtJJ7IfyY,1006
48
- mistralai_azure/utils/eventstreaming.py,sha256=klSQ0FURc-hqYz1si1EG92VCFhfaxyBo_xP2mX3BBWo,4917
49
- mistralai_azure/utils/forms.py,sha256=L-y62DiD0FXnq7WIyw8BAMbdr7sZDwhZ_3YsdviBbaA,6325
50
- mistralai_azure/utils/headers.py,sha256=cPxWSmUILrefTGDzTH1Hdj7_Hlsj-EY6K5Tyc4iH4dk,3663
51
- mistralai_azure/utils/logger.py,sha256=9nUtlKHo3RFsIVyMw5jq3wEKZMVwHnZMSc6xLp-otC0,520
52
- mistralai_azure/utils/metadata.py,sha256=Per2KFXXOqOtoUWXrlIfjrSrBg199KrRW0nKQDgHIBU,3136
53
- mistralai_azure/utils/queryparams.py,sha256=MTK6inMS1_WwjmMJEJmAn67tSHHJyarpdGRlorRHEtI,5899
54
- mistralai_azure/utils/requestbodies.py,sha256=PXmttCHm1zWGmwbrTyXYXxbeULavRWqxfD54Jx2CdJE,2084
55
- mistralai_azure/utils/retries.py,sha256=6yhfZifqIat9i76xF0lTR2jLj1IN9BNGyqqxATlEFPU,6348
56
- mistralai_azure/utils/security.py,sha256=ktep3HKwbFs-MLxUYTM8Jd4v-ZBum5_Z0u1PFIdYBX0,5516
57
- mistralai_azure/utils/serializers.py,sha256=FRCVu7wAf3VCss55ve62zuvdwnjDIHLQUDHc8fkGO4c,4383
58
- mistralai_azure/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
59
- mistralai_azure/utils/values.py,sha256=_89YXPTI_BU6SXJBzFR4pIzTCBPQW9tsOTN1jeBBIDs,3428
60
- mistralai_gcp/__init__.py,sha256=GiuvHuZHfHOt3Gy9V7IFS9rncGA536cO4qI9WhouYfY,146
61
- mistralai_gcp/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c,146
62
- mistralai_gcp/_hooks/custom_user_agent.py,sha256=1VAY7_oknRQGL8QNO0uCRHg6r7XYlssOMTj3gzyIVyk,538
63
- mistralai_gcp/_hooks/registration.py,sha256=5BN-U92pwP5kUaN7EOso2vWrwZlLvRcU5Coccibqp20,741
64
- mistralai_gcp/_hooks/sdkhooks.py,sha256=nr_ACx8Rn5xvTkmZP6_EI-f_0hw8wMyPqPHNvjAWAxI,2563
65
- mistralai_gcp/_hooks/types.py,sha256=DJD5-sKZfAj0tKgSU5w0YNuJE_C8PDa5n1V27T_7SmE,2574
66
- mistralai_gcp/basesdk.py,sha256=cJcOSsYxfNznSOMrDlh0z06_e8HXnlIFCfIYm0yOPlc,11212
67
- mistralai_gcp/chat.py,sha256=19fkz6ioWXcyafDVAUgIC3CH_hXARg27yNKJtvUogbw,27623
68
- mistralai_gcp/fim.py,sha256=2qvkaOYf2J6x1SmsCkKG3qCmF39lXJaW8ERdxU10v6c,24149
69
- mistralai_gcp/httpclient.py,sha256=S_ItzEchFX-znIdHD6i5-a91H0Dn5QxpT0KhucdHBbI,2595
70
- mistralai_gcp/models/__init__.py,sha256=Q4O3kZO0ASk6thhc8H9XN8qB5ue_jWQkozlJy3u3xOg,5738
71
- mistralai_gcp/models/assistantmessage.py,sha256=dcc-CWSUmQYxT951dK_vcqMIYkXt4bJ0EP9YldUm0NA,2279
72
- mistralai_gcp/models/chatcompletionchoice.py,sha256=2Ndhoboxs4zxAMd3HY0QYJJQtl8TUcLo76c8nuBahNI,666
73
- mistralai_gcp/models/chatcompletionrequest.py,sha256=Bcmsuo949mDEjeX4Upi08fi9ua-tW8NIxBvgpwVRpMY,7579
74
- mistralai_gcp/models/chatcompletionresponse.py,sha256=PuuWxBUSq7iDP1un-LwnLMZkfdPNC3lblhdHwMKYpUM,796
75
- mistralai_gcp/models/chatcompletionstreamrequest.py,sha256=4dZ2j-imbS-u6IoHdAy8fOQusHO7AgrGEMhvYMdxCiw,6784
76
- mistralai_gcp/models/completionchunk.py,sha256=_JvTeNk3nr7OnoWuTTqxq7Sij86vJglEbExyvpZyEQ0,875
77
- mistralai_gcp/models/completionevent.py,sha256=AwqawIqBBIdPqj6W99E-LkpKyq55jkvMiUXIgoJOyAI,392
78
- mistralai_gcp/models/completionresponsestreamchoice.py,sha256=_pJwBy7-lRfiI9WCBBOLSTdphwoT9fDU3oLx_q9ZrmY,1565
79
- mistralai_gcp/models/contentchunk.py,sha256=3lXlnRUBHMl2ZRiZ5DlaPU4SFh7-rLttRmbsokOgSMQ,233
80
- mistralai_gcp/models/deltamessage.py,sha256=u4mokCNNJk-o7jjSbbC_orNO4v1kCVB5vkrsLsTqjXs,1679
81
- mistralai_gcp/models/fimcompletionrequest.py,sha256=SlcVyTle9glpZ61jWYBHKnCLl4jUeN5yQQudZuSQplY,6109
82
- mistralai_gcp/models/fimcompletionresponse.py,sha256=ytRNA2Z3bHD7Uh4szsI_3SbgngAVypn38RVOieZA-n0,794
83
- mistralai_gcp/models/fimcompletionstreamrequest.py,sha256=OfEVh28QrOdd8xgUevXlNJs8qATtAdVZbqoA9B-e-JY,5476
84
- mistralai_gcp/models/function.py,sha256=4ftUlAjoiDgeFD-uRBKIFTmKCbXViKmC7GjBGsxGrXA,471
85
- mistralai_gcp/models/functioncall.py,sha256=2JBwNaJIwbdWKivKqmeZ6KuFkncjQD1SF_Z6bNHS40w,451
86
- mistralai_gcp/models/functionname.py,sha256=KjHEJrK-9BpfxXdCatbk5qO6cp9e0e-fxYCEEB-z6AA,460
87
- mistralai_gcp/models/httpvalidationerror.py,sha256=0CiCUPO3Ph5_cZlrpJSAVWOxkUjSDKHZEO2wSj2_iwA,641
88
- mistralai_gcp/models/responseformat.py,sha256=E_nOGVfOhwMk5iUdKSwDiEXaVEQ27K-a9xcGF_RpxF8,1049
89
- mistralai_gcp/models/responseformats.py,sha256=oeXHoVUoZrZwrz-0cm-rHj5sHygv9MpeqgdummGa8ww,488
90
- mistralai_gcp/models/sdkerror.py,sha256=kd75e3JYF2TXNgRZopcV-oGdBWoBZqRcvrwqn2fsFYs,528
91
- mistralai_gcp/models/security.py,sha256=ZIuV7w-RCQgb7YPpuOnxBobcwIy0Av9FbHacj9B06Nk,641
92
- mistralai_gcp/models/systemmessage.py,sha256=d2qGH3B000fkPGlS1Vt1zNiCpyiLbL5dwcNFIo7YoaQ,624
93
- mistralai_gcp/models/textchunk.py,sha256=JCd_vV6vdL1qIHMcspp2dh5ETEtxZMddy3K3DyLsPkE,510
94
- mistralai_gcp/models/tool.py,sha256=Bw8wY_DMs0dz7weZa8cZXsKJVXnmT9w1nUa2Eu8xbhM,689
95
- mistralai_gcp/models/toolcall.py,sha256=oqZut9Pf1MWGiLnPYTL9F-2SSiTdILGVpTPh_MJaLP8,774
96
- mistralai_gcp/models/toolchoice.py,sha256=63JWh27QJ8LIpTANCf1ZrIpTGM0XQiwPJYzC26PnaFM,1029
97
- mistralai_gcp/models/toolchoiceenum.py,sha256=Ca4ileCwuOjfPzIXLRIxT3RkE5zR7oqV6nXU-UjW0w0,197
98
- mistralai_gcp/models/toolmessage.py,sha256=DJBSZAWsQ64azPXyFuv7n5sQwN5r2-rpUAyVQhxbznM,1692
99
- mistralai_gcp/models/tooltypes.py,sha256=6vY1LVrp7xzXlidl1x-3SSwqdx9TBlecIeKd4sU7e6I,248
100
- mistralai_gcp/models/usageinfo.py,sha256=Fpy33iLmSqRmxlWT6RhPI101Djd5Dhlfq5tHzHWOSyo,394
101
- mistralai_gcp/models/usermessage.py,sha256=HKjVHJQ6DeBzkagTLdgM5TCOn1Ic7gUvQXjn27OO1rs,708
102
- mistralai_gcp/models/validationerror.py,sha256=L2d-zUzp42JP6LrOgs-_0y0ewfZyIn4CNBrlrkOQT_c,433
103
- mistralai_gcp/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
104
- mistralai_gcp/sdk.py,sha256=WkfTdRfXdLVqJXNvQG53N8ewRQDj3w-3dGztWaxR2Og,6506
105
- mistralai_gcp/sdkconfiguration.py,sha256=w3cni8uLse0T5VYC-H9-G36JRQnp_iseav7e8Iqz2I0,1705
106
- mistralai_gcp/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
107
- mistralai_gcp/types/basemodel.py,sha256=PexI39iKiOkIlobB8Ueo0yn8PLHp6_wb-WO-zelNDZY,1170
108
- mistralai_gcp/utils/__init__.py,sha256=hMYIjt_PgxXDJRBbT7MetTB7LBup9FJeFDVWNFbhKsA,2169
109
- mistralai_gcp/utils/annotations.py,sha256=475O8UTbQNQiawh8ZoJi_NDPKqhgW7vzy046ffMU8jI,655
110
- mistralai_gcp/utils/enums.py,sha256=VzjeslROrAr2luZOTJlvu-4UlxgTaGOKlRYtJJ7IfyY,1006
111
- mistralai_gcp/utils/eventstreaming.py,sha256=klSQ0FURc-hqYz1si1EG92VCFhfaxyBo_xP2mX3BBWo,4917
112
- mistralai_gcp/utils/forms.py,sha256=L-y62DiD0FXnq7WIyw8BAMbdr7sZDwhZ_3YsdviBbaA,6325
113
- mistralai_gcp/utils/headers.py,sha256=cPxWSmUILrefTGDzTH1Hdj7_Hlsj-EY6K5Tyc4iH4dk,3663
114
- mistralai_gcp/utils/logger.py,sha256=9nUtlKHo3RFsIVyMw5jq3wEKZMVwHnZMSc6xLp-otC0,520
115
- mistralai_gcp/utils/metadata.py,sha256=Per2KFXXOqOtoUWXrlIfjrSrBg199KrRW0nKQDgHIBU,3136
116
- mistralai_gcp/utils/queryparams.py,sha256=MTK6inMS1_WwjmMJEJmAn67tSHHJyarpdGRlorRHEtI,5899
117
- mistralai_gcp/utils/requestbodies.py,sha256=PXmttCHm1zWGmwbrTyXYXxbeULavRWqxfD54Jx2CdJE,2084
118
- mistralai_gcp/utils/retries.py,sha256=6yhfZifqIat9i76xF0lTR2jLj1IN9BNGyqqxATlEFPU,6348
119
- mistralai_gcp/utils/security.py,sha256=ktep3HKwbFs-MLxUYTM8Jd4v-ZBum5_Z0u1PFIdYBX0,5516
120
- mistralai_gcp/utils/serializers.py,sha256=FRCVu7wAf3VCss55ve62zuvdwnjDIHLQUDHc8fkGO4c,4383
121
- mistralai_gcp/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
122
- mistralai_gcp/utils/values.py,sha256=_89YXPTI_BU6SXJBzFR4pIzTCBPQW9tsOTN1jeBBIDs,3428
123
- py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
124
- mistralai/__init__.py,sha256=GiuvHuZHfHOt3Gy9V7IFS9rncGA536cO4qI9WhouYfY,146
125
- mistralai/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c,146
126
- mistralai/_hooks/custom_user_agent.py,sha256=Q_bKWa4cqUr7nOybJLIqdR63K3jVzdeXh101nyngFaA,543
127
- mistralai/_hooks/deprecation_warning.py,sha256=eyEOf7-o9uqqNWJnufD2RXp3dYrGV4in9q76yLC1zog,921
128
- mistralai/_hooks/registration.py,sha256=ML0W-XbE4WYdJ4eGks_XxF2aLCJTaIWjQATFGzFwvyU,861
129
- mistralai/_hooks/sdkhooks.py,sha256=s-orhdvnV89TmI3QiPC2LWQtYeM9RrsG1CTll-fYZmQ,2559
130
- mistralai/_hooks/types.py,sha256=vUkTVk_TSaK10aEj368KYWvnd4T5EsawixMcTro_UHc,2570
131
- mistralai/agents.py,sha256=EZpaM422sH_OLpaS1xh4GpHM577B81OgIgA-1RlmScE,25157
132
- mistralai/async_client.py,sha256=KUdYxIIqoD6L7vB0EGwUR6lQ0NK5iCTHjnLVR9CVcJY,355
133
- mistralai/basesdk.py,sha256=MQIeNInArcIcDYgSy67EDf77ykys9JwjTlnboqdpEJ8,11273
134
- mistralai/chat.py,sha256=29Ly2TekJcG2EpgMdbg6YtoRvT4rOecUsCU-I0s2qn4,28720
135
- mistralai/client.py,sha256=hrPg-LciKMKiascF0WbRRmqQyCv1lb2yDh6j-aaKVNo,509
136
- mistralai/embeddings.py,sha256=PdLKxk7JyNi0EmWF5Fm2bggvJHiT93FqwOz1q-DW23A,7531
137
- mistralai/files.py,sha256=vc6_HH2RvIdzruZ2UibSSXHBgJqCHz4HfjjTyfV8W_A,24693
138
- mistralai/fim.py,sha256=zurTle8sGo3yejQtS7MxBC5eqRsv75FL3GZdwnxbahY,24486
139
- mistralai/fine_tuning.py,sha256=UENQqfE054VEsAYxdruV-TBLFIFfO-joXNznH08GUvE,477
140
- mistralai/httpclient.py,sha256=S_ItzEchFX-znIdHD6i5-a91H0Dn5QxpT0KhucdHBbI,2595
141
- mistralai/jobs.py,sha256=tf7-OXiYGR0vlAwcNwaVY07ysIlF1JeKE2I5rbaAQDc,38278
142
- mistralai/models/__init__.py,sha256=j5mrBivetH0Tahmm_mOIw7yCGFkzE6U-XJO_UYEmH2I,17980
143
- mistralai/models/agentscompletionrequest.py,sha256=xJsBAtFwTIKodymDrcSXQPrT3OyN8tpIryT1AW4YTKM,5824
144
- mistralai/models/agentscompletionstreamrequest.py,sha256=JklvX4sOHqgjuRCY5ckjilSo4V7pbZQvP0Upj1yEHXk,5245
145
- mistralai/models/archiveftmodelout.py,sha256=pJdrSdGY16r4QgURacTsb5I3i0Ughy51HyY_QuVRNj4,644
146
- mistralai/models/assistantmessage.py,sha256=as_waIUKZYhzP4kqPxX6fI7g3Hzcis_iNmzPjiOU6Wg,2250
147
- mistralai/models/basemodelcard.py,sha256=yD3X-a9QST04sditjVlNPQeqZDYNb5O8EuuhxEhe--A,2565
148
- mistralai/models/chatcompletionchoice.py,sha256=KovfIsSa8eOwoOO1DP3HZau6-nlir4lheuWcCEUnzuk,596
149
- mistralai/models/chatcompletionrequest.py,sha256=HfWxDdmjUpJP5XWwaPbzP7voOBACYAt3G0rIWrSeqpo,7623
150
- mistralai/models/chatcompletionresponse.py,sha256=Dbn2YIDNnI-1vknxUfDPdWTObLVx4qrQ4P3jfe9oZKo,792
151
- mistralai/models/chatcompletionstreamrequest.py,sha256=dCsiv9WzN2Oxi72uUfUex50XPpq5jDMXqhEyhuzvXXY,7212
152
- mistralai/models/checkpointout.py,sha256=LxTSlZbmCy5MFrvTrXjinRj0A2w3Cih0sCs4XuZXSCU,1098
153
- mistralai/models/completionchunk.py,sha256=tsoYBlLRGR_z1HeYdKy6LvBuaSXX9o8CQW3ruJ2nYp0,871
154
- mistralai/models/completionevent.py,sha256=8krtGpvbAZoIX6jSNYTB_XfYL4qMB9IukQHqx235W5M,388
155
- mistralai/models/completionresponsestreamchoice.py,sha256=I4p1RY9y6t3BdasPVjswQW8S056Jrgb6B5Eg8yh8Uco,1657
156
- mistralai/models/contentchunk.py,sha256=gzhtNmAKX_CO22axRnTn4R6021wrK2zC5gmcXroszpA,654
157
- mistralai/models/delete_model_v1_models_model_id_deleteop.py,sha256=CMJDLstd_p3SYoK0jseEhLEFoma6AP2KzCrkw0W8bnM,620
158
- mistralai/models/deletefileout.py,sha256=gV6i2NTjmH5jg3yCVABmhK3iNWbgYExu4i6DOBfadPA,576
159
- mistralai/models/deletemodelout.py,sha256=THiSlct3nxldSzEtI3D1lk3XVnzQOXD2DZVQypUvlck,693
160
- mistralai/models/deltamessage.py,sha256=b186E0k58UZwOUVI3b_EN0JUBNJZifez_z6Q9Weums4,1650
161
- mistralai/models/detailedjobout.py,sha256=E-9W2ZkW8SAcUjcLZ_uo0G8kxcKEnJVaz_RjKam3qrg,4768
162
- mistralai/models/embeddingrequest.py,sha256=UGqg2A6FLadRtnya_1s2F89sqelMF49LwCx0pcdtmLk,1912
163
- mistralai/models/embeddingresponse.py,sha256=5j2kqukuwTq_GSjWbE4CE-ynFN4EI0jffpsaeprwOuw,634
164
- mistralai/models/embeddingresponsedata.py,sha256=iFyugT8kvveiwrt-FjYOfRTs3M81DRyNcx6W4Zm0X18,534
165
- mistralai/models/eventout.py,sha256=bv4JDq-ZYGuN143M-NNmi-tWi_t_y8_8rUclTSeiAHA,1633
166
- mistralai/models/files_api_routes_delete_fileop.py,sha256=npznvwYIWRvAI5-LIKcN7aaGOj55nt4fEBJlc6uq7Os,518
167
- mistralai/models/files_api_routes_retrieve_fileop.py,sha256=e5WNVG0JL5L73__cR880rn-RyHtwwzZtgEb5EnF_v8w,522
168
- mistralai/models/files_api_routes_upload_fileop.py,sha256=1gaHOaIJC8HbPymG8tWA3fxBNdXdj7igoNq2WfhJzjs,2393
169
- mistralai/models/fileschema.py,sha256=EUiIeXaZOux7lhAXh_G5JoA14eTztcanTUEmP5vWbpE,2844
170
- mistralai/models/fimcompletionrequest.py,sha256=l8_3i9kAhTKXKJyZWX0CPBtclkXg-z_Dvtr0h1XST3c,6080
171
- mistralai/models/fimcompletionresponse.py,sha256=olSUB8TDJcabemJ4Yy6O_CvxITbFXEC_zUeAVE_11zM,790
172
- mistralai/models/fimcompletionstreamrequest.py,sha256=EO8VnAD5Dgv7yrvo6S_Myezp4Fdnl-191oWdCfaMe6c,5447
173
- mistralai/models/finetuneablemodel.py,sha256=UvVJAugrRAc6elHPa9yM2ofde77cCmCYL-SWcemCJ50,339
174
- mistralai/models/ftmodelcapabilitiesout.py,sha256=qqrRDQLhJhZljm7p8b-vH6W9ikB54Q0nU_cEj_T8p9s,648
175
- mistralai/models/ftmodelcard.py,sha256=Ph1vf_aLJt8sZIxIuxzWlYDJTtnaXltCzw3hQZRrdEE,2813
176
- mistralai/models/ftmodelout.py,sha256=FAgkQQ6a35hOUTu7weIPLoPu3cRNcHAmEHuzBDFg_qE,2383
177
- mistralai/models/function.py,sha256=FsGLbzHfK27KyBtvKjDXOK7ME_hNONaaUQDHwV-yy7Q,467
178
- mistralai/models/functioncall.py,sha256=TnbKFtwxZS4IS6QX5TUr3b12YsgX_R6VtttAQntTsGo,447
179
- mistralai/models/functionname.py,sha256=vfnceAJ88bVCwP-TiaXjO07_E9EH37JENs8nRGo-uFw,456
180
- mistralai/models/githubrepositoryin.py,sha256=2ItCj0lGNGAD90TMZijCs_moqYrvcrG48XzbudRS1_Q,1782
181
- mistralai/models/githubrepositoryout.py,sha256=zAL3ZYz3Dy85gx4YOyx2q-ToGmFMUG2bdRRsPmWbHvc,1794
182
- mistralai/models/httpvalidationerror.py,sha256=btA-1ShKDO9WSoljfzTQ3_Ejl1FieLuyS9zASzTydik,633
183
- mistralai/models/imageurl.py,sha256=bYhpapPoEMfzi2C4eb2wZuWcYbTS0n2lcbIVjYarlSo,1383
184
- mistralai/models/imageurlchunk.py,sha256=A8trqV5MaBYXnVQo9srpXYLzsOMn_FX6Fmwr-G385cQ,955
185
- mistralai/models/jobin.py,sha256=2zbqJP5DS8hFT1wYGWejjTvHu1ywQ4d_ibMavM2Pohc,4457
186
- mistralai/models/jobmetadataout.py,sha256=3WDl_iVrF_khUS637CHfvmZzLTlpY-WWY_ILvyg0nsU,2430
187
- mistralai/models/jobout.py,sha256=NqKOIfurDWGf4hN9jtLxTGmuXZpR0U4tOItdRS9InUU,5994
188
- mistralai/models/jobs_api_routes_fine_tuning_archive_fine_tuned_modelop.py,sha256=niAQXobV6jH-gf6URC4itZZKHsOrYee4KHoxQVLlTyQ,646
189
- mistralai/models/jobs_api_routes_fine_tuning_cancel_fine_tuning_jobop.py,sha256=B3bWFgvGe6GD8lUQs0sLIX0x2W78g0U7p6qe9yo3JxQ,632
190
- mistralai/models/jobs_api_routes_fine_tuning_create_fine_tuning_jobop.py,sha256=GaXfilzcfQnGEN-uIolvOBIbQKyROwrY7tcYIRFKeek,498
191
- mistralai/models/jobs_api_routes_fine_tuning_get_fine_tuning_jobop.py,sha256=R_G1797Xc1kWKq6-zajjCcwTquz63X6noGBpkQPK6OI,628
192
- mistralai/models/jobs_api_routes_fine_tuning_get_fine_tuning_jobsop.py,sha256=obbSJ-r0JDnOsgz9B5Qaqn--3YrKs1CWtxKrRIkNBQM,5491
193
- mistralai/models/jobs_api_routes_fine_tuning_start_fine_tuning_jobop.py,sha256=ClyS16uEZp82LCtwnwsCzIfxj_5n6Br-R3sdssNNi7s,550
194
- mistralai/models/jobs_api_routes_fine_tuning_unarchive_fine_tuned_modelop.py,sha256=3y2DEdyFG7zgt_n33Ndh6Hgk3D-CJR_9If1p-TWgGWI,654
195
- mistralai/models/jobs_api_routes_fine_tuning_update_fine_tuned_modelop.py,sha256=7W9jhzt-AiCj1QgNjRDFQdwjrenEVcPqlin4SZXyKbo,925
196
- mistralai/models/jobsout.py,sha256=w_UO-z_O0AWJbas39M_KNvw6JDwcrWQs_9OwZ-jSAAA,675
197
- mistralai/models/legacyjobmetadataout.py,sha256=Lx8p05Vly5-y5JyBkIEzWOpKJvsHZbduM6RkaSU1-sI,4563
198
- mistralai/models/listfilesout.py,sha256=Ppr4sHVWWiWSoiuLRPEptQLkgycDPhWkN1OkXhMuD4k,408
199
- mistralai/models/metricout.py,sha256=TeczA41TeJB8H3eqJEYXyIPOScLwbqQXV8Z8msLCjHQ,2052
200
- mistralai/models/modelcapabilities.py,sha256=7D9GNMWxoll51ON_JKI9H6Mj_mTpEGa-JRqPlGxyRJg,703
201
- mistralai/models/modellist.py,sha256=cD4bBJ4WdfDHm_cS6JPfC7pLcaMUpNv5F5xCds23s5I,942
202
- mistralai/models/responseformat.py,sha256=QOo5sPuUcPOKDcxFgc1M6Fcn9hZGCLLGjB-DYZ6RTqk,1045
203
- mistralai/models/responseformats.py,sha256=oeXHoVUoZrZwrz-0cm-rHj5sHygv9MpeqgdummGa8ww,488
204
- mistralai/models/retrieve_model_v1_models_model_id_getop.py,sha256=9kIA7PSE2JwA0OyakyWaTQo2S8Qe6zl0-YYF8B9hnIc,1270
205
- mistralai/models/retrievefileout.py,sha256=LFAnyCZJutf7TT3u86CJy3SfvWVSerNS5X3jP8GZYlY,2864
206
- mistralai/models/sampletype.py,sha256=AHVeruPkMqLwaXTQVMiqrWxCv29ErNAOQenNxRaYFfc,182
207
- mistralai/models/sdkerror.py,sha256=kd75e3JYF2TXNgRZopcV-oGdBWoBZqRcvrwqn2fsFYs,528
208
- mistralai/models/security.py,sha256=u76osA-YgdAGdMe_p-dhbeJQV4DF3YtPO3vz_4sw7jI,686
209
- mistralai/models/source.py,sha256=i__XC0fCs5hAyp3uHzGK-gY6jcC8lE431V8-YpzCNso,178
210
- mistralai/models/systemmessage.py,sha256=BcQ2ShZft8AdtwAgMJAWjGMfDKhfqRA8ic_aitLH4rQ,620
211
- mistralai/models/textchunk.py,sha256=xSLmAnrulmM6Afy3BipZ5Tmi2Cj6RIXj_AeLhITMvhQ,524
212
- mistralai/models/tool.py,sha256=tQLS86r4TW7YrafEnAqXL7uVGpSUCvuTsTWV1ALmNMg,681
213
- mistralai/models/toolcall.py,sha256=NcM6TQiJta1pjtFcdJ7UKNwEYHBEONm7mW2lVcYWyOI,766
214
- mistralai/models/toolchoice.py,sha256=xcT6JYWDWqIalLXy8KdVjGwhBWCrlCZPW5ZzY36yI4I,1021
215
- mistralai/models/toolchoiceenum.py,sha256=Ca4ileCwuOjfPzIXLRIxT3RkE5zR7oqV6nXU-UjW0w0,197
216
- mistralai/models/toolmessage.py,sha256=FzlpK60kZX9-VAayJeS0YjNELnxuX6gNDnnyn-TH2KI,1663
217
- mistralai/models/tooltypes.py,sha256=NcvRsZA_ORf4WY_gn6WjgX6eEXmR2faVG3Q1sLlzdG8,244
218
- mistralai/models/trainingfile.py,sha256=EbdepVptpGZ8tt4ohrzOPZuId28cY8_17xjsSK8G0b8,400
219
- mistralai/models/trainingparameters.py,sha256=QRKiy8yjYAJAYjLp2ff1YROD8LAvZPby3R9y_UcuZb4,2168
220
- mistralai/models/trainingparametersin.py,sha256=yiQlUKJeWPmGOwyh7GMSyjz5d0fLqCq1zRjkaSDklYc,4426
221
- mistralai/models/unarchiveftmodelout.py,sha256=a1jmaoeuHK7D0NYPRSfYKc19j3oWX_Yk1cmZHmHe_OA,653
222
- mistralai/models/updateftmodelin.py,sha256=7ue5wh5boKK7epsW_7dBj59SmKjnBNfYlQtXCiFYbuk,1484
223
- mistralai/models/uploadfileout.py,sha256=lmbczrjF5UAFvGLVczNTjjfoY09ctUIWxG953D0JNrI,2830
224
- mistralai/models/usageinfo.py,sha256=CEK5yf5XTqgHB8_pfD0XHmqSyHUnowHNiu97SJOiIjM,390
225
- mistralai/models/usermessage.py,sha256=JGBVPW63Un9bIDgI824xSrtQ7__Yj_ktNe8P8Jqys0s,704
226
- mistralai/models/validationerror.py,sha256=XY7OGYpQ3Y3ApDbY56uiwQu9i58Jm_0rzeX2QDBCy-Q,429
227
- mistralai/models/wandbintegration.py,sha256=L6ZztyXAU6cDVhhYR8bzew42uDoX74UicJSsa1fIGHg,2235
228
- mistralai/models/wandbintegrationout.py,sha256=I79mi2JY7sx2Pfg5Ds4PwJ1DEg-iAKz968UpEOTz4zg,2062
229
- mistralai/models_.py,sha256=QfEE4Jffe7gzKq_qf48SigxjDiCvpAxcHzw77VFRUH0,38285
230
- mistralai/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
231
- mistralai/sdk.py,sha256=fIbuaFQpGt310xpalO64SkJ2VMbkV2pev0ifAXcTbbA,4739
232
- mistralai/sdkconfiguration.py,sha256=KJJu5RyYdYbzxufsgt59cQROU7MR-cdlwKX7aSwaXW8,1693
233
- mistralai/types/__init__.py,sha256=RArOwSgeeTIva6h-4ttjXwMUeCkz10nAFBL9D-QljI4,377
234
- mistralai/types/basemodel.py,sha256=PexI39iKiOkIlobB8Ueo0yn8PLHp6_wb-WO-zelNDZY,1170
235
- mistralai/utils/__init__.py,sha256=nV-al-VTQgBq98ULrCcRWuthvgjhR7aumTq1AhxJGQA,2222
236
- mistralai/utils/annotations.py,sha256=475O8UTbQNQiawh8ZoJi_NDPKqhgW7vzy046ffMU8jI,655
237
- mistralai/utils/enums.py,sha256=VzjeslROrAr2luZOTJlvu-4UlxgTaGOKlRYtJJ7IfyY,1006
238
- mistralai/utils/eventstreaming.py,sha256=klSQ0FURc-hqYz1si1EG92VCFhfaxyBo_xP2mX3BBWo,4917
239
- mistralai/utils/forms.py,sha256=L-y62DiD0FXnq7WIyw8BAMbdr7sZDwhZ_3YsdviBbaA,6325
240
- mistralai/utils/headers.py,sha256=cPxWSmUILrefTGDzTH1Hdj7_Hlsj-EY6K5Tyc4iH4dk,3663
241
- mistralai/utils/logger.py,sha256=TOF0Mqsua4GlsDhmrZz9hgMRvwd9zK7ytuqly3Vevxo,675
242
- mistralai/utils/metadata.py,sha256=Per2KFXXOqOtoUWXrlIfjrSrBg199KrRW0nKQDgHIBU,3136
243
- mistralai/utils/queryparams.py,sha256=MTK6inMS1_WwjmMJEJmAn67tSHHJyarpdGRlorRHEtI,5899
244
- mistralai/utils/requestbodies.py,sha256=PXmttCHm1zWGmwbrTyXYXxbeULavRWqxfD54Jx2CdJE,2084
245
- mistralai/utils/retries.py,sha256=6yhfZifqIat9i76xF0lTR2jLj1IN9BNGyqqxATlEFPU,6348
246
- mistralai/utils/security.py,sha256=vWlpkikOnGN_HRRhJ7Pb8ywVAjiM3d3ey3oTWtM6jTU,6008
247
- mistralai/utils/serializers.py,sha256=FRCVu7wAf3VCss55ve62zuvdwnjDIHLQUDHc8fkGO4c,4383
248
- mistralai/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
249
- mistralai/utils/values.py,sha256=_89YXPTI_BU6SXJBzFR4pIzTCBPQW9tsOTN1jeBBIDs,3428
250
- mistralai/version.py,sha256=iosXhlXclBwBqlADFKEilxAC2wWKbtuBKi87AmPi7s8,196
251
- mistralai-1.1.0.dist-info/LICENSE,sha256=rUtQ_9GD0OyLPlb-2uWVdfE87hzudMRmsW-tS-0DK-0,11340
252
- mistralai-1.1.0.dist-info/METADATA,sha256=xxB1ZHWDQL22egCOETHNHIpQw_Drg2B_8f2sclHLA0k,23454
253
- mistralai-1.1.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
254
- mistralai-1.1.0.dist-info/RECORD,,