RSX Code Reference
    Preparing search index...

    Class LLMProviderProfile

    Persisted configuration for one LLM provider endpoint.

    Index
    apiKey: string

    Serialized API key used by this provider profile.

    baseURL: string

    Provider base URL for the selected protocol.

    cachedPromptCostUSDPer1MTokens: number

    Prompt input cost in USD per 1M cached tokens.

    Capability metadata describing optional model input and output features.

    completionCostUSDPer1MTokens: number

    Completion output cost in USD per 1M tokens.

    compressionLimit: number

    Context token threshold where future compression should start.

    contextSize: number

    Maximum context token count available to the model.

    id: UUID

    Unique persisted provider profile identifier.

    isBuiltIn: boolean

    Indicates whether this profile was provided by the engine.

    maxIterations: number

    Maximum provider/tool iterations allowed for one agent turn.

    maxTokens: number

    Maximum output token count used by this provider profile.

    model: string

    Model identifier used by this provider profile.

    name: string

    Human-readable provider profile name.

    promptCostUSDPer1MTokens: number

    Prompt input cost in USD per 1M cache-miss tokens.

    providerType: EnumValue<LLMProviderType>

    Provider protocol used by this profile.

    temperature: number

    Sampling temperature used by this provider profile.

    Built-in provider profiles available to every project.

    deepSeekBuiltInId: UUID

    Stable UUID for the built-in DeepSeek provider profile.

    openAIBuiltInId: UUID

    Stable UUID for the built-in OpenAI provider profile.