@squidcloud/client
    Preparing search index...

    Interface ApplicationAiSettings

    Per application AI settings.

    interface ApplicationAiSettings {
        apiKeys: Partial<
            Record<
                | "anthropic"
                | "flux"
                | "gemini"
                | "openai"
                | "squid"
                | "stability"
                | "voyage"
                | "external",
                string,
            >,
        >;
    }
    Index

    Properties

    Properties

    apiKeys: Partial<
        Record<
            | "anthropic"
            | "flux"
            | "gemini"
            | "openai"
            | "squid"
            | "stability"
            | "voyage"
            | "external",
            string,
        >,
    >

    Maps AI provider name to API key secret name that must be used for any request made by the application.