Search Results for

    Show / Hide Table of Contents

    Intent.Common.AI

    The Intent.Common.AI module provides shared infrastructure, settings, and metadata used across all AI-related modules in Intent Architect.

    This module includes:

    • Common configuration models for AI providers
    • Standardized settings for prompts, token limits, and model selection
    • Utilities and abstractions to streamline AI module development

    ℹ️ This module is intended to be used as a dependency for other AI modules and is not directly used for AI task execution.

    User Settings

    AI provider details are configured in User Settings. These settings are user-specific, stored outside of the solution folder, and are not committed to source control.

    The User Settings are available from the User menu in the top-right hand corner of Intent Architect:

    User Menu

    Within the User Settings, is an AI Settings section:

    AI Settings

    Available Settings

    • Provider: The AI provider to use. Supported options:

      • OpenAI
      • Azure OpenAI
      • Anthropic
      • Ollama
    • Model: The LLM model to use, specific to the selected provider.

    • API Key: The API key used to authenticate with the provider. You can store a separate key for each provider if needed.

    • API URL: The endpoint URL used to connect to the AI provider’s API.

    • Max Tokens: Specifies the maximum number of tokens (input + output) the AI can process in a single prompt.

    • Deployment Name: The name of the deployed model to use when calling Azure OpenAI.

    Provider Details

    OpenAI Details

    • Sign up for API access: OpenAI Platform
    • Available models: OpenAI Models
    • Pricing: OpenAI Pricing

    Azure OpenAI Details

    • Sign up for Azure account: Azure Free Account
    • Available models: Azure OpenAI Models
    • Pricing: Azure OpenAI Pricing

    Anthropic Details

    • Sign up for API access: Anthropic Console
    • Available models: Anthropic Models
    • Pricing: Anthropic Pricing

    Ollama Details

    • Download and install: Ollama Download
    • Available models: Ollama Model Library
    • Pricing: Models are free but will require powerful hardware to run locally
    • Edit this page
    ☀
    ☾
    In this article
    Back to top Copyright © 2017-, Intent Software Pte Ltd.