abacusai.regenerate_llm_external_application
============================================

.. py:module:: abacusai.regenerate_llm_external_application


Classes
-------

.. autoapisummary::

   abacusai.regenerate_llm_external_application.RegenerateLlmExternalApplication


Module Contents
---------------

.. py:class:: RegenerateLlmExternalApplication(client, name=None, llmBotIcon=None, llmName=None)

   Bases: :py:obj:`abacusai.return_class.AbstractApiClass`


   An external application that specifies an LLM user can regenerate with in RouteLLM.

   :param client: An authenticated API Client instance
   :type client: ApiClient
   :param name: The display name of the LLM (ie GPT-5)
   :type name: str
   :param llmBotIcon: The bot icon of the LLM.
   :type llmBotIcon: str
   :param llmName: The external name of the LLM (ie OPENAI_GPT5)
   :type llmName: str


   .. py:attribute:: name
      :value: None



   .. py:attribute:: llm_bot_icon
      :value: None



   .. py:attribute:: llm_name
      :value: None



   .. py:attribute:: deprecated_keys


   .. py:method:: __repr__()


   .. py:method:: to_dict()

      Get a dict representation of the parameters in this class

      :returns: The dict value representation of the class parameters
      :rtype: dict



