U
    ~fh(                     @  s   d dl mZ d dlmZ d dlmZ d dlZddlmZ ddl	m
Z
mZmZmZmZ ddlmZmZ dd	lmZ dd
lmZmZ ddlmZmZmZmZ ddlmZ ddlmZ ddl m!Z! ddgZ"G dd deZ#G dd deZ$G dd dZ%G dd dZ&G dd dZ'G dd dZ(dS )    )annotations)Union)LiteralN   )_legacy_response)	NOT_GIVENBodyQueryHeadersNotGiven)maybe_transformasync_maybe_transform)cached_property)SyncAPIResourceAsyncAPIResource)StreamedBinaryAPIResponseAsyncStreamedBinaryAPIResponse#to_custom_streamed_response_wrapper)async_to_custom_streamed_response_wrapper)speech_create_params)make_request_options)SpeechModelSpeechAsyncSpeechc                   @  sh   e Zd ZeddddZeddddZeeeeddded	d
ddddddddddddddZdS )r   SpeechWithRawResponsereturnc                 C  s   t | S a  
        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
        )r   self r    A/tmp/pip-unpacked-wheel-rjiviquo/openai/resources/audio/speech.pywith_raw_response   s    zSpeech.with_raw_responseSpeechWithStreamingResponsec                 C  s   t | S 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
        )r#   r   r    r    r!   with_streaming_response'   s    zSpeech.with_streaming_responseNinstructionsresponse_formatspeedstream_formatextra_headersextra_query
extra_bodytimeoutstrUnion[str, SpeechModel]uUnion[str, Literal[('alloy', 'ash', 'ballad', 'coral', 'echo', 'fable', 'onyx', 'nova', 'sage', 'shimmer', 'verse')]]str | NotGiven@Literal[('mp3', 'opus', 'aac', 'flac', 'wav', 'pcm')] | NotGivenfloat | NotGiven$Literal[('sse', 'audio')] | NotGivenHeaders | NoneQuery | NoneBody | None'float | httpx.Timeout | None | NotGiven+_legacy_response.HttpxBinaryResponseContentinputmodelvoicer'   r(   r)   r*   r+   r,   r-   r.   r   c                C  sH   ddi|pi }| j dt|||||||dtjt||	|
|dtjdS )  
        Generates audio from the input text.

        Args:
          input: The text to generate audio for. The maximum length is 4096 characters.

          model:
              One of the available [TTS models](https://platform.openai.com/docs/models#tts):
              `tts-1`, `tts-1-hd` or `gpt-4o-mini-tts`.

          voice: The voice to use when generating the audio. Supported voices are `alloy`, `ash`,
              `ballad`, `coral`, `echo`, `fable`, `onyx`, `nova`, `sage`, `shimmer`, and
              `verse`. Previews of the voices are available in the
              [Text to speech guide](https://platform.openai.com/docs/guides/text-to-speech#voice-options).

          instructions: Control the voice of your generated audio with additional instructions. Does not
              work with `tts-1` or `tts-1-hd`.

          response_format: The format to audio in. Supported formats are `mp3`, `opus`, `aac`, `flac`,
              `wav`, and `pcm`.

          speed: The speed of the generated audio. Select a value from `0.25` to `4.0`. `1.0` is
              the default.

          stream_format: The format to stream the audio in. Supported formats are `sse` and `audio`.
              `sse` is not supported for `tts-1` or `tts-1-hd`.

          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
        Acceptapplication/octet-stream/audio/speechr<   r=   r>   r'   r(   r)   r*   r+   r,   r-   r.   bodyoptionsZcast_to)_postr   r   SpeechCreateParamsr   r   HttpxBinaryResponseContentr   r<   r=   r>   r'   r(   r)   r*   r+   r,   r-   r.   r    r    r!   create0   s,    6	   zSpeech.create__name__
__module____qualname__r   r"   r%   r   rL   r    r    r    r!   r      s   	c                   @  sh   e Zd ZeddddZeddddZeeeeddded	d
ddddddddddddddZdS )r   AsyncSpeechWithRawResponser   c                 C  s   t | S r   )rQ   r   r    r    r!   r"   }   s    zAsyncSpeech.with_raw_response AsyncSpeechWithStreamingResponsec                 C  s   t | S r$   )rR   r   r    r    r!   r%      s    z#AsyncSpeech.with_streaming_responseNr&   r/   r0   r1   r2   r3   r4   r5   r6   r7   r8   r9   r:   r;   c                  sT   ddi|pi }| j dt|||||||dtjI dH t||	|
|dtjdI dH S )r?   r@   rA   rB   rC   NrD   rE   )rH   r   r   rI   r   r   rJ   rK   r    r    r!   rL      s,    6	   zAsyncSpeech.createrM   r    r    r    r!   r   |   s   	c                   @  s   e Zd ZdddddZdS )r   r   Nonespeechr   c                 C  s   || _ t|j| _d S N)_speechr   Zto_raw_response_wrapperrL   r   rU   r    r    r!   __init__   s    zSpeechWithRawResponse.__init__NrN   rO   rP   rY   r    r    r    r!   r      s   r   c                   @  s   e Zd ZdddddZdS )rQ   r   rS   rT   c                 C  s   || _ t|j| _d S rV   )rW   r   Zasync_to_raw_response_wrapperrL   rX   r    r    r!   rY      s    z#AsyncSpeechWithRawResponse.__init__NrZ   r    r    r    r!   rQ      s   rQ   c                   @  s   e Zd ZdddddZdS )r#   r   rS   rT   c                 C  s   || _ t|jt| _d S rV   )rW   r   rL   r   rX   r    r    r!   rY      s
    z$SpeechWithStreamingResponse.__init__NrZ   r    r    r    r!   r#      s   r#   c                   @  s   e Zd ZdddddZdS )rR   r   rS   rT   c                 C  s   || _ t|jt| _d S rV   )rW   r   rL   r   rX   r    r    r!   rY      s
    z)AsyncSpeechWithStreamingResponse.__init__NrZ   r    r    r    r!   rR      s   rR   ))
__future__r   typingr   Ztyping_extensionsr   Zhttpx r   _typesr   r   r	   r
   r   _utilsr   r   _compatr   Z	_resourcer   r   	_responser   r   r   r   Ztypes.audior   Z_base_clientr   Ztypes.audio.speech_modelr   __all__r   r   r   rQ   r#   rR   r    r    r    r!   <module>   s&   ``		
