LICENSE
README.md
pyproject.toml
a4f/__init__.py
a4f/_base_client.py
a4f/_client.py
a4f/_compat.py
a4f/_constants.py
a4f/_exceptions.py
a4f/_files.py
a4f/_legacy_response.py
a4f/_models.py
a4f/_module_client.py
a4f/_qs.py
a4f/_resource.py
a4f/_response.py
a4f/_streaming.py
a4f/_types.py
a4f/pagination.py
a4f.egg-info/PKG-INFO
a4f.egg-info/SOURCES.txt
a4f.egg-info/dependency_links.txt
a4f.egg-info/requires.txt
a4f.egg-info/top_level.txt
a4f/_extras/__init__.py
a4f/_extras/_common.py
a4f/_extras/numpy_proxy.py
a4f/_extras/pandas_proxy.py
a4f/_extras/sounddevice_proxy.py
a4f/_utils/__init__.py
a4f/_utils/_compat.py
a4f/_utils/_datetime_parse.py
a4f/_utils/_logs.py
a4f/_utils/_proxy.py
a4f/_utils/_reflection.py
a4f/_utils/_resources_proxy.py
a4f/_utils/_streams.py
a4f/_utils/_sync.py
a4f/_utils/_transform.py
a4f/_utils/_typing.py
a4f/_utils/_utils.py
a4f/resources/__init__.py
a4f/resources/embeddings.py
a4f/resources/images.py
a4f/resources/audio/__init__.py
a4f/resources/audio/audio.py
a4f/resources/audio/speech.py
a4f/resources/audio/transcriptions.py
a4f/resources/chat/__init__.py
a4f/resources/chat/chat.py
a4f/resources/chat/completions/__init__.py
a4f/resources/chat/completions/completions.py
a4f/resources/chat/completions/messages.py
a4f/types/__init__.py
a4f/types/audio_response_format.py
a4f/types/auto_file_chunking_strategy_param.py
a4f/types/completion.py
a4f/types/completion_choice.py
a4f/types/completion_create_params.py
a4f/types/completion_usage.py
a4f/types/create_embedding_response.py
a4f/types/embedding.py
a4f/types/embedding_create_params.py
a4f/types/image.py
a4f/types/image_create_variation_params.py
a4f/types/image_edit_completed_event.py
a4f/types/image_edit_params.py
a4f/types/image_edit_partial_image_event.py
a4f/types/image_edit_stream_event.py
a4f/types/image_gen_completed_event.py
a4f/types/image_gen_partial_image_event.py
a4f/types/image_gen_stream_event.py
a4f/types/image_generate_params.py
a4f/types/images_response.py
a4f/types/model.py
a4f/types/audio/__init__.py
a4f/types/audio/speech_create_params.py
a4f/types/audio/speech_model.py
a4f/types/audio/transcription.py
a4f/types/audio/transcription_create_params.py
a4f/types/audio/transcription_create_response.py
a4f/types/audio/transcription_include.py
a4f/types/audio/transcription_segment.py
a4f/types/audio/transcription_stream_event.py
a4f/types/audio/transcription_text_delta_event.py
a4f/types/audio/transcription_text_done_event.py
a4f/types/audio/transcription_verbose.py
a4f/types/audio/transcription_word.py
a4f/types/audio/translation.py
a4f/types/audio/translation_create_params.py
a4f/types/audio/translation_create_response.py
a4f/types/audio/translation_verbose.py
a4f/types/chat/__init__.py
a4f/types/chat/chat_completion.py
a4f/types/chat/chat_completion_allowed_tool_choice_param.py
a4f/types/chat/chat_completion_allowed_tools_param.py
a4f/types/chat/chat_completion_assistant_message_param.py
a4f/types/chat/chat_completion_audio.py
a4f/types/chat/chat_completion_audio_param.py
a4f/types/chat/chat_completion_chunk.py
a4f/types/chat/chat_completion_content_part_image.py
a4f/types/chat/chat_completion_content_part_image_param.py
a4f/types/chat/chat_completion_content_part_input_audio_param.py
a4f/types/chat/chat_completion_content_part_param.py
a4f/types/chat/chat_completion_content_part_refusal_param.py
a4f/types/chat/chat_completion_content_part_text.py
a4f/types/chat/chat_completion_content_part_text_param.py
a4f/types/chat/chat_completion_custom_tool_param.py
a4f/types/chat/chat_completion_deleted.py
a4f/types/chat/chat_completion_developer_message_param.py
a4f/types/chat/chat_completion_function_call_option_param.py
a4f/types/chat/chat_completion_function_message_param.py
a4f/types/chat/chat_completion_function_tool.py
a4f/types/chat/chat_completion_function_tool_param.py
a4f/types/chat/chat_completion_message.py
a4f/types/chat/chat_completion_message_custom_tool_call.py
a4f/types/chat/chat_completion_message_custom_tool_call_param.py
a4f/types/chat/chat_completion_message_function_tool_call.py
a4f/types/chat/chat_completion_message_function_tool_call_param.py
a4f/types/chat/chat_completion_message_param.py
a4f/types/chat/chat_completion_message_tool_call.py
a4f/types/chat/chat_completion_message_tool_call_param.py
a4f/types/chat/chat_completion_message_tool_call_union_param.py
a4f/types/chat/chat_completion_modality.py
a4f/types/chat/chat_completion_named_tool_choice_custom_param.py
a4f/types/chat/chat_completion_named_tool_choice_param.py
a4f/types/chat/chat_completion_prediction_content_param.py
a4f/types/chat/chat_completion_role.py
a4f/types/chat/chat_completion_store_message.py
a4f/types/chat/chat_completion_stream_manager.py
a4f/types/chat/chat_completion_stream_options_param.py
a4f/types/chat/chat_completion_system_message_param.py
a4f/types/chat/chat_completion_token_logprob.py
a4f/types/chat/chat_completion_tool_choice_option_param.py
a4f/types/chat/chat_completion_tool_message_param.py
a4f/types/chat/chat_completion_tool_param.py
a4f/types/chat/chat_completion_tool_union_param.py
a4f/types/chat/chat_completion_user_message_param.py
a4f/types/chat/completion_create_params.py
a4f/types/chat/completion_list_params.py
a4f/types/chat/parsed_chat_completion.py
a4f/types/chat/parsed_function_tool_call.py
a4f/types/chat/completions/__init__.py
a4f/types/chat/completions/message_list_params.py