ExOpenAI.Engines.retrieve_engine

You're seeing just the function retrieve_engine, go back to ExOpenAI.Engines module for more information.
Link to this function

retrieve_engine(engine_id, opts \\ [])

View Source
This function is deprecated. Deprecated by OpenAI.

Specs

retrieve_engine(String.t(), [[]]) ::
  {:ok, ExOpenAI.Components.Engine.t()} | {:error, any()}

Endpoint /engines/{engine_id}

Retrieves a model instance, providing basic information about it such as the owner and availability.


Required Arguments:

  • engine_id

Example: davinci

Optional Arguments: