Evose
GovernModel Platform

Model Definition

Register vendors and model instances · 6 capability types · Sampling parameters

The first step on the model platform: register vendors and model instances.

Two-Layer Structure

Vendor                    Model instance
─ OpenAI                  ─ gpt-4-turbo
─ Anthropic               ─ gpt-4o
─ Google                  ─ claude-3-5-sonnet
─ Azure                   ─ gemini-1.5-pro
─ Aliyun / Tencent / ByteDance ─ qwen-max
─ Self-hosted             ─ deepseek-v3 (local)
─ OpenAI-compatible       ─ ...

Each vendor has multiple model instances under it.

6 Capability Types

TypeUse
LLMChat · reasoning · function call
EmbeddingText/image vectorization (knowledge bases)
RerankingRe-order retrieval results
ImageImage generation
AudioSpeech synthesis / recognition
VideoVideo generation

Default model configuration supports per-type defaults.

Core Model Fields

FieldExample
Namegpt-4-turbo
Type / capabilityLLM / Embedding / ...
SamplingTemperature / TopP / max length
Context length128K
MetadataDescription / icon / default prompt

Detail Page

In the model detail you can:

  • View / edit name, description, icon
  • Tune LLM sampling (temperature 0-2 / TopP 0-1 / max output length)
  • Configure Embedding dimension and normalization
  • Configure Reranking TopN

Next Steps

On this page