
    h                   B   S SK Jr  S SKrS SKJrJrJrJrJr  S SK	J
r
Jr  S SKrS SKrSSKJr  SSKJrJrJrJrJrJr  SS	KJrJrJrJrJr  SS
KJrJrJ r   SSK!J"r"  SSK#J$r$J%r%  SSK&J'r'J(r(  SSK)J*r*J+r+  SSK,J-r-J.r.  SSK/J0r0J1r1J2r2J3r3  SSK4J5r5J6r6  SSK7J8r8  SSK9J:r:  SSK;J<r<  SSK=J>r>  SSK?J@r@  SSKAJBrB  SSKCJDrD  SSKEJ0r0  SSKFJGrG  SSKHJIrI  SSKJJKrK  SSKLJMrM  SS/rN " S  S\$5      rO " S! S\%5      rP " S" S#5      rQ " S$ S%5      rR " S& S'5      rS " S( S)5      rTS+S* jrUg),    )annotationsN)DictListUnionIterableOptional)Literaloverload   )_legacy_response   )MessagesAsyncMessagesMessagesWithRawResponseAsyncMessagesWithRawResponseMessagesWithStreamingResponse"AsyncMessagesWithStreamingResponse)	NOT_GIVENBodyQueryHeadersNotGiven)required_argsmaybe_transformasync_maybe_transform)cached_property)SyncAPIResourceAsyncAPIResource)to_streamed_response_wrapper"async_to_streamed_response_wrapper)StreamAsyncStream)SyncCursorPageAsyncCursorPage)ChatCompletionAudioParamcompletion_list_paramscompletion_create_paramscompletion_update_params)AsyncPaginatormake_request_options)	ChatModel)ChatCompletion)Metadata)ReasoningEffort)ChatCompletionChunk)ChatCompletionDeleted)ChatCompletionToolParam)r%   )ChatCompletionMessageParam) ChatCompletionStreamOptionsParam)$ChatCompletionPredictionContentParam)#ChatCompletionToolChoiceOptionParamCompletionsAsyncCompletionsc            #         \ rS rSr\SS j5       r\SS j5       r\SS j5       r\\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	SSS\	S.!                                                                       SS	 jj5       r
\\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	SSS\	S
.                                                                        SS jj5       r
\\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	SSS\	S
.                                                                        SS jj5       r
\" SS// SQ5      \	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	SSS\	S.!                                                                       SS jj5       r
SSS\	S.           SS jjrSSS\	S.             SS jjr\	\	\	\	\	SSS\	S.	                   SS jjrSSS\	S.           S S jjrSrg)!r6   7   c                ,    [        U R                  5      $ N)r   _clientselfs    _/var/www/html/env/lib/python3.13/site-packages/openai/resources/chat/completions/completions.pymessagesCompletions.messages8   s    %%    c                    [        U 5      $ z
This property can be used as a prefix for any HTTP method call to return
the raw response object instead of the parsed content.

For more information, see https://www.github.com/openai/openai-python#accessing-raw-response-data-eg-headers
)CompletionsWithRawResponser=   s    r?   with_raw_responseCompletions.with_raw_response<   s     *$//rB   c                    [        U 5      $ z
An alternative to `.with_raw_response` that doesn't eagerly read the response body.

For more information, see https://www.github.com/openai/openai-python#with_streaming_response
) CompletionsWithStreamingResponser=   s    r?   with_streaming_response#Completions.with_streaming_responseF   s     055rB   N!audiofrequency_penaltyfunction_call	functions
logit_biaslogprobsmax_completion_tokens
max_tokensmetadata
modalitiesnparallel_tool_calls
predictionpresence_penaltyreasoning_effortresponse_formatseedservice_tierstopstorestreamstream_optionstemperaturetool_choicetoolstop_logprobstop_puserweb_search_optionsextra_headersextra_query
extra_bodytimeoutr@   modelc       #            ga ,  
**Starting a new project?** We recommend trying
[Responses](https://platform.openai.com/docs/api-reference/responses) to take
advantage of the latest OpenAI platform features. Compare
[Chat Completions with Responses](https://platform.openai.com/docs/guides/responses-vs-chat-completions?api-mode=responses).

---

Creates a model response for the given chat conversation. Learn more in the
[text generation](https://platform.openai.com/docs/guides/text-generation),
[vision](https://platform.openai.com/docs/guides/vision), and
[audio](https://platform.openai.com/docs/guides/audio) guides.

Parameter support can differ depending on the model used to generate the
response, particularly for newer reasoning models. Parameters that are only
supported for reasoning models are noted below. For the current state of
unsupported parameters in reasoning models,
[refer to the reasoning guide](https://platform.openai.com/docs/guides/reasoning).

Args:
  messages: A list of messages comprising the conversation so far. Depending on the
      [model](https://platform.openai.com/docs/models) you use, different message
      types (modalities) are supported, like
      [text](https://platform.openai.com/docs/guides/text-generation),
      [images](https://platform.openai.com/docs/guides/vision), and
      [audio](https://platform.openai.com/docs/guides/audio).

  model: Model ID used to generate the response, like `gpt-4o` or `o3`. OpenAI offers a
      wide range of models with different capabilities, performance characteristics,
      and price points. Refer to the
      [model guide](https://platform.openai.com/docs/models) to browse and compare
      available models.

  audio: Parameters for audio output. Required when audio output is requested with
      `modalities: ["audio"]`.
      [Learn more](https://platform.openai.com/docs/guides/audio).

  frequency_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on their
      existing frequency in the text so far, decreasing the model's likelihood to
      repeat the same line verbatim.

  function_call: Deprecated in favor of `tool_choice`.

      Controls which (if any) function is called by the model.

      `none` means the model will not call a function and instead generates a message.

      `auto` means the model can pick between generating a message or calling a
      function.

      Specifying a particular function via `{"name": "my_function"}` forces the model
      to call that function.

      `none` is the default when no functions are present. `auto` is the default if
      functions are present.

  functions: Deprecated in favor of `tools`.

      A list of functions the model may generate JSON inputs for.

  logit_bias: Modify the likelihood of specified tokens appearing in the completion.

      Accepts a JSON object that maps tokens (specified by their token ID in the
      tokenizer) to an associated bias value from -100 to 100. Mathematically, the
      bias is added to the logits generated by the model prior to sampling. The exact
      effect will vary per model, but values between -1 and 1 should decrease or
      increase likelihood of selection; values like -100 or 100 should result in a ban
      or exclusive selection of the relevant token.

  logprobs: Whether to return log probabilities of the output tokens or not. If true,
      returns the log probabilities of each output token returned in the `content` of
      `message`.

  max_completion_tokens: An upper bound for the number of tokens that can be generated for a completion,
      including visible output tokens and
      [reasoning tokens](https://platform.openai.com/docs/guides/reasoning).

  max_tokens: The maximum number of [tokens](/tokenizer) that can be generated in the chat
      completion. This value can be used to control
      [costs](https://openai.com/api/pricing/) for text generated via API.

      This value is now deprecated in favor of `max_completion_tokens`, and is not
      compatible with
      [o-series models](https://platform.openai.com/docs/guides/reasoning).

  metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
      for storing additional information about the object in a structured format, and
      querying for objects via API or the dashboard.

      Keys are strings with a maximum length of 64 characters. Values are strings with
      a maximum length of 512 characters.

  modalities: Output types that you would like the model to generate. Most models are capable
      of generating text, which is the default:

      `["text"]`

      The `gpt-4o-audio-preview` model can also be used to
      [generate audio](https://platform.openai.com/docs/guides/audio). To request that
      this model generate both text and audio responses, you can use:

      `["text", "audio"]`

  n: How many chat completion choices to generate for each input message. Note that
      you will be charged based on the number of generated tokens across all of the
      choices. Keep `n` as `1` to minimize costs.

  parallel_tool_calls: Whether to enable
      [parallel function calling](https://platform.openai.com/docs/guides/function-calling#configuring-parallel-function-calling)
      during tool use.

  prediction: Static predicted output content, such as the content of a text file that is
      being regenerated.

  presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
      whether they appear in the text so far, increasing the model's likelihood to
      talk about new topics.

  reasoning_effort: **o-series models only**

      Constrains effort on reasoning for
      [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
      supported values are `low`, `medium`, and `high`. Reducing reasoning effort can
      result in faster responses and fewer tokens used on reasoning in a response.

  response_format: An object specifying the format that the model must output.

      Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
      Outputs which ensures the model will match your supplied JSON schema. Learn more
      in the
      [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).

      Setting to `{ "type": "json_object" }` enables the older JSON mode, which
      ensures the message the model generates is valid JSON. Using `json_schema` is
      preferred for models that support it.

  seed: This feature is in Beta. If specified, our system will make a best effort to
      sample deterministically, such that repeated requests with the same `seed` and
      parameters should return the same result. Determinism is not guaranteed, and you
      should refer to the `system_fingerprint` response parameter to monitor changes
      in the backend.

  service_tier: Specifies the latency tier to use for processing the request. This parameter is
      relevant for customers subscribed to the scale tier service:

      - If set to 'auto', and the Project is Scale tier enabled, the system will
        utilize scale tier credits until they are exhausted.
      - If set to 'auto', and the Project is not Scale tier enabled, the request will
        be processed using the default service tier with a lower uptime SLA and no
        latency guarentee.
      - If set to 'default', the request will be processed using the default service
        tier with a lower uptime SLA and no latency guarentee.
      - If set to 'flex', the request will be processed with the Flex Processing
        service tier.
        [Learn more](https://platform.openai.com/docs/guides/flex-processing).
      - When not set, the default behavior is 'auto'.

      When this parameter is set, the response body will include the `service_tier`
      utilized.

  stop: Not supported with latest reasoning models `o3` and `o4-mini`.

      Up to 4 sequences where the API will stop generating further tokens. The
      returned text will not contain the stop sequence.

  store: Whether or not to store the output of this chat completion request for use in
      our [model distillation](https://platform.openai.com/docs/guides/distillation)
      or [evals](https://platform.openai.com/docs/guides/evals) products.

  stream: If set to true, the model response data will be streamed to the client as it is
      generated using
      [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format).
      See the
      [Streaming section below](https://platform.openai.com/docs/api-reference/chat/streaming)
      for more information, along with the
      [streaming responses](https://platform.openai.com/docs/guides/streaming-responses)
      guide for more information on how to handle the streaming events.

  stream_options: Options for streaming response. Only set this when you set `stream: true`.

  temperature: What sampling temperature to use, between 0 and 2. Higher values like 0.8 will
      make the output more random, while lower values like 0.2 will make it more
      focused and deterministic. We generally recommend altering this or `top_p` but
      not both.

  tool_choice: Controls which (if any) tool is called by the model. `none` means the model will
      not call any tool and instead generates a message. `auto` means the model can
      pick between generating a message or calling one or more tools. `required` means
      the model must call one or more tools. Specifying a particular tool via
      `{"type": "function", "function": {"name": "my_function"}}` forces the model to
      call that tool.

      `none` is the default when no tools are present. `auto` is the default if tools
      are present.

  tools: A list of tools the model may call. Currently, only functions are supported as a
      tool. Use this to provide a list of functions the model may generate JSON inputs
      for. A max of 128 functions are supported.

  top_logprobs: An integer between 0 and 20 specifying the number of most likely tokens to
      return at each token position, each with an associated log probability.
      `logprobs` must be set to `true` if this parameter is used.

  top_p: An alternative to sampling with temperature, called nucleus sampling, where the
      model considers the results of the tokens with top_p probability mass. So 0.1
      means only the tokens comprising the top 10% probability mass are considered.

      We generally recommend altering this or `temperature` but not both.

  user: A unique identifier representing your end-user, which can help OpenAI to monitor
      and detect abuse.
      [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#end-user-ids).

  web_search_options: This tool searches the web for relevant results to use in a response. Learn more
      about the
      [web search tool](https://platform.openai.com/docs/guides/tools-web-search?api-mode=chat).

  extra_headers: Send extra headers

  extra_query: Add additional query parameters to the request

  extra_body: Add additional JSON properties to the request

  timeout: Override the client-level default timeout for this request, in seconds
N $r>   r@   ro   rN   rO   rP   rQ   rR   rS   rT   rU   rV   rW   rX   rY   rZ   r[   r\   r]   r^   r_   r`   ra   rb   rc   rd   re   rf   rg   rh   ri   rj   rk   rl   rm   rn   s$                                       r?   createCompletions.createO       V 	rB    rN   rO   rP   rQ   rR   rS   rT   rU   rV   rW   rX   rY   rZ   r[   r\   r]   r^   r_   r`   ra   rc   rd   re   rf   rg   rh   ri   rj   rk   rl   rm   rn   c       #            ga ,  
**Starting a new project?** We recommend trying
[Responses](https://platform.openai.com/docs/api-reference/responses) to take
advantage of the latest OpenAI platform features. Compare
[Chat Completions with Responses](https://platform.openai.com/docs/guides/responses-vs-chat-completions?api-mode=responses).

---

Creates a model response for the given chat conversation. Learn more in the
[text generation](https://platform.openai.com/docs/guides/text-generation),
[vision](https://platform.openai.com/docs/guides/vision), and
[audio](https://platform.openai.com/docs/guides/audio) guides.

Parameter support can differ depending on the model used to generate the
response, particularly for newer reasoning models. Parameters that are only
supported for reasoning models are noted below. For the current state of
unsupported parameters in reasoning models,
[refer to the reasoning guide](https://platform.openai.com/docs/guides/reasoning).

Args:
  messages: A list of messages comprising the conversation so far. Depending on the
      [model](https://platform.openai.com/docs/models) you use, different message
      types (modalities) are supported, like
      [text](https://platform.openai.com/docs/guides/text-generation),
      [images](https://platform.openai.com/docs/guides/vision), and
      [audio](https://platform.openai.com/docs/guides/audio).

  model: Model ID used to generate the response, like `gpt-4o` or `o3`. OpenAI offers a
      wide range of models with different capabilities, performance characteristics,
      and price points. Refer to the
      [model guide](https://platform.openai.com/docs/models) to browse and compare
      available models.

  stream: If set to true, the model response data will be streamed to the client as it is
      generated using
      [server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events/Using_server-sent_events#Event_stream_format).
      See the
      [Streaming section below](https://platform.openai.com/docs/api-reference/chat/streaming)
      for more information, along with the
      [streaming responses](https://platform.openai.com/docs/guides/streaming-responses)
      guide for more information on how to handle the streaming events.

  audio: Parameters for audio output. Required when audio output is requested with
      `modalities: ["audio"]`.
      [Learn more](https://platform.openai.com/docs/guides/audio).

  frequency_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on their
      existing frequency in the text so far, decreasing the model's likelihood to
      repeat the same line verbatim.

  function_call: Deprecated in favor of `tool_choice`.

      Controls which (if any) function is called by the model.

      `none` means the model will not call a function and instead generates a message.

      `auto` means the model can pick between generating a message or calling a
      function.

      Specifying a particular function via `{"name": "my_function"}` forces the model
      to call that function.

      `none` is the default when no functions are present. `auto` is the default if
      functions are present.

  functions: Deprecated in favor of `tools`.

      A list of functions the model may generate JSON inputs for.

  logit_bias: Modify the likelihood of specified tokens appearing in the completion.

      Accepts a JSON object that maps tokens (specified by their token ID in the
      tokenizer) to an associated bias value from -100 to 100. Mathematically, the
      bias is added to the logits generated by the model prior to sampling. The exact
      effect will vary per model, but values between -1 and 1 should decrease or
      increase likelihood of selection; values like -100 or 100 should result in a ban
      or exclusive selection of the relevant token.

  logprobs: Whether to return log probabilities of the output tokens or not. If true,
      returns the log probabilities of each output token returned in the `content` of
      `message`.

  max_completion_tokens: An upper bound for the number of tokens that can be generated for a completion,
      including visible output tokens and
      [reasoning tokens](https://platform.openai.com/docs/guides/reasoning).

  max_tokens: The maximum number of [tokens](/tokenizer) that can be generated in the chat
      completion. This value can be used to control
      [costs](https://openai.com/api/pricing/) for text generated via API.

      This value is now deprecated in favor of `max_completion_tokens`, and is not
      compatible with
      [o-series models](https://platform.openai.com/docs/guides/reasoning).

  metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
      for storing additional information about the object in a structured format, and
      querying for objects via API or the dashboard.

      Keys are strings with a maximum length of 64 characters. Values are strings with
      a maximum length of 512 characters.

  modalities: Output types that you would like the model to generate. Most models are capable
      of generating text, which is the default:

      `["text"]`

      The `gpt-4o-audio-preview` model can also be used to
      [generate audio](https://platform.openai.com/docs/guides/audio). To request that
      this model generate both text and audio responses, you can use:

      `["text", "audio"]`

  n: How many chat completion choices to generate for each input message. Note that
      you will be charged based on the number of generated tokens across all of the
      choices. Keep `n` as `1` to minimize costs.

  parallel_tool_calls: Whether to enable
      [parallel function calling](https://platform.openai.com/docs/guides/function-calling#configuring-parallel-function-calling)
      during tool use.

  prediction: Static predicted output content, such as the content of a text file that is
      being regenerated.

  presence_penalty: Number between -2.0 and 2.0. Positive values penalize new tokens based on
      whether they appear in the text so far, increasing the model's likelihood to
      talk about new topics.

  reasoning_effort: **o-series models only**

      Constrains effort on reasoning for
      [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently
      supported values are `low`, `medium`, and `high`. Reducing reasoning effort can
      result in faster responses and fewer tokens used on reasoning in a response.

  response_format: An object specifying the format that the model must output.

      Setting to `{ "type": "json_schema", "json_schema": {...} }` enables Structured
      Outputs which ensures the model will match your supplied JSON schema. Learn more
      in the
      [Structured Outputs guide](https://platform.openai.com/docs/guides/structured-outputs).

      Setting to `{ "type": "json_object" }` enables the older JSON mode, which
      ensures the message the model generates is valid JSON. Using `json_schema` is
      preferred for models that support it.

  seed: This feature is in Beta. If specified, our system will make a best effort to
      sample deterministically, such that repeated requests with the same `seed` and
      parameters should return the same result. Determinism is not guaranteed, and you
      should refer to the `system_fingerprint` response parameter to monitor changes
      in the backend.

  service_tier: Specifies the latency tier to use for processing the request. This parameter is
      relevant for customers subscribed to the scale tier service:

      - If set to 'auto', and the Project is Scale tier enabled, the system will
        utilize scale tier credits until they are exhausted.
      - If set to 'auto', and the Project is not Scale tier enabled, the request will
        be processed using the default service tier with a lower uptime SLA and no
        latency guarentee.
      - If set to 'default', the request will be processed using the default service
        tier with a lower uptime SLA and no latency guarentee.
      - If set to 'flex', the request will be processed with the Flex Processing
        service tier.
        [Learn more](https://platform.openai.com/docs/guides/flex-processing).
      - When not set, the default behavior is 'auto'.

      When this parameter is set, the response body will include the `service_tier`
      utilized.

  stop: Not supported with latest reasoning models `o3` and `o4-mini`.

      Up to 4 sequences where the API will stop generating further tokens. The
      returned text will not contain the stop sequence.

  store: Whether or not to store the output of this chat completion request for use in
      our [model distillation](https://platform.openai.com/docs/guides/distillation)
      or [evals](https://platform.openai.com/docs/guides/evals) products.

  stream_options: Options for streaming response. Only set this when you set `stream: true`.

  temperature: What sampling temperature to use, between 0 and 2. Higher values like 0.8 will
      make the output more random, while lower values like 0.2 will make it more
      focused and deterministic. We generally recommend altering this or `top_p` but
      not both.

  tool_choice: Controls which (if any) tool is called by the model. `none` means the model will
      not call any tool and instead generates a message. `auto` means the model can
      pick between generating a message or calling one or more tools. `required` means
      the model must call one or more tools. Specifying a particular tool via
      `{"type": "function", "function": {"name": "my_function"}}` forces the model to
      call that tool.

      `none` is the default when no tools are present. `auto` is the default if tools
      are present.

  tools: A list of tools the model may call. Currently, only functions are supported as a
      tool. Use this to provide a list of functions the model may generate JSON inputs
      for. A max of 128 functions are supported.

  top_logprobs: An integer between 0 and 20 specifying the number of most likely tokens to
      return at each token position, each with an associated log probability.
      `logprobs` must be set to `true` if this parameter is used.

  top_p: An alternative to sampling with temperature, called nucleus sampling, where the
      model considers the results of the tokens with top_p probability mass. So 0.1
      means only the tokens comprising the top 10% probability mass are considered.

      We generally recommend altering this or `temperature` but not both.

  user: A unique identifier representing your end-user, which can help OpenAI to monitor
      and detect abuse.
      [Learn more](https://platform.openai.com/docs/guides/safety-best-practices#end-user-ids).

  web_search_options: This tool searches the web for relevant results to use in a response. Learn more
      about the
      [web search tool](https://platform.openai.com/docs/guides/tools-web-search?api-mode=chat).

  extra_headers: Send extra headers

  extra_query: Add additional query parameters to the request

  extra_body: Add additional JSON properties to the request

  timeout: Override the client-level default timeout for this request, in seconds
Nrr   $r>   r@   ro   rb   rN   rO   rP   rQ   rR   rS   rT   rU   rV   rW   rX   rY   rZ   r[   r\   r]   r^   r_   r`   ra   rc   rd   re   rf   rg   rh   ri   rj   rk   rl   rm   rn   s$                                       r?   rt   ru   \  rv   rB   c       #            gry   rr   rz   s$                                       r?   rt   ru   i  rv   rB   r@   ro   rb   c       #        j   [        U5        U R                  S[        0 SU_SU_SU_SU_SU_SU_SU_S	U_S
U	_SU
_SU_SU_SU_SU_SU_SU_SU_UUUUUUUUUUUUUUS.EU(       a  [        R                  O[        R
                  5      [        U U!U"U#S9[        U=(       d    S[        [           S9$ N/chat/completionsr@   ro   rN   rO   rP   rQ   rR   rS   rT   rU   rV   rW   rX   rY   rZ   r[   r\   )r]   r^   r_   r`   ra   rb   rc   rd   re   rf   rg   rh   ri   rj   rk   rl   rm   rn   F)bodyoptionscast_torb   
stream_cls)
validate_response_format_postr   r'   CompletionCreateParamsStreaming"CompletionCreateParamsNonStreamingr*   r,   r!   r/   rs   s$                                       r?   rt   ru   v  sx   T 	!1zz   U  U  ():	 
 $]     !*    ,-B  !*    !*    *+>  !*   '(8! " '(8# $ (7 $0 "$&4#.#."$0" *<? D  )HH-PPI%L )+Q[el #?U12[  .
 .	
rB   r   c          
     n    U(       d  [        SU< 35      eU R                  SU 3[        X#XES9[        S9$ )  Get a stored chat completion.

Only Chat Completions that have been created with
the `store` parameter set to `true` will be returned.

Args:
  extra_headers: Send extra headers

  extra_query: Add additional query parameters to the request

  extra_body: Add additional JSON properties to the request

  timeout: Override the client-level default timeout for this request, in seconds
<Expected a non-empty value for `completion_id` but received /chat/completions/r   r   r   
ValueError_getr*   r,   r>   completion_idrk   rl   rm   rn   s         r?   retrieveCompletions.retrieve  sO    2 [\i[lmnnyy 0(+Q[ #  
 	
rB   c                   U(       d  [        SU< 35      eU R                  SU 3[        SU0[        R                  5      [        X4XVS9[        S9$ );  Modify a stored chat completion.

Only Chat Completions that have been created
with the `store` parameter set to `true` can be modified. Currently, the only
supported modification is to update the `metadata` field.

Args:
  metadata: Set of 16 key-value pairs that can be attached to an object. This can be useful
      for storing additional information about the object in a structured format, and
      querying for objects via API or the dashboard.

      Keys are strings with a maximum length of 64 characters. Values are strings with
      a maximum length of 512 characters.

  extra_headers: Send extra headers

  extra_query: Add additional query parameters to the request

  extra_body: Add additional JSON properties to the request

  timeout: Override the client-level default timeout for this request, in seconds
r   r   rV   r   r   r   r   )r   r   r   r(   CompletionUpdateParamsr*   r,   r>   r   rV   rk   rl   rm   rn   s          r?   updateCompletions.update  sf    D [\i[lmnnzz 0 *h!79Q9h9hi(+Q[ #  
 	
rB   	afterlimitrV   ro   orderrk   rl   rm   rn   c       	            U R                  S[        [           [        UUUU	[	        UUUUUS.[
        R                  5      S9[        S9$ a`  List stored Chat Completions.

Only Chat Completions that have been stored with
the `store` parameter set to `true` will be returned.

Args:
  after: Identifier for the last chat completion from the previous pagination request.

  limit: Number of Chat Completions to retrieve.

  metadata:
      A list of metadata keys to filter the Chat Completions by. Example:

      `metadata[key1]=value1&metadata[key2]=value2`

  model: The model used to generate the Chat Completions.

  order: Sort order for Chat Completions by timestamp. Use `asc` for ascending order or
      `desc` for descending order. Defaults to `asc`.

  extra_headers: Send extra headers

  extra_query: Add additional query parameters to the request

  extra_body: Add additional JSON properties to the request

  timeout: Override the client-level default timeout for this request, in seconds
r   )r   r   rV   ro   r   )rk   rl   rm   rn   query)pager   ro   )_get_api_listr#   r,   r*   r   r&   CompletionListParams
r>   r   r   rV   ro   r   rk   rl   rm   rn   s
             r?   listCompletions.list!  sh    V !!/(+'%%!&!&$,!&!& +??	  !' " 
 	
rB   c          
     n    U(       d  [        SU< 35      eU R                  SU 3[        X#XES9[        S9$ )  Delete a stored chat completion.

Only Chat Completions that have been created
with the `store` parameter set to `true` can be deleted.

Args:
  extra_headers: Send extra headers

  extra_query: Add additional query parameters to the request

  extra_body: Add additional JSON properties to the request

  timeout: Override the client-level default timeout for this request, in seconds
r   r   r   r   r   _deleter*   r0   r   s         r?   deleteCompletions.deleteb  sO    2 [\i[lmnn|| 0(+Q[ *  
 	
rB   rr   )returnr   )r   rE   )r   rJ   Hr@   $Iterable[ChatCompletionMessageParam]ro   Union[str, ChatModel]rN   -Optional[ChatCompletionAudioParam] | NotGivenrO   Optional[float] | NotGivenrP   0completion_create_params.FunctionCall | NotGivenrQ   6Iterable[completion_create_params.Function] | NotGivenrR   #Optional[Dict[str, int]] | NotGivenrS   Optional[bool] | NotGivenrT   Optional[int] | NotGivenrU   r   rV   Optional[Metadata] | NotGivenrW   3Optional[List[Literal['text', 'audio']]] | NotGivenrX   r   rY   bool | NotGivenrZ   9Optional[ChatCompletionPredictionContentParam] | NotGivenr[   r   r\   $Optional[ReasoningEffort] | NotGivenr]   2completion_create_params.ResponseFormat | NotGivenr^   r   r_   7Optional[Literal['auto', 'default', 'flex']] | NotGivenr`   0Union[Optional[str], List[str], None] | NotGivenra   r   rb   z#Optional[Literal[False]] | NotGivenrc   5Optional[ChatCompletionStreamOptionsParam] | NotGivenrd   r   re   .ChatCompletionToolChoiceOptionParam | NotGivenrf   ,Iterable[ChatCompletionToolParam] | NotGivenrg   r   rh   r   ri   str | NotGivenrj   4completion_create_params.WebSearchOptions | NotGivenrk   Headers | Nonerl   Query | Nonerm   Body | Nonern   'float | httpx.Timeout | None | NotGivenr   r,   )Hr@   r   ro   r   rb   Literal[True]rN   r   rO   r   rP   r   rQ   r   rR   r   rS   r   rT   r   rU   r   rV   r   rW   r   rX   r   rY   r   rZ   r   r[   r   r\   r   r]   r   r^   r   r_   r   r`   r   ra   r   rc   r   rd   r   re   r   rf   r   rg   r   rh   r   ri   r   rj   r   rk   r   rl   r   rm   r   rn   r   r   zStream[ChatCompletionChunk])Hr@   r   ro   r   rb   boolrN   r   rO   r   rP   r   rQ   r   rR   r   rS   r   rT   r   rU   r   rV   r   rW   r   rX   r   rY   r   rZ   r   r[   r   r\   r   r]   r   r^   r   r_   r   r`   r   ra   r   rc   r   rd   r   re   r   rf   r   rg   r   rh   r   ri   r   rj   r   rk   r   rl   r   rm   r   rn   r   r   ,ChatCompletion | Stream[ChatCompletionChunk])Hr@   r   ro   r   rN   r   rO   r   rP   r   rQ   r   rR   r   rS   r   rT   r   rU   r   rV   r   rW   r   rX   r   rY   r   rZ   r   r[   r   r\   r   r]   r   r^   r   r_   r   r`   r   ra   r   rb   3Optional[Literal[False]] | Literal[True] | NotGivenrc   r   rd   r   re   r   rf   r   rg   r   rh   r   ri   r   rj   r   rk   r   rl   r   rm   r   rn   r   r   r   r   strrk   r   rl   r   rm   r   rn   r   r   r,   r   r   rV   zOptional[Metadata]rk   r   rl   r   rm   r   rn   r   r   r,   )r   r   r   int | NotGivenrV   r   ro   r   r   !Literal['asc', 'desc'] | NotGivenrk   r   rl   r   rm   r   rn   r   r   zSyncCursorPage[ChatCompletion]r   r   rk   r   rl   r   rm   r   rn   r   r   r0   __name__
__module____qualname____firstlineno__r   r@   rF   rK   r
   r   rt   r   r   r   r   r   __static_attributes__rr   rB   r?   r6   r6   7   sV
   & & 0 0 6 6  @I8AJSLU:C.7:C/82;JS&//8PY7@AJNW)2PYAJ+46?PY2;FO>G1:,5(S\ )-$("&;DOJ 7J %	J
 =J 6J HJ JJ 8J ,J  8J -J 0J HJ $J  -!J" N#J$ 5%J& ?'J( L)J* '+J, N-J. ?/J0 )1J2 43J4 N5J6 07J8 D9J: <;J< /=J> *?J@ AJB QCJH &IJJ "KJL  MJN 9OJP 
QJ JX  @I8AJSLU:C.7:C/82;JS&//8PY7@AJNW)2PYAJ+4PY2;FO>G1:,5(S\ )-$("&;DOJ 7J %	J
 J =J 6J HJ JJ 8J ,J  8J -J 0J HJ  $!J" -#J$ N%J& 5'J( ?)J* L+J, '-J. N/J0 ?1J2 )3J4 N5J6 07J8 D9J: <;J< /=J> *?J@ AJB QCJH &IJJ "KJL  MJN 9OJP 
%QJ JX  @I8AJSLU:C.7:C/82;JS&//8PY7@AJNW)2PYAJ+4PY2;FO>G1:,5(S\ )-$("&;DOJ 7J %	J
 J =J 6J HJ JJ 8J ,J  8J -J 0J HJ  $!J" -#J$ N%J& 5'J( ?)J* L+J, '-J. N/J0 ?1J2 )3J4 N5J6 07J8 D9J: <;J< /=J> *?J@ AJB QCJH &IJJ "KJL  MJN 9OJP 
6QJ JX J(*IJ @I8AJSLU:C.7:C/82;JS&//8PY7@AJNW)2PYAJ+4FOPY2;FO>G1:,5(S\ )-$("&;DOX
 7X
 %	X

 =X
 6X
 HX
 JX
 8X
 ,X
  8X
 -X
 0X
 HX
 $X
  -!X
" N#X
$ 5%X
& ?'X
( L)X
* '+X
, N-X
. ?/X
0 )1X
2 D3X
4 N5X
6 07X
8 D9X
: <;X
< /=X
> *?X
@ AX
B QCX
H &IX
J "KX
L  MX
N 9OX
P 
6QX
 KX
@ )-$("&;D!
!
 &!
 "!
  !
 9!
 
!
T )-$("&;D+
+
 %	+
 &+
 "+
  +
 9+
 
+
` !* )2; )3< )-$("&;D?
 ?
 	?

 0?
 ?
 1?
 &?
 "?
  ?
 9?
 
(?
N )-$("&;D!
!
 &!
 "!
  !
 9!
 
!
 !
rB   c            #         \ rS rSr\SS j5       r\SS j5       r\SS j5       r\\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	SSS\	S.!                                                                       SS	 jj5       r
\\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	SSS\	S
.                                                                        SS jj5       r
\\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	SSS\	S
.                                                                        SS jj5       r
\" SS// SQ5      \	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	\	SSS\	S.!                                                                       SS jj5       r
SSS\	S.           SS jjrSSS\	S.             SS jjr\	\	\	\	\	SSS\	S.	                   SS jjrSSS\	S.           S S jjrSrg)!r7   i  c                ,    [        U R                  5      $ r;   )r   r<   r=   s    r?   r@   AsyncCompletions.messages  s    T\\**rB   c                    [        U 5      $ rD   )AsyncCompletionsWithRawResponser=   s    r?   rF   "AsyncCompletions.with_raw_response  s     /t44rB   c                    [        U 5      $ rI   )%AsyncCompletionsWithStreamingResponser=   s    r?   rK   (AsyncCompletions.with_streaming_response  s     5T::rB   NrM   r@   ro   c       #           #    g7frq   rr   rs   s$                                       r?   rt   AsyncCompletions.create       V 	   rw   c       #           #    g7fry   rr   rz   s$                                       r?   rt   r     r   r   c       #           #    g7fry   rr   rz   s$                                       r?   rt   r     r   r   r|   c       #          #    [        U5        U R                  S[        0 SU_SU_SU_SU_SU_SU_SU_S	U_S
U	_SU
_SU_SU_SU_SU_SU_SU_SU_UUUUUUUUUUUUUUS.EU(       a  [        R                  O[        R
                  5      I S h  vN [        U U!U"U#S9[        U=(       d    S[        [           S9I S h  vN $  N4 N7fr~   )
r   r   r   r'   r   r   r*   r,   r"   r/   rs   s$                                       r?   rt   r     s    T 	!1ZZ,  U  U  ():	 
 $]     !*    ,-B  !*    !*    *+>  !*   '(8! " '(8# $ (7 $0 "$&4#.#."$0" *<? D  )HH-PPI% %L )+Q[el #?U"#67[   .
 .
 .	
%.
s$   BCC
/CC	C	Cr   c          
        #    U(       d  [        SU< 35      eU R                  SU 3[        X#XES9[        S9I Sh  vN $  N7f)r   r   r   r   r   Nr   r   s         r?   r   AsyncCompletions.retrieve   s\     2 [\i[lmnnYY 0(+Q[ #  
 
 	
 
   :AAAc                  #    U(       d  [        SU< 35      eU R                  SU 3[        SU0[        R                  5      I Sh  vN [        X4XVS9[        S9I Sh  vN $  N N7f)r   r   r   rV   Nr   r   )r   r   r   r(   r   r*   r,   r   s          r?   r   AsyncCompletions.updateC  sy     D [\i[lmnnZZ 0,j(-CE]EtEtuu(+Q[ #   
 
 	
u
s$   AA(A$
A(A& A(&A(r   c       	            U R                  S[        [           [        UUUU	[	        UUUUUS.[
        R                  5      S9[        S9$ r   )r   r$   r,   r*   r   r&   r   r   s
             r?   r   AsyncCompletions.listp  sh    V !! 0(+'%%!&!&$,!&!& +??	  !' " 
 	
rB   c          
        #    U(       d  [        SU< 35      eU R                  SU 3[        X#XES9[        S9I Sh  vN $  N7f)r   r   r   r   r   Nr   r   s         r?   r   AsyncCompletions.delete  s\     2 [\i[lmnn\\ 0(+Q[ * " 
 
 	
 
r   rr   )r   r   )r   r   )r   r   r   )Hr@   r   ro   r   rb   r   rN   r   rO   r   rP   r   rQ   r   rR   r   rS   r   rT   r   rU   r   rV   r   rW   r   rX   r   rY   r   rZ   r   r[   r   r\   r   r]   r   r^   r   r_   r   r`   r   ra   r   rc   r   rd   r   re   r   rf   r   rg   r   rh   r   ri   r   rj   r   rk   r   rl   r   rm   r   rn   r   r   z AsyncStream[ChatCompletionChunk])Hr@   r   ro   r   rb   r   rN   r   rO   r   rP   r   rQ   r   rR   r   rS   r   rT   r   rU   r   rV   r   rW   r   rX   r   rY   r   rZ   r   r[   r   r\   r   r]   r   r^   r   r_   r   r`   r   ra   r   rc   r   rd   r   re   r   rf   r   rg   r   rh   r   ri   r   rj   r   rk   r   rl   r   rm   r   rn   r   r   1ChatCompletion | AsyncStream[ChatCompletionChunk])Hr@   r   ro   r   rN   r   rO   r   rP   r   rQ   r   rR   r   rS   r   rT   r   rU   r   rV   r   rW   r   rX   r   rY   r   rZ   r   r[   r   r\   r   r]   r   r^   r   r_   r   r`   r   ra   r   rb   r   rc   r   rd   r   re   r   rf   r   rg   r   rh   r   ri   r   rj   r   rk   r   rl   r   rm   r   rn   r   r   r   r   r   )r   r   r   r   rV   r   ro   r   r   r   rk   r   rl   r   rm   r   rn   r   r   z?AsyncPaginator[ChatCompletion, AsyncCursorPage[ChatCompletion]]r   r   rr   rB   r?   r7   r7     sW
   + + 5 5 ; ;  @I8AJSLU:C.7:C/82;JS&//8PY7@AJNW)2PYAJ+46?PY2;FO>G1:,5(S\ )-$("&;DOJ 7J %	J
 =J 6J HJ JJ 8J ,J  8J -J 0J HJ $J  -!J" N#J$ 5%J& ?'J( L)J* '+J, N-J. ?/J0 )1J2 43J4 N5J6 07J8 D9J: <;J< /=J> *?J@ AJB QCJH &IJJ "KJL  MJN 9OJP 
QJ JX  @I8AJSLU:C.7:C/82;JS&//8PY7@AJNW)2PYAJ+4PY2;FO>G1:,5(S\ )-$("&;DOJ 7J %	J
 J =J 6J HJ JJ 8J ,J  8J -J 0J HJ  $!J" -#J$ N%J& 5'J( ?)J* L+J, '-J. N/J0 ?1J2 )3J4 N5J6 07J8 D9J: <;J< /=J> *?J@ AJB QCJH &IJJ "KJL  MJN 9OJP 
*QJ JX  @I8AJSLU:C.7:C/82;JS&//8PY7@AJNW)2PYAJ+4PY2;FO>G1:,5(S\ )-$("&;DOJ 7J %	J
 J =J 6J HJ JJ 8J ,J  8J -J 0J HJ  $!J" -#J$ N%J& 5'J( ?)J* L+J, '-J. N/J0 ?1J2 )3J4 N5J6 07J8 D9J: <;J< /=J> *?J@ AJB QCJH &IJJ "KJL  MJN 9OJP 
;QJ JX J(*IJ @I8AJSLU:C.7:C/82;JS&//8PY7@AJNW)2PYAJ+4FOPY2;FO>G1:,5(S\ )-$("&;DOX
 7X
 %	X

 =X
 6X
 HX
 JX
 8X
 ,X
  8X
 -X
 0X
 HX
 $X
  -!X
" N#X
$ 5%X
& ?'X
( L)X
* '+X
, N-X
. ?/X
0 )1X
2 D3X
4 N5X
6 07X
8 D9X
: <;X
< /=X
> *?X
@ AX
B QCX
H &IX
J "KX
L  MX
N 9OX
P 
;QX
 KX
@ )-$("&;D!
!
 &!
 "!
  !
 9!
 
!
T )-$("&;D+
+
 %	+
 &+
 "+
  +
 9+
 
+
` !* )2; )3< )-$("&;D?
 ?
 	?

 0?
 ?
 1?
 &?
 "?
  ?
 9?
 
I?
N )-$("&;D!
!
 &!
 "!
  !
 9!
 
!
 !
rB   c                  2    \ rS rSrSS jr\SS j5       rSrg)rE   i  c                   Xl         [        R                  " UR                  5      U l        [        R                  " UR                  5      U l        [        R                  " UR
                  5      U l        [        R                  " UR                  5      U l        [        R                  " UR                  5      U l        g r;   )_completionsr   to_raw_response_wrapperrt   r   r   r   r   r>   completionss     r?   __init__#CompletionsWithRawResponse.__init__  s    '&>>
 )@@  
 '>>
 %<<
	 '>>
rB   c                @    [        U R                  R                  5      $ r;   )r   r   r@   r=   s    r?   r@   #CompletionsWithRawResponse.messages  s    &t'8'8'A'ABBrB   r   rt   r   r   r   r   Nr   r6   r   None)r   r   r   r   r   r   r   r   r@   r   rr   rB   r?   rE   rE     s    
& C CrB   rE   c                  2    \ rS rSrSS jr\SS j5       rSrg)r   i  c                   Xl         [        R                  " UR                  5      U l        [        R                  " UR                  5      U l        [        R                  " UR
                  5      U l        [        R                  " UR                  5      U l        [        R                  " UR                  5      U l        g r;   )r   r   async_to_raw_response_wrapperrt   r   r   r   r   r   s     r?   r   (AsyncCompletionsWithRawResponse.__init__  s    '&DD
 )FF  
 'DD
 %BB
	 'DD
rB   c                @    [        U R                  R                  5      $ r;   )r   r   r@   r=   s    r?   r@   (AsyncCompletionsWithRawResponse.messages	  s    +D,=,=,F,FGGrB   r   Nr   r7   r   r  )r   r   r  rr   rB   r?   r   r     s    
& H HrB   r   c                  2    \ rS rSrSS jr\SS j5       rSrg)rJ   i	  c                   Xl         [        UR                  5      U l        [        UR                  5      U l        [        UR                  5      U l        [        UR
                  5      U l        [        UR                  5      U l        g r;   )r   r   rt   r   r   r   r   r   s     r?   r   )CompletionsWithStreamingResponse.__init__	  sy    '2
 5  
 3
 1
	 3
rB   c                @    [        U R                  R                  5      $ r;   )r   r   r@   r=   s    r?   r@   )CompletionsWithStreamingResponse.messages	  s    ,T->->-G-GHHrB   r   Nr   )r   r   r  rr   rB   r?   rJ   rJ   	  s    
& I IrB   rJ   c                  2    \ rS rSrSS jr\SS j5       rSrg)r   i 	  c                   Xl         [        UR                  5      U l        [        UR                  5      U l        [        UR                  5      U l        [        UR
                  5      U l        [        UR                  5      U l        g r;   )r   r    rt   r   r   r   r   r   s     r?   r   .AsyncCompletionsWithStreamingResponse.__init__!	  sy    '8
 ;  
 9
 7
	 9
rB   c                @    [        U R                  R                  5      $ r;   )r   r   r@   r=   s    r?   r@   .AsyncCompletionsWithStreamingResponse.messages4	  s    1$2C2C2L2LMMrB   r   Nr	  )r   r   r  rr   rB   r?   r   r    	  s    
& N NrB   r   c                    [         R                  " U 5      (       a+  [        U [        R                  5      (       a  [        S5      eg g )NzzYou tried to pass a `BaseModel` class to `chat.completions.create()`; You must use `beta.chat.completions.parse()` instead)inspectisclass
issubclasspydantic	BaseModel	TypeError)r]   s    r?   r   r   9	  s?    ''JHZHZ,[,[ I
 	
 -\'rB   )r]   objectr   r  )V
__future__r   r  typingr   r   r   r   r   typing_extensionsr	   r
   httpxr   r   r@   r   r   r   r   r   r   _typesr   r   r   r   r   _utilsr   r   r   _compatr   	_resourcer   r   	_responser   r    
_streamingr!   r"   
paginationr#   r$   
types.chatr%   r&   r'   r(   _base_clientr)   r*   types.shared.chat_modelr+   types.chat.chat_completionr,   types.shared_params.metadatar-   types.shared.reasoning_effortr.    types.chat.chat_completion_chunkr/   "types.chat.chat_completion_deletedr0   %types.chat.chat_completion_tool_paramr1   &types.chat.chat_completion_audio_param(types.chat.chat_completion_message_paramr2   /types.chat.chat_completion_stream_options_paramr3   3types.chat.chat_completion_prediction_content_paramr4   3types.chat.chat_completion_tool_choice_option_paramr5   __all__r6   r7   rE   r   rJ   r   r   rr   rB   r?   <module>r7     s    #  8 8 /   !  A @ 
 ( ; Z . :  B 1 9 5 = D H M O S ` h g,
-L
/ L
^"L
' L
^"C C2H H2I I2N N2
rB   