You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- 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"
- )
|