LanguageModelBase
Browse all 3458 subdomain entities categorized under LanguageModelBase in the langchain Architecture Docs architecture documentation.
_make_request() — langchain Function Reference
Architecture documentation for the _make_request() function in test_model_fallback.py from the langchain codebase.
test_all_models_fail_async() — langchain Function Reference
Architecture documentation for the test_all_models_fail_async() function in test_model_fallback.py from the langchain codebase.
test_all_models_fail() — langchain Function Reference
Architecture documentation for the test_all_models_fail() function in test_model_fallback.py from the langchain codebase.
test_fallback_on_primary_failure_async() — langchain Function Reference
Architecture documentation for the test_fallback_on_primary_failure_async() function in test_model_fallback.py from the langchain codebase.
test_fallback_on_primary_failure() — langchain Function Reference
Architecture documentation for the test_fallback_on_primary_failure() function in test_model_fallback.py from the langchain codebase.
test_model_fallback_middleware_exhausted_with_agent() — langchain Function Reference
Architecture documentation for the test_model_fallback_middleware_exhausted_with_agent() function in test_model_fallback.py from the langchain codebase.
test_model_fallback_middleware_initialization() — langchain Function Reference
Architecture documentation for the test_model_fallback_middleware_initialization() function in test_model_fallback.py from the langchain codebase.
test_model_fallback_middleware_with_agent() — langchain Function Reference
Architecture documentation for the test_model_fallback_middleware_with_agent() function in test_model_fallback.py from the langchain codebase.
test_model_request_is_frozen() — langchain Function Reference
Architecture documentation for the test_model_request_is_frozen() function in test_model_fallback.py from the langchain codebase.
test_multiple_fallbacks_async() — langchain Function Reference
Architecture documentation for the test_multiple_fallbacks_async() function in test_model_fallback.py from the langchain codebase.
test_multiple_fallbacks() — langchain Function Reference
Architecture documentation for the test_multiple_fallbacks() function in test_model_fallback.py from the langchain codebase.
test_primary_model_succeeds_async() — langchain Function Reference
Architecture documentation for the test_primary_model_succeeds_async() function in test_model_fallback.py from the langchain codebase.
test_primary_model_succeeds() — langchain Function Reference
Architecture documentation for the test_primary_model_succeeds() function in test_model_fallback.py from the langchain codebase.
_generate() — langchain Function Reference
Architecture documentation for the _generate() function in test_model_retry.py from the langchain codebase.
_generate() — langchain Function Reference
Architecture documentation for the _generate() function in test_model_retry.py from the langchain codebase.
_generate() — langchain Function Reference
Architecture documentation for the _generate() function in test_model_retry.py from the langchain codebase.
__init__() — langchain Function Reference
Architecture documentation for the __init__() function in test_model_retry.py from the langchain codebase.
test_model_retry_async_backoff_timing() — langchain Function Reference
Architecture documentation for the test_model_retry_async_backoff_timing() function in test_model_retry.py from the langchain codebase.
test_model_retry_async_failing_model() — langchain Function Reference
Architecture documentation for the test_model_retry_async_failing_model() function in test_model_retry.py from the langchain codebase.
test_model_retry_async_succeeds_after_retries() — langchain Function Reference
Architecture documentation for the test_model_retry_async_succeeds_after_retries() function in test_model_retry.py from the langchain codebase.
test_model_retry_async_working_model() — langchain Function Reference
Architecture documentation for the test_model_retry_async_working_model() function in test_model_retry.py from the langchain codebase.
test_model_retry_backoff_timing() — langchain Function Reference
Architecture documentation for the test_model_retry_backoff_timing() function in test_model_retry.py from the langchain codebase.
test_model_retry_constant_backoff() — langchain Function Reference
Architecture documentation for the test_model_retry_constant_backoff() function in test_model_retry.py from the langchain codebase.
test_model_retry_custom_exception_filter() — langchain Function Reference
Architecture documentation for the test_model_retry_custom_exception_filter() function in test_model_retry.py from the langchain codebase.
test_model_retry_custom_failure_formatter() — langchain Function Reference
Architecture documentation for the test_model_retry_custom_failure_formatter() function in test_model_retry.py from the langchain codebase.
test_model_retry_failing_model_raises() — langchain Function Reference
Architecture documentation for the test_model_retry_failing_model_raises() function in test_model_retry.py from the langchain codebase.
test_model_retry_failing_model_returns_message() — langchain Function Reference
Architecture documentation for the test_model_retry_failing_model_returns_message() function in test_model_retry.py from the langchain codebase.
test_model_retry_initialization_custom() — langchain Function Reference
Architecture documentation for the test_model_retry_initialization_custom() function in test_model_retry.py from the langchain codebase.
test_model_retry_initialization_defaults() — langchain Function Reference
Architecture documentation for the test_model_retry_initialization_defaults() function in test_model_retry.py from the langchain codebase.
test_model_retry_invalid_backoff_factor() — langchain Function Reference
Architecture documentation for the test_model_retry_invalid_backoff_factor() function in test_model_retry.py from the langchain codebase.
test_model_retry_invalid_initial_delay() — langchain Function Reference
Architecture documentation for the test_model_retry_invalid_initial_delay() function in test_model_retry.py from the langchain codebase.
test_model_retry_invalid_max_delay() — langchain Function Reference
Architecture documentation for the test_model_retry_invalid_max_delay() function in test_model_retry.py from the langchain codebase.
test_model_retry_invalid_max_retries() — langchain Function Reference
Architecture documentation for the test_model_retry_invalid_max_retries() function in test_model_retry.py from the langchain codebase.
test_model_retry_jitter_variation() — langchain Function Reference
Architecture documentation for the test_model_retry_jitter_variation() function in test_model_retry.py from the langchain codebase.
test_model_retry_max_delay_cap() — langchain Function Reference
Architecture documentation for the test_model_retry_max_delay_cap() function in test_model_retry.py from the langchain codebase.
test_model_retry_multiple_middleware_composition() — langchain Function Reference
Architecture documentation for the test_model_retry_multiple_middleware_composition() function in test_model_retry.py from the langchain codebase.
test_model_retry_specific_exceptions() — langchain Function Reference
Architecture documentation for the test_model_retry_specific_exceptions() function in test_model_retry.py from the langchain codebase.
test_model_retry_succeeds_after_retries() — langchain Function Reference
Architecture documentation for the test_model_retry_succeeds_after_retries() function in test_model_retry.py from the langchain codebase.
test_model_retry_working_model_no_retry_needed() — langchain Function Reference
Architecture documentation for the test_model_retry_working_model_no_retry_needed() function in test_model_retry.py from the langchain codebase.
test_model_retry_zero_retries() — langchain Function Reference
Architecture documentation for the test_model_retry_zero_retries() function in test_model_retry.py from the langchain codebase.
test_model_response() — langchain Function Reference
Architecture documentation for the test_model_response() function in test_openai_functions_multi.py from the langchain codebase.
test_model_response() — langchain Function Reference
Architecture documentation for the test_model_response() function in test_openai_functions.py from the langchain codebase.
test_after_model_replaces_flagged_message() — langchain Function Reference
Architecture documentation for the test_after_model_replaces_flagged_message() function in test_openai_moderation_middleware.py from the langchain codebase.
test_async_before_model_uses_async_moderation() — langchain Function Reference
Architecture documentation for the test_async_before_model_uses_async_moderation() function in test_openai_moderation_middleware.py from the langchain codebase.
test_before_model_allows_clean_input() — langchain Function Reference
Architecture documentation for the test_before_model_allows_clean_input() function in test_openai_moderation_middleware.py from the langchain codebase.
test_before_model_errors_on_flagged_input() — langchain Function Reference
Architecture documentation for the test_before_model_errors_on_flagged_input() function in test_openai_moderation_middleware.py from the langchain codebase.
test_before_model_jump_on_end_behavior() — langchain Function Reference
Architecture documentation for the test_before_model_jump_on_end_behavior() function in test_openai_moderation_middleware.py from the langchain codebase.
test_chat_generation_chunk() — langchain Function Reference
Architecture documentation for the test_chat_generation_chunk() function in test_outputs.py from the langchain codebase.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free