LanguageModelBase
Browse all 3458 subdomain entities categorized under LanguageModelBase in the langchain Architecture Docs architecture documentation.
test_override_model_settings() — langchain Function Reference
Architecture documentation for the test_override_model_settings() function in test_overrides.py from the langchain codebase.
test_custom_detector_for_multiple_types() — langchain Function Reference
Architecture documentation for the test_custom_detector_for_multiple_types() function in test_pii.py from the langchain codebase.
test_prompt_cache_key_model_kwargs() — langchain Function Reference
Architecture documentation for the test_prompt_cache_key_model_kwargs() function in test_prompt_cache_key.py from the langchain codebase.
test_prompt_cache_key_parameter_exclusion() — langchain Function Reference
Architecture documentation for the test_prompt_cache_key_parameter_exclusion() function in test_prompt_cache_key.py from the langchain codebase.
test_prompt_cache_key_parameter_inclusion() — langchain Function Reference
Architecture documentation for the test_prompt_cache_key_parameter_inclusion() function in test_prompt_cache_key.py from the langchain codebase.
test_prompt_cache_key_per_call() — langchain Function Reference
Architecture documentation for the test_prompt_cache_key_per_call() function in test_prompt_cache_key.py from the langchain codebase.
test_prompt_cache_key_responses_api() — langchain Function Reference
Architecture documentation for the test_prompt_cache_key_responses_api() function in test_prompt_cache_key.py from the langchain codebase.
test_anthropic_prompt_caching_middleware_async_unsupported_model() — langchain Function Reference
Architecture documentation for the test_anthropic_prompt_caching_middleware_async_unsupported_model() function in test_prompt_caching.py from the langchain codebase.
test_anthropic_prompt_caching_middleware_unsupported_model() — langchain Function Reference
Architecture documentation for the test_anthropic_prompt_caching_middleware_unsupported_model() function in test_prompt_caching.py from the langchain codebase.
test_chat_prompt_value_concrete() — langchain Function Reference
Architecture documentation for the test_chat_prompt_value_concrete() function in test_prompt_values.py from the langchain codebase.
test_all_models_built() — langchain Function Reference
Architecture documentation for the test_all_models_built() function in test_pydantic_imports.py from the langchain codebase.
test_format_instructions_preserves_language() — langchain Function Reference
Architecture documentation for the test_format_instructions_preserves_language() function in test_pydantic_parser.py from the langchain codebase.
test_create_model_v2() — langchain Function Reference
Architecture documentation for the test_create_model_v2() function in test_pydantic.py from the langchain codebase.
deactivate_blockbuster() — langchain Function Reference
Architecture documentation for the deactivate_blockbuster() function in test_rate_limiting.py from the langchain codebase.
is_lc_serializable() — langchain Function Reference
Architecture documentation for the is_lc_serializable() function in test_rate_limiting.py from the langchain codebase.
test_rate_limit_abatch() — langchain Function Reference
Architecture documentation for the test_rate_limit_abatch() function in test_rate_limiting.py from the langchain codebase.
test_rate_limit_ainvoke() — langchain Function Reference
Architecture documentation for the test_rate_limit_ainvoke() function in test_rate_limiting.py from the langchain codebase.
test_rate_limit_astream() — langchain Function Reference
Architecture documentation for the test_rate_limit_astream() function in test_rate_limiting.py from the langchain codebase.
test_rate_limit_batch() — langchain Function Reference
Architecture documentation for the test_rate_limit_batch() function in test_rate_limiting.py from the langchain codebase.
test_rate_limit_invoke() — langchain Function Reference
Architecture documentation for the test_rate_limit_invoke() function in test_rate_limiting.py from the langchain codebase.
test_rate_limit_skips_cache_async() — langchain Function Reference
Architecture documentation for the test_rate_limit_skips_cache_async() function in test_rate_limiting.py from the langchain codebase.
test_rate_limit_skips_cache() — langchain Function Reference
Architecture documentation for the test_rate_limit_skips_cache() function in test_rate_limiting.py from the langchain codebase.
test_rate_limit_stream() — langchain Function Reference
Architecture documentation for the test_rate_limit_stream() function in test_rate_limiting.py from the langchain codebase.
test_serialization_with_rate_limiter() — langchain Function Reference
Architecture documentation for the test_serialization_with_rate_limiter() function in test_rate_limiting.py from the langchain codebase.
ChatOpenAI() — langchain Function Reference
Architecture documentation for the ChatOpenAI() function in test_response_format_integration.py from the langchain codebase.
test_middleware_model_swap_provider_to_tool_strategy() — langchain Function Reference
Architecture documentation for the test_middleware_model_swap_provider_to_tool_strategy() function in test_response_format.py from the langchain codebase.
test_pydantic_model() — langchain Function Reference
Architecture documentation for the test_pydantic_model() function in test_response_format.py from the langchain codebase.
test_pydantic_model() — langchain Function Reference
Architecture documentation for the test_pydantic_model() function in test_response_format.py from the langchain codebase.
test_pydantic_model() — langchain Function Reference
Architecture documentation for the test_pydantic_model() function in test_response_format.py from the langchain codebase.
wrap_model_call() — langchain Function Reference
Architecture documentation for the wrap_model_call() function in test_response_format.py from the langchain codebase.
_check_response() — langchain Function Reference
Architecture documentation for the _check_response() function in test_responses_api.py from the langchain codebase.
test_code_interpreter() — langchain Function Reference
Architecture documentation for the test_code_interpreter() function in test_responses_api.py from the langchain codebase.
test_computer_calls() — langchain Function Reference
Architecture documentation for the test_computer_calls() function in test_responses_api.py from the langchain codebase.
test_custom_tool() — langchain Function Reference
Architecture documentation for the test_custom_tool() function in test_responses_api.py from the langchain codebase.
test_file_search() — langchain Function Reference
Architecture documentation for the test_file_search() function in test_responses_api.py from the langchain codebase.
test_function_calling_and_structured_output() — langchain Function Reference
Architecture documentation for the test_function_calling_and_structured_output() function in test_responses_api.py from the langchain codebase.
test_function_calling() — langchain Function Reference
Architecture documentation for the test_function_calling() function in test_responses_api.py from the langchain codebase.
test_image_generation_multi_turn_v1() — langchain Function Reference
Architecture documentation for the test_image_generation_multi_turn_v1() function in test_responses_api.py from the langchain codebase.
test_image_generation_multi_turn() — langchain Function Reference
Architecture documentation for the test_image_generation_multi_turn() function in test_responses_api.py from the langchain codebase.
test_image_generation_streaming_v1() — langchain Function Reference
Architecture documentation for the test_image_generation_streaming_v1() function in test_responses_api.py from the langchain codebase.
test_image_generation_streaming() — langchain Function Reference
Architecture documentation for the test_image_generation_streaming() function in test_responses_api.py from the langchain codebase.
test_incomplete_response() — langchain Function Reference
Architecture documentation for the test_incomplete_response() function in test_responses_api.py from the langchain codebase.
test_mcp_builtin_zdr_v1() — langchain Function Reference
Architecture documentation for the test_mcp_builtin_zdr_v1() function in test_responses_api.py from the langchain codebase.
test_mcp_builtin_zdr() — langchain Function Reference
Architecture documentation for the test_mcp_builtin_zdr() function in test_responses_api.py from the langchain codebase.
test_mcp_builtin() — langchain Function Reference
Architecture documentation for the test_mcp_builtin() function in test_responses_api.py from the langchain codebase.
test_parsed_dict_schema_async() — langchain Function Reference
Architecture documentation for the test_parsed_dict_schema_async() function in test_responses_api.py from the langchain codebase.
test_parsed_dict_schema() — langchain Function Reference
Architecture documentation for the test_parsed_dict_schema() function in test_responses_api.py from the langchain codebase.
test_parsed_pydantic_schema_async() — langchain Function Reference
Architecture documentation for the test_parsed_pydantic_schema_async() function in test_responses_api.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