sarvamai 0.1.11a4__tar.gz → 0.1.11a6__tar.gz
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.
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/PKG-INFO +1 -1
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/pyproject.toml +1 -1
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/client_wrapper.py +2 -2
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_job/client.py +54 -8
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_job/client.py +83 -23
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/README.md +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/chat/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/chat/client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/chat/raw_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/api_error.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/datetime_utils.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/events.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/file.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/force_multipart.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/http_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/http_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/jsonable_encoder.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/pydantic_utilities.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/query_encoder.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/remove_none_from_dict.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/request_options.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/core/serialization.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/environment.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/errors/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/errors/bad_request_error.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/errors/forbidden_error.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/errors/internal_server_error.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/errors/service_unavailable_error.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/errors/too_many_requests_error.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/errors/unprocessable_entity_error.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/play.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/py.typed +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/audio_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/audio_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/audio_output.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/audio_output_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/base_job_parameters.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/bulk_job_callback.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/bulk_job_init_response_v_1.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/chat_completion_request_assistant_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/chat_completion_request_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/chat_completion_request_system_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/chat_completion_request_user_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/chat_completion_response_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/choice.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/completion_usage.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/config_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/configure_connection.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/configure_connection_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/create_chat_completion_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/diarized_entry.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/diarized_transcript.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/error_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/error_details.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/error_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/error_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/error_response_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/events_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/file_signed_url_details.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/files_download_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/files_request.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/files_upload_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/flush_signal.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/job_status_v_1.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/language_identification_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/ping_signal.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/send_text.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/send_text_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_job_parameters.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_response_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_streaming_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_transcription_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_translate_job_parameters.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_translate_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_translate_response_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_translate_streaming_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_translate_transcription_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/stop_configuration.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/task_detail_v_1.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/task_file_details.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/text_to_speech_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/timestamps_model.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/transcription_metrics.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/translation_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/transliteration_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text/client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text/raw_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_job/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_job/job.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_job/raw_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/raw_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/socket_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/types/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/types/speech_to_text_streaming_high_vad_sensitivity.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/types/speech_to_text_streaming_language_code.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/types/speech_to_text_streaming_model.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/types/speech_to_text_streaming_vad_signals.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_job/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_job/job.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_job/raw_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_streaming/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_streaming/client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_streaming/raw_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_streaming/socket_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_streaming/types/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_streaming/types/speech_to_text_translate_streaming_high_vad_sensitivity.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_streaming/types/speech_to_text_translate_streaming_model.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_streaming/types/speech_to_text_translate_streaming_vad_signals.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/text/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/text/client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/text/raw_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/text_to_speech/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/text_to_speech/client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/text_to_speech/raw_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/text_to_speech_streaming/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/text_to_speech_streaming/client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/text_to_speech_streaming/raw_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/text_to_speech_streaming/socket_client.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/__init__.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/audio_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/audio_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/audio_output.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/audio_output_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/base_job_parameters.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/bulk_job_callback.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/bulk_job_init_response_v_1.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/chat_completion_request_assistant_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/chat_completion_request_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/chat_completion_request_system_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/chat_completion_request_user_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/chat_completion_response_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/choice.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/completion_usage.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/config_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/configure_connection.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/configure_connection_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/configure_connection_data_output_audio_bitrate.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/configure_connection_data_output_audio_codec.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/configure_connection_data_speaker.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/configure_connection_data_target_language_code.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/create_chat_completion_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/diarized_entry.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/diarized_transcript.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/error_code.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/error_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/error_details.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/error_message.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/error_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/error_response_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/events_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/file_signed_url_details.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/files_download_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/files_request.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/files_upload_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/finish_reason.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/flush_signal.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/job_state.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/job_status_v_1.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/language_identification_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/numerals_format.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/ping_signal.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/reasoning_effort.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/response_type.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/role.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/sarvam_model_ids.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/send_text.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/send_text_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_sample_rate.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_job_parameters.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_language.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_model.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_response_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_streaming_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_transcription_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_translate_job_parameters.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_translate_language.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_translate_model.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_translate_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_translate_response_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_translate_streaming_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/speech_to_text_translate_transcription_data.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/spoken_form_numerals_format.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/stop_configuration.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/storage_container_type.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/task_detail_v_1.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/task_file_details.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/task_state.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/text_to_speech_language.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/text_to_speech_model.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/text_to_speech_output_audio_codec.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/text_to_speech_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/text_to_speech_speaker.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/timestamps_model.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/transcription_metrics.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/translate_mode.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/translate_model.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/translate_source_language.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/translate_speaker_gender.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/translate_target_language.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/translation_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/translatiterate_target_language.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/transliterate_mode.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/transliterate_source_language.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/types/transliteration_response.py +0 -0
- {sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/version.py +0 -0
|
@@ -23,10 +23,10 @@ class BaseClientWrapper:
|
|
|
23
23
|
|
|
24
24
|
def get_headers(self) -> typing.Dict[str, str]:
|
|
25
25
|
headers: typing.Dict[str, str] = {
|
|
26
|
-
"User-Agent": "sarvamai/0.1.
|
|
26
|
+
"User-Agent": "sarvamai/0.1.11a6",
|
|
27
27
|
"X-Fern-Language": "Python",
|
|
28
28
|
"X-Fern-SDK-Name": "sarvamai",
|
|
29
|
-
"X-Fern-SDK-Version": "0.1.
|
|
29
|
+
"X-Fern-SDK-Version": "0.1.11a6",
|
|
30
30
|
**(self.get_custom_headers() or {}),
|
|
31
31
|
}
|
|
32
32
|
headers["api-subscription-key"] = self.api_subscription_key
|
|
@@ -10,6 +10,8 @@ from ..types.bulk_job_init_response_v_1 import BulkJobInitResponseV1
|
|
|
10
10
|
from ..types.files_download_response import FilesDownloadResponse
|
|
11
11
|
from ..types.files_upload_response import FilesUploadResponse
|
|
12
12
|
from ..types.job_status_v_1 import JobStatusV1
|
|
13
|
+
from ..types.speech_to_text_model import SpeechToTextModel
|
|
14
|
+
from ..types.speech_to_text_language import SpeechToTextLanguage
|
|
13
15
|
from .raw_client import AsyncRawSpeechToTextJobClient, RawSpeechToTextJobClient
|
|
14
16
|
from .job import AsyncSpeechToTextJob, SpeechToTextJob
|
|
15
17
|
|
|
@@ -234,7 +236,11 @@ class SpeechToTextJobClient:
|
|
|
234
236
|
|
|
235
237
|
def create_job(
|
|
236
238
|
self,
|
|
237
|
-
|
|
239
|
+
model: SpeechToTextModel = "saarika:v2.5",
|
|
240
|
+
with_diarization: bool = False,
|
|
241
|
+
with_timestamps: bool = False,
|
|
242
|
+
language_code: typing.Optional[SpeechToTextLanguage] = None,
|
|
243
|
+
num_speakers: typing.Optional[int] = None,
|
|
238
244
|
callback: typing.Optional[BulkJobCallbackParams] = OMIT,
|
|
239
245
|
request_options: typing.Optional[RequestOptions] = None,
|
|
240
246
|
) -> SpeechToTextJob:
|
|
@@ -243,8 +249,20 @@ class SpeechToTextJobClient:
|
|
|
243
249
|
|
|
244
250
|
Parameters
|
|
245
251
|
----------
|
|
246
|
-
|
|
247
|
-
The
|
|
252
|
+
model : SpeechToTextModel, default="saarika:v2.5"
|
|
253
|
+
The model to use for transcription.
|
|
254
|
+
|
|
255
|
+
with_diarization : typing.Optional[bool], default=False
|
|
256
|
+
Whether to enable speaker diarization (distinguishing who said what).
|
|
257
|
+
|
|
258
|
+
with_timestamps : typing.Optional[bool], default=False
|
|
259
|
+
Whether to include word-level timestamps in the transcription output.
|
|
260
|
+
|
|
261
|
+
language_code : typing.Optional[SpeechToTextLanguage], default=None
|
|
262
|
+
The language code of the input audio (e.g., "hi-IN", "bn-IN").
|
|
263
|
+
|
|
264
|
+
num_speakers : typing.Optional[int], default=None
|
|
265
|
+
The number of distinct speakers in the audio, if known.
|
|
248
266
|
|
|
249
267
|
callback : typing.Optional[BulkJobCallbackParams], default=OMIT
|
|
250
268
|
Optional callback configuration to receive job completion events.
|
|
@@ -258,7 +276,13 @@ class SpeechToTextJobClient:
|
|
|
258
276
|
A handle to the newly created Speech-to-Text job.
|
|
259
277
|
"""
|
|
260
278
|
response = self.initialise(
|
|
261
|
-
job_parameters=
|
|
279
|
+
job_parameters=SpeechToTextJobParametersParams(
|
|
280
|
+
language_code=language_code,
|
|
281
|
+
model=model,
|
|
282
|
+
num_speakers=num_speakers, # type: ignore[typeddict-item]
|
|
283
|
+
with_diarization=with_diarization,
|
|
284
|
+
with_timestamps=with_timestamps,
|
|
285
|
+
),
|
|
262
286
|
callback=callback,
|
|
263
287
|
request_options=request_options,
|
|
264
288
|
)
|
|
@@ -540,7 +564,11 @@ class AsyncSpeechToTextJobClient:
|
|
|
540
564
|
|
|
541
565
|
async def create_job(
|
|
542
566
|
self,
|
|
543
|
-
|
|
567
|
+
model: SpeechToTextModel = "saarika:v2.5",
|
|
568
|
+
with_diarization: bool = False,
|
|
569
|
+
with_timestamps: bool = False,
|
|
570
|
+
language_code: typing.Optional[SpeechToTextLanguage] = None,
|
|
571
|
+
num_speakers: typing.Optional[int] = None,
|
|
544
572
|
callback: typing.Optional[BulkJobCallbackParams] = OMIT,
|
|
545
573
|
request_options: typing.Optional[RequestOptions] = None,
|
|
546
574
|
) -> "AsyncSpeechToTextJob":
|
|
@@ -549,8 +577,20 @@ class AsyncSpeechToTextJobClient:
|
|
|
549
577
|
|
|
550
578
|
Parameters
|
|
551
579
|
----------
|
|
552
|
-
|
|
553
|
-
The
|
|
580
|
+
model : SpeechToTextModel, default="saarika:v2.5"
|
|
581
|
+
The model to use for transcription.
|
|
582
|
+
|
|
583
|
+
with_diarization : typing.Optional[bool], default=False
|
|
584
|
+
Whether to enable speaker diarization (distinguishing who said what).
|
|
585
|
+
|
|
586
|
+
with_timestamps : typing.Optional[bool], default=False
|
|
587
|
+
Whether to include word-level timestamps in the transcription output.
|
|
588
|
+
|
|
589
|
+
language_code : typing.Optional[SpeechToTextLanguage], default=None
|
|
590
|
+
The language code of the input audio (e.g., "hi-IN", "bn-IN").
|
|
591
|
+
|
|
592
|
+
num_speakers : typing.Optional[int], default=None
|
|
593
|
+
The number of distinct speakers in the audio, if known.
|
|
554
594
|
|
|
555
595
|
callback : typing.Optional[BulkJobCallbackParams], default=OMIT
|
|
556
596
|
Optional callback configuration to receive job completion events.
|
|
@@ -564,7 +604,13 @@ class AsyncSpeechToTextJobClient:
|
|
|
564
604
|
A handle to the newly created job.
|
|
565
605
|
"""
|
|
566
606
|
response = await self.initialise(
|
|
567
|
-
job_parameters=
|
|
607
|
+
job_parameters=SpeechToTextJobParametersParams(
|
|
608
|
+
language_code=language_code,
|
|
609
|
+
model=model,
|
|
610
|
+
with_diarization=with_diarization,
|
|
611
|
+
with_timestamps=with_timestamps,
|
|
612
|
+
num_speakers=num_speakers, # type: ignore[typeddict-item]
|
|
613
|
+
),
|
|
568
614
|
callback=callback,
|
|
569
615
|
request_options=request_options,
|
|
570
616
|
)
|
|
@@ -5,13 +5,19 @@ import typing
|
|
|
5
5
|
from ..core.client_wrapper import AsyncClientWrapper, SyncClientWrapper
|
|
6
6
|
from ..core.request_options import RequestOptions
|
|
7
7
|
from ..requests.bulk_job_callback import BulkJobCallbackParams
|
|
8
|
-
from ..requests.speech_to_text_translate_job_parameters import
|
|
8
|
+
from ..requests.speech_to_text_translate_job_parameters import (
|
|
9
|
+
SpeechToTextTranslateJobParametersParams,
|
|
10
|
+
)
|
|
9
11
|
from ..types.bulk_job_init_response_v_1 import BulkJobInitResponseV1
|
|
10
12
|
from ..types.files_download_response import FilesDownloadResponse
|
|
11
13
|
from ..types.files_upload_response import FilesUploadResponse
|
|
12
14
|
from ..types.job_status_v_1 import JobStatusV1
|
|
15
|
+
from ..types.speech_to_text_translate_model import SpeechToTextTranslateModel
|
|
13
16
|
from .job import AsyncSpeechToTextTranslateJob, SpeechToTextTranslateJob
|
|
14
|
-
from .raw_client import
|
|
17
|
+
from .raw_client import (
|
|
18
|
+
AsyncRawSpeechToTextTranslateJobClient,
|
|
19
|
+
RawSpeechToTextTranslateJobClient,
|
|
20
|
+
)
|
|
15
21
|
|
|
16
22
|
# this is used as the default value for optional parameters
|
|
17
23
|
OMIT = typing.cast(typing.Any, ...)
|
|
@@ -19,7 +25,9 @@ OMIT = typing.cast(typing.Any, ...)
|
|
|
19
25
|
|
|
20
26
|
class SpeechToTextTranslateJobClient:
|
|
21
27
|
def __init__(self, *, client_wrapper: SyncClientWrapper):
|
|
22
|
-
self._raw_client = RawSpeechToTextTranslateJobClient(
|
|
28
|
+
self._raw_client = RawSpeechToTextTranslateJobClient(
|
|
29
|
+
client_wrapper=client_wrapper
|
|
30
|
+
)
|
|
23
31
|
|
|
24
32
|
@property
|
|
25
33
|
def with_raw_response(self) -> RawSpeechToTextTranslateJobClient:
|
|
@@ -73,11 +81,16 @@ class SpeechToTextTranslateJobClient:
|
|
|
73
81
|
)
|
|
74
82
|
"""
|
|
75
83
|
_response = self._raw_client.initialise(
|
|
76
|
-
job_parameters=job_parameters,
|
|
84
|
+
job_parameters=job_parameters,
|
|
85
|
+
ptu_id=ptu_id,
|
|
86
|
+
callback=callback,
|
|
87
|
+
request_options=request_options,
|
|
77
88
|
)
|
|
78
89
|
return _response.data
|
|
79
90
|
|
|
80
|
-
def get_status(
|
|
91
|
+
def get_status(
|
|
92
|
+
self, job_id: str, *, request_options: typing.Optional[RequestOptions] = None
|
|
93
|
+
) -> JobStatusV1:
|
|
81
94
|
"""
|
|
82
95
|
Get the status of a speech to text translate bulk job V1
|
|
83
96
|
|
|
@@ -144,7 +157,9 @@ class SpeechToTextTranslateJobClient:
|
|
|
144
157
|
job_id="job_id",
|
|
145
158
|
)
|
|
146
159
|
"""
|
|
147
|
-
_response = self._raw_client.start(
|
|
160
|
+
_response = self._raw_client.start(
|
|
161
|
+
job_id, ptu_id=ptu_id, request_options=request_options
|
|
162
|
+
)
|
|
148
163
|
return _response.data
|
|
149
164
|
|
|
150
165
|
def get_upload_links(
|
|
@@ -237,7 +252,10 @@ class SpeechToTextTranslateJobClient:
|
|
|
237
252
|
|
|
238
253
|
def create_job(
|
|
239
254
|
self,
|
|
240
|
-
|
|
255
|
+
model: SpeechToTextTranslateModel = "saaras:v2.5",
|
|
256
|
+
with_diarization: bool = False,
|
|
257
|
+
prompt: typing.Optional[str] = None,
|
|
258
|
+
num_speakers: typing.Optional[int] = None,
|
|
241
259
|
callback: typing.Optional[BulkJobCallbackParams] = OMIT,
|
|
242
260
|
request_options: typing.Optional[RequestOptions] = None,
|
|
243
261
|
) -> SpeechToTextTranslateJob:
|
|
@@ -246,14 +264,23 @@ class SpeechToTextTranslateJobClient:
|
|
|
246
264
|
|
|
247
265
|
Parameters
|
|
248
266
|
----------
|
|
249
|
-
|
|
250
|
-
The
|
|
267
|
+
model : typing.Optional[SpeechToTextTranslateModel], default="saaras:v2.5"
|
|
268
|
+
The model to use for speech-to-text translation.
|
|
269
|
+
|
|
270
|
+
with_diarization : typing.Optional[bool], default=False
|
|
271
|
+
Whether to enable speaker diarization (i.e., distinguishing who is speaking).
|
|
272
|
+
|
|
273
|
+
prompt : typing.Optional[str], default=None
|
|
274
|
+
An optional prompt to guide the transcription and translation model.
|
|
275
|
+
|
|
276
|
+
num_speakers : typing.Optional[int], default=None
|
|
277
|
+
The number of distinct speakers in the input audio, if known.
|
|
251
278
|
|
|
252
279
|
callback : typing.Optional[BulkJobCallbackParams], default=OMIT
|
|
253
|
-
Optional callback configuration to receive job completion events.
|
|
280
|
+
Optional callback configuration to receive job completion events via webhook.
|
|
254
281
|
|
|
255
282
|
request_options : typing.Optional[RequestOptions], default=None
|
|
256
|
-
|
|
283
|
+
Optional configuration for request timeout, retries, etc.
|
|
257
284
|
|
|
258
285
|
Returns
|
|
259
286
|
-------
|
|
@@ -261,7 +288,12 @@ class SpeechToTextTranslateJobClient:
|
|
|
261
288
|
A handle to the newly created Speech-to-Text-Translate job.
|
|
262
289
|
"""
|
|
263
290
|
response = self.initialise(
|
|
264
|
-
job_parameters=
|
|
291
|
+
job_parameters=SpeechToTextTranslateJobParametersParams(
|
|
292
|
+
prompt=prompt, # type: ignore[typeddict-item]
|
|
293
|
+
model=model,
|
|
294
|
+
with_diarization=with_diarization,
|
|
295
|
+
num_speakers=num_speakers, # type: ignore[typeddict-item]
|
|
296
|
+
),
|
|
265
297
|
callback=callback,
|
|
266
298
|
request_options=request_options,
|
|
267
299
|
)
|
|
@@ -286,7 +318,9 @@ class SpeechToTextTranslateJobClient:
|
|
|
286
318
|
|
|
287
319
|
class AsyncSpeechToTextTranslateJobClient:
|
|
288
320
|
def __init__(self, *, client_wrapper: AsyncClientWrapper):
|
|
289
|
-
self._raw_client = AsyncRawSpeechToTextTranslateJobClient(
|
|
321
|
+
self._raw_client = AsyncRawSpeechToTextTranslateJobClient(
|
|
322
|
+
client_wrapper=client_wrapper
|
|
323
|
+
)
|
|
290
324
|
|
|
291
325
|
@property
|
|
292
326
|
def with_raw_response(self) -> AsyncRawSpeechToTextTranslateJobClient:
|
|
@@ -348,11 +382,16 @@ class AsyncSpeechToTextTranslateJobClient:
|
|
|
348
382
|
asyncio.run(main())
|
|
349
383
|
"""
|
|
350
384
|
_response = await self._raw_client.initialise(
|
|
351
|
-
job_parameters=job_parameters,
|
|
385
|
+
job_parameters=job_parameters,
|
|
386
|
+
ptu_id=ptu_id,
|
|
387
|
+
callback=callback,
|
|
388
|
+
request_options=request_options,
|
|
352
389
|
)
|
|
353
390
|
return _response.data
|
|
354
391
|
|
|
355
|
-
async def get_status(
|
|
392
|
+
async def get_status(
|
|
393
|
+
self, job_id: str, *, request_options: typing.Optional[RequestOptions] = None
|
|
394
|
+
) -> JobStatusV1:
|
|
356
395
|
"""
|
|
357
396
|
Get the status of a speech to text translate bulk job V1
|
|
358
397
|
|
|
@@ -388,7 +427,9 @@ class AsyncSpeechToTextTranslateJobClient:
|
|
|
388
427
|
|
|
389
428
|
asyncio.run(main())
|
|
390
429
|
"""
|
|
391
|
-
_response = await self._raw_client.get_status(
|
|
430
|
+
_response = await self._raw_client.get_status(
|
|
431
|
+
job_id, request_options=request_options
|
|
432
|
+
)
|
|
392
433
|
return _response.data
|
|
393
434
|
|
|
394
435
|
async def start(
|
|
@@ -435,7 +476,9 @@ class AsyncSpeechToTextTranslateJobClient:
|
|
|
435
476
|
|
|
436
477
|
asyncio.run(main())
|
|
437
478
|
"""
|
|
438
|
-
_response = await self._raw_client.start(
|
|
479
|
+
_response = await self._raw_client.start(
|
|
480
|
+
job_id, ptu_id=ptu_id, request_options=request_options
|
|
481
|
+
)
|
|
439
482
|
return _response.data
|
|
440
483
|
|
|
441
484
|
async def get_upload_links(
|
|
@@ -544,7 +587,10 @@ class AsyncSpeechToTextTranslateJobClient:
|
|
|
544
587
|
|
|
545
588
|
async def create_job(
|
|
546
589
|
self,
|
|
547
|
-
|
|
590
|
+
model: SpeechToTextTranslateModel = "saaras:v2.5",
|
|
591
|
+
with_diarization: bool = False,
|
|
592
|
+
prompt: typing.Optional[str] = None,
|
|
593
|
+
num_speakers: typing.Optional[int] = None,
|
|
548
594
|
callback: typing.Optional[BulkJobCallbackParams] = OMIT,
|
|
549
595
|
request_options: typing.Optional[RequestOptions] = None,
|
|
550
596
|
) -> "AsyncSpeechToTextTranslateJob":
|
|
@@ -553,14 +599,23 @@ class AsyncSpeechToTextTranslateJobClient:
|
|
|
553
599
|
|
|
554
600
|
Parameters
|
|
555
601
|
----------
|
|
556
|
-
|
|
557
|
-
The
|
|
602
|
+
model : typing.Optional[SpeechToTextTranslateModel], default="saaras:v2.5"
|
|
603
|
+
The model to use for speech-to-text translation.
|
|
604
|
+
|
|
605
|
+
with_diarization : typing.Optional[bool], default=False
|
|
606
|
+
Whether to enable speaker diarization (i.e., distinguishing who is speaking).
|
|
607
|
+
|
|
608
|
+
prompt : typing.Optional[str], default=None
|
|
609
|
+
An optional prompt to guide the transcription and translation model.
|
|
610
|
+
|
|
611
|
+
num_speakers : typing.Optional[int], default=None
|
|
612
|
+
The number of distinct speakers in the input audio, if known.
|
|
558
613
|
|
|
559
614
|
callback : typing.Optional[BulkJobCallbackParams], default=OMIT
|
|
560
|
-
Optional callback configuration to receive job completion events.
|
|
615
|
+
Optional callback configuration to receive job completion events via webhook.
|
|
561
616
|
|
|
562
617
|
request_options : typing.Optional[RequestOptions], default=None
|
|
563
|
-
|
|
618
|
+
Optional configuration for request timeout, retries, etc.
|
|
564
619
|
|
|
565
620
|
Returns
|
|
566
621
|
-------
|
|
@@ -568,7 +623,12 @@ class AsyncSpeechToTextTranslateJobClient:
|
|
|
568
623
|
A handle to the newly created job.
|
|
569
624
|
"""
|
|
570
625
|
response = await self.initialise(
|
|
571
|
-
job_parameters=
|
|
626
|
+
job_parameters=SpeechToTextTranslateJobParametersParams(
|
|
627
|
+
prompt=prompt, # type: ignore[typeddict-item]
|
|
628
|
+
model=model,
|
|
629
|
+
with_diarization=with_diarization, # type: ignore[typeddict-item]
|
|
630
|
+
num_speakers=num_speakers, # type: ignore[typeddict-item]
|
|
631
|
+
),
|
|
572
632
|
callback=callback,
|
|
573
633
|
request_options=request_options,
|
|
574
634
|
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/chat_completion_request_message.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/chat_completion_response_message.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/create_chat_completion_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/language_identification_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_job_parameters.py
RENAMED
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_response_data.py
RENAMED
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_streaming_response.py
RENAMED
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_transcription_data.py
RENAMED
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/requests/speech_to_text_translate_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/socket_client.py
RENAMED
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_streaming/types/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_job/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.11a4 → sarvamai-0.1.11a6}/src/sarvamai/speech_to_text_translate_job/raw_client.py
RENAMED
|
File without changes
|