yumoqing 146ebb2b4a feat: add /v1/video/generations and /v1/image/generations API endpoints
- wwwroot/v1/video/generations/index.dspy: video generation endpoint
  Required params: model, llmcatelogid, prompt
  Supports async task submission via existing inference infrastructure

- wwwroot/v1/image/generations/index.dspy: image generation endpoint
  Required params: model, llmcatelogid, prompt
  Supports both sync and async models depending on config

Both endpoints follow the same pattern as /v1/chat/completions:
  1. Validate required params (model + llmcatelogid + prompt)
  2. Look up llm via llm_api_map join with catalog type
  3. Check customer balance
  4. Route to inference (async/sync based on model config)
2026-05-26 11:45:37 +08:00
..
2025-08-29 21:29:25 +08:00
2026-05-19 16:21:23 +08:00
2026-05-19 16:12:54 +08:00
2026-03-18 11:40:00 +08:00
2026-05-16 15:14:31 +08:00
2026-05-08 10:54:33 +08:00
2026-04-27 10:41:15 +08:00
2026-04-05 16:02:45 +08:00
2026-04-10 16:48:33 +08:00
2026-04-09 16:29:05 +08:00
2026-03-30 12:04:24 +08:00
2026-05-22 14:28:51 +08:00
2026-03-30 16:07:52 +08:00
2025-12-22 18:06:02 +08:00
2026-05-21 13:19:48 +08:00
2025-11-13 15:08:15 +08:00
2026-03-18 13:42:40 +08:00
2026-03-27 13:20:16 +08:00
2026-01-06 13:31:50 +08:00
2026-02-27 16:47:00 +08:00
2025-09-11 18:05:07 +08:00
2026-04-08 17:28:32 +08:00
2026-03-29 17:28:39 +08:00
2026-05-21 13:19:48 +08:00