tamar-model-client 0.1.13__py3-none-any.whl → 0.1.14__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.
@@ -127,11 +127,16 @@ class OpenAIChatCompletionsInput(BaseModel):
127
127
 
128
128
  class OpenAIImagesInput(BaseModel):
129
129
  prompt: str
130
+ background: Optional[Literal["transparent", "opaque", "auto"]] | NotGiven = NOT_GIVEN
130
131
  model: Union[str, ImageModel, None] | NotGiven = NOT_GIVEN
132
+ moderation: Optional[Literal["low", "auto"]] | NotGiven = NOT_GIVEN
131
133
  n: Optional[int] | NotGiven = NOT_GIVEN
134
+ output_compression: Optional[int] | NotGiven = NOT_GIVEN
135
+ output_format: Optional[Literal["png", "jpeg", "webp"]] | NotGiven = NOT_GIVEN
132
136
  quality: Literal["standard", "hd"] | NotGiven = NOT_GIVEN
133
137
  response_format: Optional[Literal["url", "b64_json"]] | NotGiven = NOT_GIVEN
134
- size: Optional[Literal["256x256", "512x512", "1024x1024", "1536x1024", "1024x1536", "auto"]]
138
+ size: Optional[Literal[
139
+ "auto", "1024x1024", "1536x1024", "1024x1536", "256x256", "512x512", "1792x1024", "1024x1792"]] | NotGiven = NOT_GIVEN
135
140
  style: Optional[Literal["vivid", "natural"]] | NotGiven = NOT_GIVEN
136
141
  user: str | NotGiven = NOT_GIVEN
137
142
  extra_headers: Headers | None = None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: tamar-model-client
3
- Version: 0.1.13
3
+ Version: 0.1.14
4
4
  Summary: A Python SDK for interacting with the Model Manager gRPC service
5
5
  Home-page: http://gitlab.tamaredge.top/project-tap/AgentOS/model-manager-client
6
6
  Author: Oscar Ou
@@ -11,9 +11,9 @@ tamar_model_client/generated/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NM
11
11
  tamar_model_client/generated/model_service_pb2.py,sha256=RI6wNSmgmylzWPedFfPxx938UzS7kcPR58YTzYshcL8,3066
12
12
  tamar_model_client/generated/model_service_pb2_grpc.py,sha256=k4tIbp3XBxdyuOVR18Ung_4SUryONB51UYf_uUEl6V4,5145
13
13
  tamar_model_client/schemas/__init__.py,sha256=AxuI-TcvA4OMTj2FtK4wAItvz9LrK_293pu3cmMLE7k,394
14
- tamar_model_client/schemas/inputs.py,sha256=yQzidAsRYi4GWEC-4hRaL5Ovo-wZA-ma-74j2LrxGM0,18719
14
+ tamar_model_client/schemas/inputs.py,sha256=AlvjTRp_UGnbmqzv4OJ3RjH4UGErzSNfKS8Puj6oEXQ,19088
15
15
  tamar_model_client/schemas/outputs.py,sha256=M_fcqUtXPJnfiLabHlyA8BorlC5pYkf5KLjXO1ysKIQ,1031
16
- tamar_model_client-0.1.13.dist-info/METADATA,sha256=MXuzkyBGqK2-yE72kq8rSq41Mc_QoYLE8cOxhsTP4_U,16566
17
- tamar_model_client-0.1.13.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
18
- tamar_model_client-0.1.13.dist-info/top_level.txt,sha256=_LfDhPv_fvON0PoZgQuo4M7EjoWtxPRoQOBJziJmip8,19
19
- tamar_model_client-0.1.13.dist-info/RECORD,,
16
+ tamar_model_client-0.1.14.dist-info/METADATA,sha256=XB9fzmRzMJM2UL8udezQf6PHy103GgtwICGmlFUnn4U,16566
17
+ tamar_model_client-0.1.14.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
18
+ tamar_model_client-0.1.14.dist-info/top_level.txt,sha256=_LfDhPv_fvON0PoZgQuo4M7EjoWtxPRoQOBJziJmip8,19
19
+ tamar_model_client-0.1.14.dist-info/RECORD,,