ExLLM.Gemini.Base (ex_llm v0.5.0)
View SourceBase HTTP request functionality for Gemini API modules.
Summary
Functions
Makes an HTTP request to the Gemini API.
Makes a streaming HTTP request to the Gemini API.
Types
Functions
@spec request(request_opts()) :: {:ok, map()} | {:error, map()}
Makes an HTTP request to the Gemini API.
@spec stream_request(request_opts()) :: {:ok, Enumerable.t()} | {:error, map()}
Makes a streaming HTTP request to the Gemini API.