loading...
No Results
  • Get Started
    • Welcome to GoInsight.AI
    • Quick Start
  • Knowledge 101
    • Key Concepts
    • Knowledge Base
    • LLM Selection Guide
    • Tool
    • Service
    • Data Security
  • Quick Chatbot
    • Build a Quick Bot
  • InsightFlow
    • InsightFlow Introduction
    • Types of InsightFlow
    • Node
      • Start
      • LLM
      • Knowledge Base Retrieval
      • Answer
      • Document Writing
      • Document Reading
      • HTTP Request
      • IF/ELSE
      • Question Classifier
      • Branch Aggregator
      • Multi branch Selector
      • Iteration
      • Auto-Continue
      • Template
      • Code
      • JSON Variable Extractor
      • Variable Assigner
      • Variable Extractor
      • KnowledgeFocus LLM
      • Agent
      • End
    • Publishing
      • Publishing an Interactive Flow
      • Publishing a Service Flow
      • Create Your First Workflow
  • Control & Management
    • Access Control
Home > Documentation > Knowledge 101

LLM Selection Guide

GoInsight.AI provides a variety of mainstream large language models (LLMs), covering general text generation, complex reasoning, code generation, Chinese processing, and more. This document helps you quickly understand each model’s key capabilities, suitable scenarios, and compliance features.

For more technical details, refer to the official documentation links provided at the end.

Supported LLMs on GoInsight.AI

Provider Model Name Use Cases Reference
Microsoft Azure OpenAI GPT-4o Finance, healthcare, government, and data compliance scenarios. Enterprise-grade compliance (GDPR, HIPAA), zero data storage, and high-security suitability. Microsoft Official Documentation
GPT-4o-mini
GPT-4o (EU version)
GPT-4o-mini (EU version)
GPT-o1
GPT-o3-mini
OpenAI GPT-4o General-purpose conversation, content generation, code completion, Q&A OpenAI Official Documentation
GPT-4o-mini
GPT-o1
GPT-o3-mini
Google (Gemini) gemini-2.5-pro Complex code generation, large codebase refactoring, algorithm analysis Gemini Official Documentation
gemini-2.5-flash Low-latency dialog, real-time translation, lightweight interaction Gemini Official Documentation
DeepSeek deepseek-chat Algorithm script generation, general programming support DeepSeek Official Documentation
deepseek-r1 - DeepSeek Official Documentation
deepseek-reasoner Multi-step reasoning, knowledge integration, document understanding DeepSeek Official Documentation
Anthropic (Claude) claude-3.5-haiku-latest Multi-turn conversation, frontend code generation, natural language understanding, emotional & logical reasoning Claude Official Documentation
claude-3.5-sonnet-latest
Qwen Series (Alibaba) qwen-qwq-32b Chinese long text summarization, multi-turn contextual conversation, complex semantic analysis Qwen Official Documentation

How to Choose the Right Model for Your Workflow?

Different business scenarios have different requirements for security, processing capability, and response speed. Below are model recommendations based on typical needs:

1. When compliance and security are the top priority

Recommended Models:

  • Microsoft Azure Series

Meets enterprise-grade compliance, zero data storage, region-bound data

Ideal for finance, healthcare, and government

2. For complex coding or compute-heavy tasks

Recommended Models:

  • gemini-2.5-pro: for multi-file merging, algorithm-intensive scenarios
  • claude-3.5-sonnet-latest: strong fault tolerance and reasoning, good for complex systems

3. For knowledge retrieval and deep logical reasoning

Recommended Models:

  • deepseek-reasoner: supports chain-of-thought (CoT) reasoning, good for multi-step logic tasks
  • gpt-o1: supports sentiment analysis and causal inference

4. For daily content generation, translation, and dialog

Recommended Models:

  • gemini-2.5-flash: fast response, ideal for chat and lightweight translation
  • gpt-4o-mini: suitable for Q&A and copywriting
  • Chinese business scenarios: qwen-qwq-32b preferred for strong semantic understanding
Updated on: Jun 25, 2025
Prev Knowledge Base
Next Tool
On this page
  • Supported LLMs on GoInsight.AI
  • How to Choose the Right Model for Your Workflow?
loading...
No Results