Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
|
- package constant
-
- type EndpointType string
-
- const (
- EndpointTypeOpenAI EndpointType = "openai"
- EndpointTypeOpenAIResponse EndpointType = "openai-response"
- EndpointTypeOpenAIResponseCompact EndpointType = "openai-response-compact"
- EndpointTypeAnthropic EndpointType = "anthropic"
- EndpointTypeGemini EndpointType = "gemini"
- EndpointTypeJinaRerank EndpointType = "jina-rerank"
- EndpointTypeImageGeneration EndpointType = "image-generation"
- EndpointTypeEmbeddings EndpointType = "embeddings"
- EndpointTypeOpenAIVideo EndpointType = "openai-video"
- //EndpointTypeMidjourney EndpointType = "midjourney-proxy"
- //EndpointTypeSuno EndpointType = "suno-proxy"
- //EndpointTypeKling EndpointType = "kling"
- //EndpointTypeJimeng EndpointType = "jimeng"
- )
|