dataflow.fetchers.lite_llm_import¶

LiteLLM Importer for the Haive Registry System.

This module provides functionality for importing LLM models and providers from LiteLLM’s published model list.

Attributes¶

Functions¶

import_llm_models(→ bool)

Import LLM models from LiteLLM.

Module Contents¶

dataflow.fetchers.lite_llm_import.import_llm_models() bool¶

Import LLM models from LiteLLM.

Returns:

True if successful, False otherwise

dataflow.fetchers.lite_llm_import.LITELLM_URL = 'https://raw.githubusercontent.com/BerriAI/litellm/main/model_prices_and_context_window.json'¶
dataflow.fetchers.lite_llm_import.REQUESTS_AVAILABLE = True¶
dataflow.fetchers.lite_llm_import.logger¶