Skip to main content

Model Support


Scope of Model Support

To ensure the stability and maintainability of the SERVICEME platform in a multi-cloud and multi-model environment, we have established a unified support standard for the integrated large language models (LLM), embedding models, speech and document recognition models.

This standard is intended to:

  • Reduce the complexity of multi-model compatibility and operations
  • Improve overall performance and controllability
  • Ensure the stable availability of new features on mainstream models

Model Support Levels

Standard Support

  • Definition: Fully included in the product support scope.
  • Requirements: Functionality, performance, and stability have all completed full testing, and service availability assurance (SLA, Service Level Agreement) is provided.

Experimental Support

  • Definition: The model has been integrated into the main workflow to ensure that the functionality is available.
  • Requirements: Only basic functional testing is performed (such as interface connectivity and successful execution of the main workflow), while performance/stability validation is not yet completed.
  • Identification: Clearly marked as "experimental" in the product documentation.

Model Categories and Support Status

Large Language Model (LLM)

Interface/VendorSupported ModelsCurrent Support LevelNotes
Azure OpenAIGPT-5.4, GPT-5.5Standard SupportDeep Research/Super Agent/Ai Slides requires disabling reasoning mode
OpenAIGPT-5.4, Qwen3.6-Max-Preview, Qwen3.6-Plus, Qwen3.6-Flash, DeepSeek V4Standard SupportDeep Research/Super Agent/Ai Slides requires disabling reasoning mode
Google VertexGemini 3.1 Pro, Gemini 3.1 FlashStandard SupportDoes not support AI Translator

Text-to-Image Models

VendorSupported ModelsCurrent Support LevelNotes
AzureGPT-Image-1.5, GPT-Image-2Standard Support

Embedding Models

VendorSupported ModelsCurrent Support LevelNotes
Azuretext-embedding-3-largeStandard Support

Image Recognition / OCR

VendorSupported ModelsCurrent Support LevelNotes
AzureAzure AI Document IntelligenceStandard Support
Alibaba CloudAlibaba Cloud OCRStandard Support
Third-partyTextInStandard Support

Speech Recognition (STT)

VendorSupported ModelsCurrent Support LevelNotes
AzureWhisperStandard Support

Data Sources (Data Source)

TypeExampleCurrent Support LevelNotes
MySQLStandard Support
SQLServerStandard Support
Azure DatabricksStandard Support
SnowflakeStandard Support
Azure FabricStandard Support
PostgreSQLStandard Support

Search Engines (Search Engine)

TypeSupported ModelsCurrent Support LevelNotes
Standard SupportG-bing Search, Meta Search, Tencent Search, Google Search, Aliyun Qurak SearchStandard Support

Access and Validation Requirements

  1. Unified Interface Standards

    • All models must be called through the unified Model Gateway service.
    • Request and response formats must comply with the SERVICEME model interface specification.
  2. Security and Compliance

    • Calling third-party public APIs without security validation is prohibited.
    • Integrated models must comply with company data compliance requirements (privacy, security, regional restrictions, etc.).
  3. Performance and Observability

    • Models must support invocation logging and performance monitoring.
    • Health checks and circuit breaker mechanisms must be established for standard support models.