mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix: register module-valued public names as module aliases instead of symbol imports
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
40347d4874
commit
37a9069066
1 changed files with 80 additions and 80 deletions
|
|
@ -2147,7 +2147,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"litellm.litellm_core_utils.get_litellm_params",
|
||||
"add_trusted_model_credentials_to_litellm_params",
|
||||
),
|
||||
"additional_logging_utils": ("litellm.integrations", "additional_logging_utils"),
|
||||
"adelete_agent": ("litellm.interactions.agents.main", "adelete"),
|
||||
"adelete_assistant": ("litellm.assistants.main", "adelete_assistant"),
|
||||
"adelete_container": ("litellm.containers.main", "adelete_container"),
|
||||
|
|
@ -2160,7 +2159,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"afile_list": ("litellm.files.main", "afile_list"),
|
||||
"afile_retrieve": ("litellm.files.main", "afile_retrieve"),
|
||||
"agenerate_content": ("litellm.google_genai.main", "agenerate_content"),
|
||||
"agentops": ("litellm.integrations", "agentops"),
|
||||
"aget_agent": ("litellm.interactions.agents.main", "aget"),
|
||||
"aget_assistants": ("litellm.assistants.main", "aget_assistants"),
|
||||
"aget_messages": ("litellm.assistants.main", "aget_messages"),
|
||||
|
|
@ -2172,7 +2170,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"aimage_generation": ("litellm.images.main", "aimage_generation"),
|
||||
"aimage_variation": ("litellm.images.main", "aimage_variation"),
|
||||
"aingest": ("litellm.rag.main", "aingest"),
|
||||
"aleph_alpha": ("litellm.main", "aleph_alpha"),
|
||||
"alist_agent_versions": ("litellm.interactions.agents.main", "alist_versions"),
|
||||
"alist_agents": ("litellm.interactions.agents.main", "alist"),
|
||||
"alist_batches": ("litellm.batches.main", "alist_batches"),
|
||||
|
|
@ -2184,7 +2181,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"allm_passthrough_route": ("litellm.passthrough.main", "allm_passthrough_route"),
|
||||
"amoderation": ("litellm.main", "amoderation"),
|
||||
"anthropic_batches_instance": ("litellm.batches.main", "anthropic_batches_instance"),
|
||||
"anthropic_cache_control_hook": ("litellm.integrations", "anthropic_cache_control_hook"),
|
||||
"anthropic_chat_completions": ("litellm.main", "anthropic_chat_completions"),
|
||||
"anthropic_messages": (
|
||||
"litellm.llms.anthropic.experimental_pass_through.messages.handler",
|
||||
|
|
@ -2204,8 +2200,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"aretrieve_batch": ("litellm.batches.main", "aretrieve_batch"),
|
||||
"aretrieve_container": ("litellm.containers.main", "aretrieve_container"),
|
||||
"aretrieve_fine_tuning_job": ("litellm.fine_tuning.main", "aretrieve_fine_tuning_job"),
|
||||
"argilla": ("litellm.integrations", "argilla"),
|
||||
"arize": ("litellm.integrations", "arize"),
|
||||
"arun_code": ("litellm.sandbox.main", "arun_code"),
|
||||
"arun_thread": ("litellm.assistants.main", "arun_thread"),
|
||||
"arun_thread_stream": ("litellm.assistants.main", "arun_thread_stream"),
|
||||
|
|
@ -2216,9 +2210,7 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"async_completion_with_fallbacks",
|
||||
),
|
||||
"async_mock_completion_streaming_obj": ("litellm.utils", "async_mock_completion_streaming_obj"),
|
||||
"asyncio": ("litellm.files.main", "asyncio"),
|
||||
"atext_completion": ("litellm.main", "atext_completion"),
|
||||
"athina": ("litellm.integrations", "athina"),
|
||||
"atranscription": ("litellm.main", "atranscription"),
|
||||
"aupload_container_file": ("litellm.containers.main", "aupload_container_file"),
|
||||
"avector_store_file_content": ("litellm.vector_store_files.main", "aretrieve_content"),
|
||||
|
|
@ -2245,10 +2237,7 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"azure_files_instance": ("litellm.files.main", "azure_files_instance"),
|
||||
"azure_fine_tuning_apis_instance": ("litellm.fine_tuning.main", "azure_fine_tuning_apis_instance"),
|
||||
"azure_o1_chat_completions": ("litellm.main", "azure_o1_chat_completions"),
|
||||
"azure_sentinel": ("litellm.integrations", "azure_sentinel"),
|
||||
"azure_storage": ("litellm.integrations", "azure_storage"),
|
||||
"azure_text_completions": ("litellm.main", "azure_text_completions"),
|
||||
"base64": ("litellm.ocr.main", "base64"),
|
||||
"base_llm_aiohttp_handler": ("litellm.images.main", "base_llm_aiohttp_handler"),
|
||||
"base_llm_http_handler": ("litellm.files.main", "base_llm_http_handler"),
|
||||
"batch_completion": ("litellm.batch_completion.main", "batch_completion"),
|
||||
|
|
@ -2278,7 +2267,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"close_litellm_async_clients",
|
||||
),
|
||||
"codestral_text_completions": ("litellm.main", "codestral_text_completions"),
|
||||
"cohere_embed": ("litellm.main", "cohere_embed"),
|
||||
"compact_responses": ("litellm.responses.main", "compact_responses"),
|
||||
"completion": ("litellm.main", "completion"),
|
||||
"completion_with_fallbacks": ("litellm.litellm_core_utils.fallback_utils", "completion_with_fallbacks"),
|
||||
|
|
@ -2286,7 +2274,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"compress": ("litellm.compression.compress", "compress"),
|
||||
"config_completion": ("litellm.main", "config_completion"),
|
||||
"contextmanager": ("litellm.responses.main", "contextmanager"),
|
||||
"contextvars": ("litellm.files.main", "contextvars"),
|
||||
"convert_file_document_to_url_document": ("litellm.ocr.main", "convert_file_document_to_url_document"),
|
||||
"convert_model_response_to_streaming": (
|
||||
"litellm.llms.base_llm.base_model_iterator",
|
||||
|
|
@ -2300,32 +2287,20 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"create_fine_tuning_job": ("litellm.fine_tuning.main", "create_fine_tuning_job"),
|
||||
"create_skill": ("litellm.skills.main", "create_skill"),
|
||||
"create_thread": ("litellm.assistants.main", "create_thread"),
|
||||
"custom_batch_logger": ("litellm.integrations", "custom_batch_logger"),
|
||||
"custom_chat_llm_router": ("litellm.llms.custom_llm", "custom_chat_llm_router"),
|
||||
"custom_guardrail": ("litellm.integrations", "custom_guardrail"),
|
||||
"custom_logger": ("litellm.integrations", "custom_logger"),
|
||||
"custom_prompt": ("litellm.litellm_core_utils.prompt_templates.factory", "custom_prompt"),
|
||||
"custom_prompt_management": ("litellm.integrations", "custom_prompt_management"),
|
||||
"databricks_embedding": ("litellm.main", "databricks_embedding"),
|
||||
"dataclass": ("litellm.files.main", "dataclass"),
|
||||
"datadog": ("litellm.integrations", "datadog"),
|
||||
"datetime": ("litellm.files.main", "datetime"),
|
||||
"decode_video_id_with_provider": ("litellm.types.videos.utils", "decode_video_id_with_provider"),
|
||||
"deepcopy": ("litellm.main", "deepcopy"),
|
||||
"deepeval": ("litellm.integrations", "deepeval"),
|
||||
"delete_agent": ("litellm.interactions.agents.main", "delete"),
|
||||
"delete_assistant": ("litellm.assistants.main", "delete_assistant"),
|
||||
"delete_container": ("litellm.containers.main", "delete_container"),
|
||||
"delete_responses": ("litellm.responses.main", "delete_responses"),
|
||||
"delete_skill": ("litellm.skills.main", "delete_skill"),
|
||||
"disable_cache": ("litellm.caching.caching", "disable_cache"),
|
||||
"dotenv": ("litellm.main", "dotenv"),
|
||||
"dotprompt": ("litellm.integrations", "dotprompt"),
|
||||
"dynamodb": ("litellm.integrations", "dynamodb"),
|
||||
"email_templates": ("litellm.integrations", "email_templates"),
|
||||
"embedding": ("litellm.main", "embedding"),
|
||||
"enable_cache": ("litellm.caching.caching", "enable_cache"),
|
||||
"enum": ("litellm.scheduler", "enum"),
|
||||
"field_serializer": ("litellm.assistants.main", "field_serializer"),
|
||||
"field_validator": ("litellm.files.main", "field_validator"),
|
||||
"file_content": ("litellm.files.main", "file_content"),
|
||||
|
|
@ -2340,12 +2315,7 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"flatten_unencrypted_web_search_results_in_anthropic_messages",
|
||||
),
|
||||
"function_call_prompt": ("litellm.litellm_core_utils.prompt_templates.factory", "function_call_prompt"),
|
||||
"futures": ("litellm.main", "futures"),
|
||||
"galileo": ("litellm.integrations", "galileo"),
|
||||
"gcs_bucket": ("litellm.integrations", "gcs_bucket"),
|
||||
"gcs_pubsub": ("litellm.integrations", "gcs_pubsub"),
|
||||
"gdc_transformation": ("litellm.main", "gdc_transformation"),
|
||||
"generic_api": ("litellm.integrations", "generic_api"),
|
||||
"get_agent": ("litellm.interactions.agents.main", "get"),
|
||||
"get_api_key": ("litellm.utils", "get_api_key"),
|
||||
"get_api_key_from_env": ("litellm.llms.gemini.common_utils", "get_api_key_from_env"),
|
||||
|
|
@ -2393,21 +2363,14 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"get_type_hints": ("litellm.files.main", "get_type_hints"),
|
||||
"get_vertex_ai_model_route": ("litellm.llms.vertex_ai.common_utils", "get_vertex_ai_model_route"),
|
||||
"google_batch_embeddings": ("litellm.main", "google_batch_embeddings"),
|
||||
"greenscale": ("litellm.integrations", "greenscale"),
|
||||
"groq_chat_completions": ("litellm.main", "groq_chat_completions"),
|
||||
"heapq": ("litellm.scheduler", "heapq"),
|
||||
"helicone": ("litellm.integrations", "helicone"),
|
||||
"helicone_mock_client": ("litellm.integrations", "helicone_mock_client"),
|
||||
"heroku_transformation": ("litellm.main", "heroku_transformation"),
|
||||
"huggingface_embed": ("litellm.main", "huggingface_embed"),
|
||||
"humanloop": ("litellm.integrations", "humanloop"),
|
||||
"image_edit": ("litellm.images.main", "image_edit"),
|
||||
"image_generation": ("litellm.images.main", "image_generation"),
|
||||
"image_variation": ("litellm.images.main", "image_variation"),
|
||||
"importlib": ("litellm.images.main", "importlib"),
|
||||
"infer_openai_data_residency": ("litellm.llms.openai.data_residency", "infer_openai_data_residency"),
|
||||
"ingest": ("litellm.rag.main", "ingest"),
|
||||
"inspect": ("litellm.main", "inspect"),
|
||||
"is_azure_document_intelligence_model": (
|
||||
"litellm.llms.azure_ai.ocr.common_utils",
|
||||
"is_azure_document_intelligence_model",
|
||||
|
|
@ -2416,11 +2379,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"litellm.llms.anthropic.experimental_pass_through.utils",
|
||||
"is_reasoning_auto_summary_enabled",
|
||||
),
|
||||
"json": ("litellm.videos.main", "json"),
|
||||
"lago": ("litellm.integrations", "lago"),
|
||||
"langfuse": ("litellm.integrations", "langfuse"),
|
||||
"langsmith": ("litellm.integrations", "langsmith"),
|
||||
"langsmith_mock_client": ("litellm.integrations", "langsmith_mock_client"),
|
||||
"lemonade_transformation": ("litellm.main", "lemonade_transformation"),
|
||||
"list_agent_versions": ("litellm.interactions.agents.main", "list_versions"),
|
||||
"list_agents": ("litellm.interactions.agents.main", "list"),
|
||||
|
|
@ -2430,25 +2388,17 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"list_fine_tuning_jobs": ("litellm.fine_tuning.main", "list_fine_tuning_jobs"),
|
||||
"list_input_items": ("litellm.responses.main", "list_input_items"),
|
||||
"list_skills": ("litellm.skills.main", "list_skills"),
|
||||
"litellm": ("litellm.files.main", "litellm"),
|
||||
"litellm_agent": ("litellm.integrations", "litellm_agent"),
|
||||
"litellm_completion_transformation_handler": (
|
||||
"litellm.responses.main",
|
||||
"litellm_completion_transformation_handler",
|
||||
),
|
||||
"literal_ai": ("litellm.integrations", "literal_ai"),
|
||||
"llm_http_handler": ("litellm.videos.main", "llm_http_handler"),
|
||||
"llm_passthrough_route": ("litellm.passthrough.main", "llm_passthrough_route"),
|
||||
"logfire_logger": ("litellm.integrations", "logfire_logger"),
|
||||
"lunary": ("litellm.integrations", "lunary"),
|
||||
"map_system_message_pt": ("litellm.litellm_core_utils.prompt_templates.factory", "map_system_message_pt"),
|
||||
"maybe_run_chat_completion_agentic_loop": (
|
||||
"litellm.litellm_core_utils.chat_completion_agentic_loop",
|
||||
"maybe_run_chat_completion_agentic_loop",
|
||||
),
|
||||
"mimetypes": ("litellm.ocr.main", "mimetypes"),
|
||||
"mlflow": ("litellm.integrations", "mlflow"),
|
||||
"mock_client_factory": ("litellm.integrations", "mock_client_factory"),
|
||||
"mock_completion": ("litellm.main", "mock_completion"),
|
||||
"mock_completion_streaming_obj": ("litellm.utils", "mock_completion_streaming_obj"),
|
||||
"mock_embedding": ("litellm.litellm_core_utils.mock_functions", "mock_embedding"),
|
||||
|
|
@ -2458,15 +2408,11 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"model_serializer": ("litellm.assistants.main", "model_serializer"),
|
||||
"model_validator": ("litellm.files.main", "model_validator"),
|
||||
"moderation": ("litellm.main", "moderation"),
|
||||
"newrelic": ("litellm.integrations", "newrelic"),
|
||||
"nlp_cloud_chat_completion": ("litellm.main", "nlp_cloud_chat_completion"),
|
||||
"nvidia_riva_audio_transcriptions": ("litellm.main", "nvidia_riva_audio_transcriptions"),
|
||||
"oci_transformation": ("litellm.main", "oci_transformation"),
|
||||
"ocr": ("litellm.ocr.main", "ocr"),
|
||||
"ollama": ("litellm.main", "ollama"),
|
||||
"ollama_pt": ("litellm.litellm_core_utils.prompt_templates.factory", "ollama_pt"),
|
||||
"oobabooga": ("litellm.main", "oobabooga"),
|
||||
"openai": ("litellm.main", "openai"),
|
||||
"openai_assistants_api": ("litellm.assistants.main", "openai_assistants_api"),
|
||||
"openai_audio_transcriptions": ("litellm.main", "openai_audio_transcriptions"),
|
||||
"openai_batches_instance": ("litellm.batches.main", "openai_batches_instance"),
|
||||
|
|
@ -2477,28 +2423,16 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"openai_like_chat_completion": ("litellm.main", "openai_like_chat_completion"),
|
||||
"openai_like_embedding": ("litellm.main", "openai_like_embedding"),
|
||||
"openai_text_completions": ("litellm.main", "openai_text_completions"),
|
||||
"openmeter": ("litellm.integrations", "openmeter"),
|
||||
"opentelemetry": ("litellm.integrations", "opentelemetry"),
|
||||
"opentelemetry_utils": ("litellm.integrations", "opentelemetry_utils"),
|
||||
"opik": ("litellm.integrations", "opik"),
|
||||
"otel": ("litellm.integrations", "otel"),
|
||||
"override": ("litellm.assistants.main", "override"),
|
||||
"ovhcloud_transformation": ("litellm.main", "ovhcloud_transformation"),
|
||||
"palm": ("litellm.main", "palm"),
|
||||
"parse_ocr_request_format": ("litellm.llms.base_llm.ocr.transformation", "parse_ocr_request_format"),
|
||||
"partial": ("litellm.files.main", "partial"),
|
||||
"peek_reasoning_summary_aliases": ("litellm.utils", "peek_reasoning_summary_aliases"),
|
||||
"petals_handler": ("litellm.main", "petals_handler"),
|
||||
"posthog": ("litellm.integrations", "posthog"),
|
||||
"posthog_mock_client": ("litellm.integrations", "posthog_mock_client"),
|
||||
"pre_process_non_default_params": ("litellm.utils", "pre_process_non_default_params"),
|
||||
"predibase_chat_completions": ("litellm.main", "predibase_chat_completions"),
|
||||
"print_verbose": ("litellm.main", "print_verbose"),
|
||||
"prompt_factory": ("litellm.litellm_core_utils.prompt_templates.factory", "prompt_factory"),
|
||||
"prompt_layer": ("litellm.integrations", "prompt_layer"),
|
||||
"prompt_management_base": ("litellm.integrations", "prompt_management_base"),
|
||||
"query": ("litellm.rag.main", "query"),
|
||||
"random": ("litellm.main", "random"),
|
||||
"read_config_args": ("litellm.utils", "read_config_args"),
|
||||
"replicate_chat_completion": ("litellm.main", "replicate_chat_completion"),
|
||||
"rerank": ("litellm.rerank_api.main", "rerank"),
|
||||
|
|
@ -2513,9 +2447,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"run_thread": ("litellm.assistants.main", "run_thread"),
|
||||
"run_thread_stream": ("litellm.assistants.main", "run_thread_stream"),
|
||||
"runtime_checkable": ("litellm.files.main", "runtime_checkable"),
|
||||
"rust_ocr_bridge": ("litellm.ocr.main", "rust_ocr_bridge"),
|
||||
"s3": ("litellm.integrations", "s3"),
|
||||
"s3_v2": ("litellm.integrations", "s3_v2"),
|
||||
"safe_deep_copy": ("litellm.litellm_core_utils.core_helpers", "safe_deep_copy"),
|
||||
"sagemaker_chat_completion": ("litellm.main", "sagemaker_chat_completion"),
|
||||
"sagemaker_llm": ("litellm.main", "sagemaker_llm"),
|
||||
|
|
@ -2528,7 +2459,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"search": ("litellm.search.main", "search"),
|
||||
"should_run_mock_completion": ("litellm.utils", "should_run_mock_completion"),
|
||||
"speech": ("litellm.main", "speech"),
|
||||
"sqs": ("litellm.integrations", "sqs"),
|
||||
"stream_chunk_builder": ("litellm.main", "stream_chunk_builder"),
|
||||
"stream_chunk_builder_text_completion": ("litellm.main", "stream_chunk_builder_text_completion"),
|
||||
"stringify_json_tool_call_content": (
|
||||
|
|
@ -2543,15 +2473,9 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"litellm.utils",
|
||||
"strip_reasoning_summary_aliases_from_optional_params",
|
||||
),
|
||||
"supabase": ("litellm.integrations", "supabase"),
|
||||
"supports_httpx_timeout": ("litellm.utils", "supports_httpx_timeout"),
|
||||
"sys": ("litellm.main", "sys"),
|
||||
"text_completion": ("litellm.main", "text_completion"),
|
||||
"tiktoken": ("litellm.main", "tiktoken"),
|
||||
"time": ("litellm.files.main", "time"),
|
||||
"together_rerank": ("litellm.rerank_api.main", "together_rerank"),
|
||||
"traceback": ("litellm.main", "traceback"),
|
||||
"traceloop": ("litellm.integrations", "traceloop"),
|
||||
"tracer": ("litellm.litellm_core_utils.dd_tracing", "tracer"),
|
||||
"transcription": ("litellm.main", "transcription"),
|
||||
"updateDeployment": ("litellm.types.router", "updateDeployment"),
|
||||
|
|
@ -2571,8 +2495,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
),
|
||||
"upload_container_file": ("litellm.containers.main", "upload_container_file"),
|
||||
"use_litellm_rust": ("litellm.rust_bridge.ocr", "use_litellm_rust"),
|
||||
"uuid": ("litellm.files.main", "uuid"),
|
||||
"uuid_module": ("litellm.files.main", "uuid_module"),
|
||||
"validate_and_fix_openai_messages": ("litellm.utils", "validate_and_fix_openai_messages"),
|
||||
"validate_and_fix_openai_tools": ("litellm.utils", "validate_and_fix_openai_tools"),
|
||||
"validate_and_fix_thinking_param": ("litellm.utils", "validate_and_fix_thinking_param"),
|
||||
|
|
@ -2590,7 +2512,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"vector_store_file_update": ("litellm.vector_store_files.main", "update"),
|
||||
"vertex_ai_batches_instance": ("litellm.batches.main", "vertex_ai_batches_instance"),
|
||||
"vertex_ai_files_instance": ("litellm.files.main", "vertex_ai_files_instance"),
|
||||
"vertex_ai_non_gemini": ("litellm.main", "vertex_ai_non_gemini"),
|
||||
"vertex_chat_completion": ("litellm.main", "vertex_chat_completion"),
|
||||
"vertex_embedding": ("litellm.main", "vertex_embedding"),
|
||||
"vertex_fine_tuning_apis_instance": ("litellm.fine_tuning.main", "vertex_fine_tuning_apis_instance"),
|
||||
|
|
@ -2608,7 +2529,6 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
"video_list": ("litellm.videos.main", "video_list"),
|
||||
"video_remix": ("litellm.videos.main", "video_remix"),
|
||||
"video_status": ("litellm.videos.main", "video_status"),
|
||||
"vllm_handler": ("litellm.batch_completion.main", "vllm_handler"),
|
||||
"wait": ("litellm.batch_completion.main", "wait"),
|
||||
"watsonx_chat_completion": ("litellm.main", "watsonx_chat_completion"),
|
||||
}
|
||||
|
|
@ -2616,6 +2536,86 @@ _SDK_SYMBOLS_IMPORT_MAP: Final[Mapping[str, tuple[str, str]]] = MappingProxyType
|
|||
|
||||
_SDK_MODULE_ALIASES: Final[Mapping[str, str]] = MappingProxyType(
|
||||
{
|
||||
"additional_logging_utils": "litellm.integrations.additional_logging_utils",
|
||||
"agentops": "litellm.integrations.agentops",
|
||||
"aleph_alpha": "litellm.llms.deprecated_providers.aleph_alpha",
|
||||
"anthropic_cache_control_hook": "litellm.integrations.anthropic_cache_control_hook",
|
||||
"argilla": "litellm.integrations.argilla",
|
||||
"arize": "litellm.integrations.arize",
|
||||
"asyncio": "asyncio",
|
||||
"athina": "litellm.integrations.athina",
|
||||
"azure_sentinel": "litellm.integrations.azure_sentinel",
|
||||
"azure_storage": "litellm.integrations.azure_storage",
|
||||
"base64": "base64",
|
||||
"cohere_embed": "litellm.llms.cohere.embed.handler",
|
||||
"contextvars": "contextvars",
|
||||
"custom_batch_logger": "litellm.integrations.custom_batch_logger",
|
||||
"custom_guardrail": "litellm.integrations.custom_guardrail",
|
||||
"custom_logger": "litellm.integrations.custom_logger",
|
||||
"custom_prompt_management": "litellm.integrations.custom_prompt_management",
|
||||
"datadog": "litellm.integrations.datadog",
|
||||
"datetime": "datetime",
|
||||
"deepeval": "litellm.integrations.deepeval",
|
||||
"dotenv": "dotenv",
|
||||
"dotprompt": "litellm.integrations.dotprompt",
|
||||
"dynamodb": "litellm.integrations.dynamodb",
|
||||
"email_templates": "litellm.integrations.email_templates",
|
||||
"enum": "enum",
|
||||
"futures": "concurrent.futures",
|
||||
"galileo": "litellm.integrations.galileo",
|
||||
"gcs_bucket": "litellm.integrations.gcs_bucket",
|
||||
"gcs_pubsub": "litellm.integrations.gcs_pubsub",
|
||||
"generic_api": "litellm.integrations.generic_api",
|
||||
"greenscale": "litellm.integrations.greenscale",
|
||||
"heapq": "heapq",
|
||||
"helicone": "litellm.integrations.helicone",
|
||||
"helicone_mock_client": "litellm.integrations.helicone_mock_client",
|
||||
"humanloop": "litellm.integrations.humanloop",
|
||||
"importlib": "importlib",
|
||||
"inspect": "inspect",
|
||||
"json": "json",
|
||||
"lago": "litellm.integrations.lago",
|
||||
"langfuse": "litellm.integrations.langfuse",
|
||||
"langsmith": "litellm.integrations.langsmith",
|
||||
"langsmith_mock_client": "litellm.integrations.langsmith_mock_client",
|
||||
"litellm": "litellm",
|
||||
"litellm_agent": "litellm.integrations.litellm_agent",
|
||||
"literal_ai": "litellm.integrations.literal_ai",
|
||||
"logfire_logger": "litellm.integrations.logfire_logger",
|
||||
"lunary": "litellm.integrations.lunary",
|
||||
"mimetypes": "mimetypes",
|
||||
"mlflow": "litellm.integrations.mlflow",
|
||||
"mock_client_factory": "litellm.integrations.mock_client_factory",
|
||||
"newrelic": "litellm.integrations.newrelic",
|
||||
"ollama": "litellm.llms.ollama.completion.handler",
|
||||
"oobabooga": "litellm.llms.oobabooga.chat.oobabooga",
|
||||
"openai": "openai",
|
||||
"openmeter": "litellm.integrations.openmeter",
|
||||
"opentelemetry": "litellm.integrations.opentelemetry",
|
||||
"opentelemetry_utils": "litellm.integrations.opentelemetry_utils",
|
||||
"opik": "litellm.integrations.opik",
|
||||
"otel": "litellm.integrations.otel",
|
||||
"palm": "litellm.llms.deprecated_providers.palm",
|
||||
"petals_handler": "litellm.llms.petals.completion.handler",
|
||||
"posthog": "litellm.integrations.posthog",
|
||||
"posthog_mock_client": "litellm.integrations.posthog_mock_client",
|
||||
"prompt_layer": "litellm.integrations.prompt_layer",
|
||||
"prompt_management_base": "litellm.integrations.prompt_management_base",
|
||||
"random": "random",
|
||||
"rust_ocr_bridge": "litellm.rust_bridge.ocr",
|
||||
"s3": "litellm.integrations.s3",
|
||||
"s3_v2": "litellm.integrations.s3_v2",
|
||||
"sqs": "litellm.integrations.sqs",
|
||||
"supabase": "litellm.integrations.supabase",
|
||||
"sys": "sys",
|
||||
"tiktoken": "tiktoken",
|
||||
"time": "time",
|
||||
"traceback": "traceback",
|
||||
"traceloop": "litellm.integrations.traceloop",
|
||||
"uuid": "fastuuid",
|
||||
"uuid_module": "uuid",
|
||||
"vertex_ai_non_gemini": "litellm.llms.vertex_ai.vertex_ai_non_gemini",
|
||||
"vllm_handler": "litellm.llms.vllm.completion.handler",
|
||||
"anthropic": "litellm.anthropic_interface",
|
||||
"httpx": "httpx",
|
||||
"interactions": "litellm.interactions",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue