Skip to main content

Crate ai_runtime_config

Crate ai_runtime_config 

Source
Expand description

AI Runtime Config — configuration types for AI runtime providers.

Defines how provider specs (models, endpoints, auth) are structured and how runtime configuration is resolved.

§Types

  • OpenAIProviderSpec — OpenAI-compatible provider definition
  • AiRuntimeConfig — top-level runtime config combining provider specs
  • resolve_ai_runtime_config() — resolves config from environment or file

Structs§

AiRuntimeConfig
OpenAIProviderSpec

Functions§

resolve_ai_runtime_config