feat: add support for Sora channel type and OpenAI video endpoint

This commit is contained in:
CaIon
2025-10-13 19:21:21 +08:00
parent 826ef2e5a6
commit 18b945b9c5
2 changed files with 3 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ const (
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"