Omni.Providers.Venice (Omni v1.5.2)

Copy Markdown View Source

Provider for the Venice AI API, using the Omni.Dialects.OpenAICompletions dialect.

Reads the API key from the VENICE_API_KEY environment variable — no further configuration is needed if the variable is set.

Configuration

Override the default API key or base URL via application config:

config :omni, Omni.Providers.Venice,
  api_key: {:system, "MY_VENICE_KEY"}

Any key from the provider's config/0 can be overridden: :api_key, :base_url. See Omni.Provider for details.

PDF input

Every Venice model accepts PDF attachments — Venice extracts document text at the API layer regardless of the underlying model's native modalities.