Member Junction
    Preparing search index...

    Interface APIKeyWithEndpointCredentialValues

    Values for "API Key with Endpoint" credential type. Used by: Azure OpenAI, custom API endpoints

    interface APIKeyWithEndpointCredentialValues {
        apiKey: string;
        endpoint: string;
    }
    Index

    Properties

    Properties

    apiKey: string
    endpoint: string