sarvamai 0.1.14__tar.gz → 0.1.15__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.14 → sarvamai-0.1.15}/PKG-INFO +1 -1
- {sarvamai-0.1.14 → sarvamai-0.1.15}/pyproject.toml +1 -1
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/client_wrapper.py +2 -2
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text/client.py +22 -22
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text/raw_client.py +22 -22
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_job/job.py +17 -4
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_job/job.py +17 -4
- {sarvamai-0.1.14 → sarvamai-0.1.15}/README.md +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/chat/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/chat/client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/chat/raw_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/api_error.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/datetime_utils.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/events.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/file.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/force_multipart.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/http_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/http_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/jsonable_encoder.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/pydantic_utilities.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/query_encoder.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/remove_none_from_dict.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/request_options.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/core/serialization.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/environment.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/errors/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/errors/bad_request_error.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/errors/forbidden_error.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/errors/internal_server_error.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/errors/service_unavailable_error.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/errors/too_many_requests_error.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/errors/unprocessable_entity_error.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/play.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/py.typed +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/audio_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/audio_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/audio_output.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/audio_output_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/base_job_parameters.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/bulk_job_callback.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/bulk_job_init_response_v_1.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/chat_completion_request_assistant_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/chat_completion_request_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/chat_completion_request_system_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/chat_completion_request_user_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/chat_completion_response_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/choice.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/completion_usage.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/config_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/configure_connection.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/configure_connection_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/create_chat_completion_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/diarized_entry.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/diarized_transcript.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/error_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/error_details.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/error_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/error_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/error_response_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/events_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/file_signed_url_details.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/files_download_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/files_request.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/files_upload_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/flush_signal.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/job_status_v_1_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/language_identification_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/ping_signal.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/send_text.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/send_text_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_job_parameters.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_response_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_streaming_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_transcription_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_translate_job_parameters.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_translate_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_translate_response_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_translate_streaming_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_translate_transcription_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/stop_configuration.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/task_detail_v_1.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/task_file_details.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/text_to_speech_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/timestamps_model.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/transcription_metrics.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/translation_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/transliteration_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_job/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_job/client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_job/raw_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_streaming/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_streaming/client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_streaming/raw_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_streaming/socket_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_streaming/types/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_streaming/types/speech_to_text_streaming_high_vad_sensitivity.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_streaming/types/speech_to_text_streaming_language_code.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_streaming/types/speech_to_text_streaming_model.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_streaming/types/speech_to_text_streaming_vad_signals.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_job/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_job/client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_job/raw_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_streaming/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_streaming/client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_streaming/raw_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_streaming/socket_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_streaming/types/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_streaming/types/speech_to_text_translate_streaming_high_vad_sensitivity.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_streaming/types/speech_to_text_translate_streaming_model.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/speech_to_text_translate_streaming/types/speech_to_text_translate_streaming_vad_signals.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/text/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/text/client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/text/raw_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/text_to_speech/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/text_to_speech/client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/text_to_speech/raw_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/text_to_speech_streaming/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/text_to_speech_streaming/client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/text_to_speech_streaming/raw_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/text_to_speech_streaming/socket_client.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/__init__.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/audio_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/audio_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/audio_output.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/audio_output_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/base_job_parameters.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/bulk_job_callback.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/bulk_job_init_response_v_1.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/chat_completion_request_assistant_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/chat_completion_request_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/chat_completion_request_system_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/chat_completion_request_user_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/chat_completion_response_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/choice.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/completion_usage.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/config_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/configure_connection.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/configure_connection_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/configure_connection_data_output_audio_bitrate.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/configure_connection_data_output_audio_codec.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/configure_connection_data_speaker.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/configure_connection_data_target_language_code.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/create_chat_completion_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/diarized_entry.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/diarized_transcript.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/error_code.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/error_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/error_details.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/error_message.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/error_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/error_response_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/events_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/file_signed_url_details.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/files_download_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/files_request.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/files_upload_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/finish_reason.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/flush_signal.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/job_state.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/job_status_v_1_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/language_identification_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/numerals_format.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/ping_signal.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/reasoning_effort.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/response_type.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/role.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/sarvam_model_ids.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/send_text.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/send_text_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_sample_rate.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_job_parameters.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_language.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_model.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_response_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_streaming_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_transcription_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_translate_job_parameters.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_translate_language.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_translate_model.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_translate_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_translate_response_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_translate_streaming_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/speech_to_text_translate_transcription_data.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/spoken_form_numerals_format.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/stop_configuration.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/storage_container_type.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/task_detail_v_1.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/task_file_details.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/task_state.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/text_to_speech_language.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/text_to_speech_model.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/text_to_speech_output_audio_codec.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/text_to_speech_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/text_to_speech_speaker.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/timestamps_model.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/transcription_metrics.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/translate_mode.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/translate_model.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/translate_source_language.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/translate_speaker_gender.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/translate_target_language.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/translation_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/translatiterate_target_language.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/transliterate_mode.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/transliterate_source_language.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/types/transliteration_response.py +0 -0
- {sarvamai-0.1.14 → sarvamai-0.1.15}/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.15",
|
|
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.15",
|
|
30
30
|
**(self.get_custom_headers() or {}),
|
|
31
31
|
}
|
|
32
32
|
headers["api-subscription-key"] = self.api_subscription_key
|
|
@@ -40,19 +40,19 @@ class SpeechToTextClient:
|
|
|
40
40
|
request_options: typing.Optional[RequestOptions] = None,
|
|
41
41
|
) -> SpeechToTextResponse:
|
|
42
42
|
"""
|
|
43
|
-
##
|
|
43
|
+
## Speech to Text API
|
|
44
44
|
|
|
45
|
-
This API transcribes speech to text in multiple Indian languages and English. Supports
|
|
45
|
+
This API transcribes speech to text in multiple Indian languages and English. Supports transcription for interactive applications.
|
|
46
46
|
|
|
47
47
|
### Available Options:
|
|
48
|
-
- **
|
|
49
|
-
- **Batch API**: For longer audio files,
|
|
48
|
+
- **REST API** (Current Endpoint): For quick responses under 30 seconds with immediate results
|
|
49
|
+
- **Batch API**: For longer audio files, [Follow This Documentation](https://docs.sarvam.ai/api-reference-docs/api-guides-tutorials/speech-to-text/batch-api)
|
|
50
50
|
- Supports diarization (speaker identification)
|
|
51
51
|
|
|
52
52
|
### Note:
|
|
53
|
-
- Pricing differs for
|
|
53
|
+
- Pricing differs for REST and Batch APIs
|
|
54
54
|
- Diarization is only available in Batch API with separate pricing
|
|
55
|
-
- Please refer to [
|
|
55
|
+
- Please refer to [here](https://docs.sarvam.ai/api-reference-docs/getting-started/pricing) for detailed pricing information
|
|
56
56
|
|
|
57
57
|
Parameters
|
|
58
58
|
----------
|
|
@@ -99,19 +99,19 @@ class SpeechToTextClient:
|
|
|
99
99
|
request_options: typing.Optional[RequestOptions] = None,
|
|
100
100
|
) -> SpeechToTextTranslateResponse:
|
|
101
101
|
"""
|
|
102
|
-
##
|
|
102
|
+
## Speech to Text Translation API
|
|
103
103
|
|
|
104
104
|
This API automatically detects the input language, transcribes the speech, and translates the text to English.
|
|
105
105
|
|
|
106
106
|
### Available Options:
|
|
107
|
-
- **
|
|
108
|
-
- **Batch API**: For longer audio files
|
|
107
|
+
- **REST API** (Current Endpoint): For quick responses under 30 seconds with immediate results
|
|
108
|
+
- **Batch API**: For longer audio files [Follow this documentation](https://docs.sarvam.ai/api-reference-docs/api-guides-tutorials/speech-to-text/batch-api)
|
|
109
109
|
- Supports diarization (speaker identification)
|
|
110
110
|
|
|
111
111
|
### Note:
|
|
112
|
-
- Pricing differs for
|
|
112
|
+
- Pricing differs for REST and Batch APIs
|
|
113
113
|
- Diarization is only available in Batch API with separate pricing
|
|
114
|
-
- Please refer to [
|
|
114
|
+
- Please refer to [here](https://docs.sarvam.ai/api-reference-docs/getting-started/pricing) for detailed pricing information
|
|
115
115
|
|
|
116
116
|
Parameters
|
|
117
117
|
----------
|
|
@@ -169,19 +169,19 @@ class AsyncSpeechToTextClient:
|
|
|
169
169
|
request_options: typing.Optional[RequestOptions] = None,
|
|
170
170
|
) -> SpeechToTextResponse:
|
|
171
171
|
"""
|
|
172
|
-
##
|
|
172
|
+
## Speech to Text API
|
|
173
173
|
|
|
174
|
-
This API transcribes speech to text in multiple Indian languages and English. Supports
|
|
174
|
+
This API transcribes speech to text in multiple Indian languages and English. Supports transcription for interactive applications.
|
|
175
175
|
|
|
176
176
|
### Available Options:
|
|
177
|
-
- **
|
|
178
|
-
- **Batch API**: For longer audio files,
|
|
177
|
+
- **REST API** (Current Endpoint): For quick responses under 30 seconds with immediate results
|
|
178
|
+
- **Batch API**: For longer audio files, [Follow This Documentation](https://docs.sarvam.ai/api-reference-docs/api-guides-tutorials/speech-to-text/batch-api)
|
|
179
179
|
- Supports diarization (speaker identification)
|
|
180
180
|
|
|
181
181
|
### Note:
|
|
182
|
-
- Pricing differs for
|
|
182
|
+
- Pricing differs for REST and Batch APIs
|
|
183
183
|
- Diarization is only available in Batch API with separate pricing
|
|
184
|
-
- Please refer to [
|
|
184
|
+
- Please refer to [here](https://docs.sarvam.ai/api-reference-docs/getting-started/pricing) for detailed pricing information
|
|
185
185
|
|
|
186
186
|
Parameters
|
|
187
187
|
----------
|
|
@@ -236,19 +236,19 @@ class AsyncSpeechToTextClient:
|
|
|
236
236
|
request_options: typing.Optional[RequestOptions] = None,
|
|
237
237
|
) -> SpeechToTextTranslateResponse:
|
|
238
238
|
"""
|
|
239
|
-
##
|
|
239
|
+
## Speech to Text Translation API
|
|
240
240
|
|
|
241
241
|
This API automatically detects the input language, transcribes the speech, and translates the text to English.
|
|
242
242
|
|
|
243
243
|
### Available Options:
|
|
244
|
-
- **
|
|
245
|
-
- **Batch API**: For longer audio files
|
|
244
|
+
- **REST API** (Current Endpoint): For quick responses under 30 seconds with immediate results
|
|
245
|
+
- **Batch API**: For longer audio files [Follow this documentation](https://docs.sarvam.ai/api-reference-docs/api-guides-tutorials/speech-to-text/batch-api)
|
|
246
246
|
- Supports diarization (speaker identification)
|
|
247
247
|
|
|
248
248
|
### Note:
|
|
249
|
-
- Pricing differs for
|
|
249
|
+
- Pricing differs for REST and Batch APIs
|
|
250
250
|
- Diarization is only available in Batch API with separate pricing
|
|
251
|
-
- Please refer to [
|
|
251
|
+
- Please refer to [here](https://docs.sarvam.ai/api-reference-docs/getting-started/pricing) for detailed pricing information
|
|
252
252
|
|
|
253
253
|
Parameters
|
|
254
254
|
----------
|
|
@@ -38,19 +38,19 @@ class RawSpeechToTextClient:
|
|
|
38
38
|
request_options: typing.Optional[RequestOptions] = None,
|
|
39
39
|
) -> HttpResponse[SpeechToTextResponse]:
|
|
40
40
|
"""
|
|
41
|
-
##
|
|
41
|
+
## Speech to Text API
|
|
42
42
|
|
|
43
|
-
This API transcribes speech to text in multiple Indian languages and English. Supports
|
|
43
|
+
This API transcribes speech to text in multiple Indian languages and English. Supports transcription for interactive applications.
|
|
44
44
|
|
|
45
45
|
### Available Options:
|
|
46
|
-
- **
|
|
47
|
-
- **Batch API**: For longer audio files,
|
|
46
|
+
- **REST API** (Current Endpoint): For quick responses under 30 seconds with immediate results
|
|
47
|
+
- **Batch API**: For longer audio files, [Follow This Documentation](https://docs.sarvam.ai/api-reference-docs/api-guides-tutorials/speech-to-text/batch-api)
|
|
48
48
|
- Supports diarization (speaker identification)
|
|
49
49
|
|
|
50
50
|
### Note:
|
|
51
|
-
- Pricing differs for
|
|
51
|
+
- Pricing differs for REST and Batch APIs
|
|
52
52
|
- Diarization is only available in Batch API with separate pricing
|
|
53
|
-
- Please refer to [
|
|
53
|
+
- Please refer to [here](https://docs.sarvam.ai/api-reference-docs/getting-started/pricing) for detailed pricing information
|
|
54
54
|
|
|
55
55
|
Parameters
|
|
56
56
|
----------
|
|
@@ -179,19 +179,19 @@ class RawSpeechToTextClient:
|
|
|
179
179
|
request_options: typing.Optional[RequestOptions] = None,
|
|
180
180
|
) -> HttpResponse[SpeechToTextTranslateResponse]:
|
|
181
181
|
"""
|
|
182
|
-
##
|
|
182
|
+
## Speech to Text Translation API
|
|
183
183
|
|
|
184
184
|
This API automatically detects the input language, transcribes the speech, and translates the text to English.
|
|
185
185
|
|
|
186
186
|
### Available Options:
|
|
187
|
-
- **
|
|
188
|
-
- **Batch API**: For longer audio files
|
|
187
|
+
- **REST API** (Current Endpoint): For quick responses under 30 seconds with immediate results
|
|
188
|
+
- **Batch API**: For longer audio files [Follow this documentation](https://docs.sarvam.ai/api-reference-docs/api-guides-tutorials/speech-to-text/batch-api)
|
|
189
189
|
- Supports diarization (speaker identification)
|
|
190
190
|
|
|
191
191
|
### Note:
|
|
192
|
-
- Pricing differs for
|
|
192
|
+
- Pricing differs for REST and Batch APIs
|
|
193
193
|
- Diarization is only available in Batch API with separate pricing
|
|
194
|
-
- Please refer to [
|
|
194
|
+
- Please refer to [here](https://docs.sarvam.ai/api-reference-docs/getting-started/pricing) for detailed pricing information
|
|
195
195
|
|
|
196
196
|
Parameters
|
|
197
197
|
----------
|
|
@@ -322,19 +322,19 @@ class AsyncRawSpeechToTextClient:
|
|
|
322
322
|
request_options: typing.Optional[RequestOptions] = None,
|
|
323
323
|
) -> AsyncHttpResponse[SpeechToTextResponse]:
|
|
324
324
|
"""
|
|
325
|
-
##
|
|
325
|
+
## Speech to Text API
|
|
326
326
|
|
|
327
|
-
This API transcribes speech to text in multiple Indian languages and English. Supports
|
|
327
|
+
This API transcribes speech to text in multiple Indian languages and English. Supports transcription for interactive applications.
|
|
328
328
|
|
|
329
329
|
### Available Options:
|
|
330
|
-
- **
|
|
331
|
-
- **Batch API**: For longer audio files,
|
|
330
|
+
- **REST API** (Current Endpoint): For quick responses under 30 seconds with immediate results
|
|
331
|
+
- **Batch API**: For longer audio files, [Follow This Documentation](https://docs.sarvam.ai/api-reference-docs/api-guides-tutorials/speech-to-text/batch-api)
|
|
332
332
|
- Supports diarization (speaker identification)
|
|
333
333
|
|
|
334
334
|
### Note:
|
|
335
|
-
- Pricing differs for
|
|
335
|
+
- Pricing differs for REST and Batch APIs
|
|
336
336
|
- Diarization is only available in Batch API with separate pricing
|
|
337
|
-
- Please refer to [
|
|
337
|
+
- Please refer to [here](https://docs.sarvam.ai/api-reference-docs/getting-started/pricing) for detailed pricing information
|
|
338
338
|
|
|
339
339
|
Parameters
|
|
340
340
|
----------
|
|
@@ -463,19 +463,19 @@ class AsyncRawSpeechToTextClient:
|
|
|
463
463
|
request_options: typing.Optional[RequestOptions] = None,
|
|
464
464
|
) -> AsyncHttpResponse[SpeechToTextTranslateResponse]:
|
|
465
465
|
"""
|
|
466
|
-
##
|
|
466
|
+
## Speech to Text Translation API
|
|
467
467
|
|
|
468
468
|
This API automatically detects the input language, transcribes the speech, and translates the text to English.
|
|
469
469
|
|
|
470
470
|
### Available Options:
|
|
471
|
-
- **
|
|
472
|
-
- **Batch API**: For longer audio files
|
|
471
|
+
- **REST API** (Current Endpoint): For quick responses under 30 seconds with immediate results
|
|
472
|
+
- **Batch API**: For longer audio files [Follow this documentation](https://docs.sarvam.ai/api-reference-docs/api-guides-tutorials/speech-to-text/batch-api)
|
|
473
473
|
- Supports diarization (speaker identification)
|
|
474
474
|
|
|
475
475
|
### Note:
|
|
476
|
-
- Pricing differs for
|
|
476
|
+
- Pricing differs for REST and Batch APIs
|
|
477
477
|
- Diarization is only available in Batch API with separate pricing
|
|
478
|
-
- Please refer to [
|
|
478
|
+
- Please refer to [here](https://docs.sarvam.ai/api-reference-docs/getting-started/pricing) for detailed pricing information
|
|
479
479
|
|
|
480
480
|
Parameters
|
|
481
481
|
----------
|
|
@@ -4,6 +4,7 @@ import os
|
|
|
4
4
|
import time
|
|
5
5
|
import typing
|
|
6
6
|
import httpx
|
|
7
|
+
from http import HTTPStatus
|
|
7
8
|
|
|
8
9
|
from ..types import JobStatusV1Response
|
|
9
10
|
|
|
@@ -84,7 +85,10 @@ class AsyncSpeechToTextJob:
|
|
|
84
85
|
"Content-Type": content_type,
|
|
85
86
|
},
|
|
86
87
|
)
|
|
87
|
-
if
|
|
88
|
+
if (
|
|
89
|
+
response.status_code > HTTPStatus.IM_USED
|
|
90
|
+
or response.status_code < HTTPStatus.OK
|
|
91
|
+
):
|
|
88
92
|
raise RuntimeError(
|
|
89
93
|
f"Upload failed for {file_name}: {response.status_code}"
|
|
90
94
|
)
|
|
@@ -175,7 +179,10 @@ class AsyncSpeechToTextJob:
|
|
|
175
179
|
for m in mappings:
|
|
176
180
|
url = download_links.download_urls[m["output_file"]].file_url
|
|
177
181
|
response = await session.get(url)
|
|
178
|
-
if
|
|
182
|
+
if (
|
|
183
|
+
response.status_code > HTTPStatus.IM_USED
|
|
184
|
+
or response.status_code < HTTPStatus.OK
|
|
185
|
+
):
|
|
179
186
|
raise RuntimeError(
|
|
180
187
|
f"Download failed for {m['output_file']}: {response.status_code}"
|
|
181
188
|
)
|
|
@@ -319,7 +326,10 @@ class SpeechToTextJob:
|
|
|
319
326
|
"Content-Type": "audio/wav",
|
|
320
327
|
},
|
|
321
328
|
)
|
|
322
|
-
if
|
|
329
|
+
if (
|
|
330
|
+
response.status_code > HTTPStatus.IM_USED
|
|
331
|
+
or response.status_code < HTTPStatus.OK
|
|
332
|
+
):
|
|
323
333
|
raise RuntimeError(
|
|
324
334
|
f"Upload failed for {file_name}: {response.status_code}"
|
|
325
335
|
)
|
|
@@ -410,7 +420,10 @@ class SpeechToTextJob:
|
|
|
410
420
|
for m in mappings:
|
|
411
421
|
url = download_links.download_urls[m["output_file"]].file_url
|
|
412
422
|
response = client.get(url)
|
|
413
|
-
if
|
|
423
|
+
if (
|
|
424
|
+
response.status_code > HTTPStatus.IM_USED
|
|
425
|
+
or response.status_code < HTTPStatus.OK
|
|
426
|
+
):
|
|
414
427
|
raise RuntimeError(
|
|
415
428
|
f"Download failed for {m['output_file']}: {response.status_code}"
|
|
416
429
|
)
|
|
@@ -4,6 +4,7 @@ import os
|
|
|
4
4
|
import time
|
|
5
5
|
import typing
|
|
6
6
|
import httpx
|
|
7
|
+
from http import HTTPStatus
|
|
7
8
|
|
|
8
9
|
from ..types import JobStatusV1Response
|
|
9
10
|
|
|
@@ -88,7 +89,10 @@ class AsyncSpeechToTextTranslateJob:
|
|
|
88
89
|
"Content-Type": "audio/wav",
|
|
89
90
|
},
|
|
90
91
|
)
|
|
91
|
-
if
|
|
92
|
+
if (
|
|
93
|
+
response.status_code > HTTPStatus.IM_USED
|
|
94
|
+
or response.status_code < HTTPStatus.OK
|
|
95
|
+
):
|
|
92
96
|
raise RuntimeError(
|
|
93
97
|
f"Upload failed for {file_name}: {response.status_code}"
|
|
94
98
|
)
|
|
@@ -179,7 +183,10 @@ class AsyncSpeechToTextTranslateJob:
|
|
|
179
183
|
for m in mappings:
|
|
180
184
|
url = download_links.download_urls[m["output_file"]].file_url
|
|
181
185
|
response = await session.get(url)
|
|
182
|
-
if
|
|
186
|
+
if (
|
|
187
|
+
response.status_code > HTTPStatus.IM_USED
|
|
188
|
+
or response.status_code < HTTPStatus.OK
|
|
189
|
+
):
|
|
183
190
|
raise RuntimeError(
|
|
184
191
|
f"Download failed for {m['output_file']}: {response.status_code}"
|
|
185
192
|
)
|
|
@@ -327,7 +334,10 @@ class SpeechToTextTranslateJob:
|
|
|
327
334
|
"Content-Type": content_type,
|
|
328
335
|
},
|
|
329
336
|
)
|
|
330
|
-
if
|
|
337
|
+
if (
|
|
338
|
+
response.status_code > HTTPStatus.IM_USED
|
|
339
|
+
or response.status_code < HTTPStatus.OK
|
|
340
|
+
):
|
|
331
341
|
raise RuntimeError(
|
|
332
342
|
f"Upload failed for {file_name}: {response.status_code}"
|
|
333
343
|
)
|
|
@@ -418,7 +428,10 @@ class SpeechToTextTranslateJob:
|
|
|
418
428
|
for m in mappings:
|
|
419
429
|
url = download_links.download_urls[m["output_file"]].file_url
|
|
420
430
|
response = client.get(url)
|
|
421
|
-
if
|
|
431
|
+
if (
|
|
432
|
+
response.status_code > HTTPStatus.IM_USED
|
|
433
|
+
or response.status_code < HTTPStatus.OK
|
|
434
|
+
):
|
|
422
435
|
raise RuntimeError(
|
|
423
436
|
f"Download failed for {m['output_file']}: {response.status_code}"
|
|
424
437
|
)
|
|
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.14 → sarvamai-0.1.15}/src/sarvamai/requests/chat_completion_request_message.py
RENAMED
|
File without changes
|
{sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/chat_completion_request_system_message.py
RENAMED
|
File without changes
|
{sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/chat_completion_request_user_message.py
RENAMED
|
File without changes
|
{sarvamai-0.1.14 → sarvamai-0.1.15}/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.14 → sarvamai-0.1.15}/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.14 → sarvamai-0.1.15}/src/sarvamai/requests/language_identification_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_streaming_response.py
RENAMED
|
File without changes
|
{sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_transcription_data.py
RENAMED
|
File without changes
|
{sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_translate_job_parameters.py
RENAMED
|
File without changes
|
{sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_translate_response.py
RENAMED
|
File without changes
|
{sarvamai-0.1.14 → sarvamai-0.1.15}/src/sarvamai/requests/speech_to_text_translate_response_data.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|