Skip to main content

Model Support


Scope of Model Support

To ensure the stability and maintainability of the SERVICEME platform in a multi-cloud, multi-model environment, we have established unified support standards for integrated Large Language Models (LLM), Embedding models, speech models, 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: Comprehensively included in the product support scope.
  • Requirements: The functionality, performance, and stability have all undergone complete testing, and an SLA (Service Level Agreement) is provided for guarantee.

Experimental Support

  • Definition: The model has been integrated into the main process to ensure that the functionality is available.
  • Requirements: Only basic functionality tests are conducted (interface connectivity, main process can be run through), without performance/stability verification.
  • Marking: Explicitly 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 Support
OpenAIGPT-5.4, Qwen3.6-Max-Preview, Qwen3.6-Plus, Qwen3.6-Flash, DeepSeek V3.2Standard Support
AnthropicClaude Sonnet 4.6, Claude Opus 4.6Standard Support
Google VertexGemini 3.1 Pro, Gemini 3.1 FlashStandard Support
AWS BedrockClaude Sonnet 4.6, Claude Opus 4.6, Llama 4Standard Support

Text-to-Image Models

VendorSupported ModelsCurrent Support LevelNotes
AzureGPT-Image-1.5, GPT-Image-2Standard Support
Alibaba CloudQwen Image 2.0Standard Support
AWSTitan Image v2Standard Support

Embedding Models

VendorSupported ModelsCurrent Support LevelNotes
Azuretext-embedding-3-largeStandard Support
Alibaba Cloudtext-embedding-v4Standard Support
AWSAmazon Nova EmbedStandard Support

Image Recognition / OCR

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

Speech Recognition (STT)

VendorSupported ModelsCurrent Support LevelNotes
AzureWhisperStandard Support

Data Source

TypeExamplesCurrent Support LevelNotes
RDB/DWKnowledge Base, SharepointStandard Support
MySQLStandard Support
SQLServerStandard Support
Azure DatabricksStandard Support
SnowflakeStandard Support
Azure FabricStandard Support

Search Engine

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

Integration and Validation Requirements

  1. Unified API Standards

    • All models must be invoked through the unified Model Gateway service.
    • Request and response formats must comply with the SERVICEME model API specifications.
  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.