DeepInfra()DeepInfra models.
To use, you should have the environment variable DEEPINFRA_API_TOKEN
set with your API token, or pass it as a named parameter to the
constructor.
Only supports text-generation and text2text-generation for now.
Example:
.. code-block:: python
from langchain_community.llms import DeepInfra di = DeepInfra(model_id="google/flan-t5-xl", deepinfra_api_token="my-api-key")