# Nexconn-AI ## Docs - [Nexconn LLM API Service](https://nexconn-ai-docs.apifox.cn/8626348m0.md): - [Quick Start](https://nexconn-ai-docs.apifox.cn/8626349m0.md): - [Key Concepts and Terminology](https://nexconn-ai-docs.apifox.cn/8626350m0.md): - [Try Nexconn Large Model API Online](https://nexconn-ai-docs.apifox.cn/8626351m0.md): - [How to Get API-KEY](https://nexconn-ai-docs.apifox.cn/8626352m0.md): - [FAQ](https://nexconn-ai-docs.apifox.cn/8626353m0.md): ## API Docs - Model [Model List](https://nexconn-ai-docs.apifox.cn/449311193e0.md): - Chat > Bypass Interface [Bypass Anthropic Protocol](https://nexconn-ai-docs.apifox.cn/449311198e0.md): This interface allows direct invocation of Claude series models via the Anthropic protocol - Chat > Bypass Interface [bypass Vertex/Gemini protocol](https://nexconn-ai-docs.apifox.cn/449311199e0.md): This interface allows calling gemini models through vertex/gemini protocol format, - Chat > Bypass Interface [bypass Responses protocol](https://nexconn-ai-docs.apifox.cn/449311200e0.md): This interface allows direct invocation of GPT-series models using the response API protocol - Chat > gemini-3.1-pro-preview [gemini-3.1-pro-preview reasoning](https://nexconn-ai-docs.apifox.cn/449311201e0.md): ## Notes for Reasoning Mode - Chat > gemini-3.1-pro-preview [gemini-3.1-pro-preview qfile](https://nexconn-ai-docs.apifox.cn/449311202e0.md): - Chat > gemini-2.5-pro [gemini-2.5-pro reasoning](https://nexconn-ai-docs.apifox.cn/449311203e0.md): You can use the reasoning_effort and thinking fields to control reasoning length - Chat > openai/gpt-5 [openai/gpt-5 reasoning](https://nexconn-ai-docs.apifox.cn/449311204e0.md): The openai/gpt-5 model uses the reasoning_effort field to control reasoning level - Chat > openai/gpt-5.2 [openai/gpt-5.2 Reasoning](https://nexconn-ai-docs.apifox.cn/449311205e0.md): # Reasoning - Chat > openai/gpt-5.2-codex [openai/gpt-5.2-codex](https://nexconn-ai-docs.apifox.cn/449311206e0.md): - Chat > gemini-2.5-flash [gemini-2.5-flash Reasoning](https://nexconn-ai-docs.apifox.cn/449311207e0.md): You can use the reasoning_effort and thinking fields to control reasoning length - Chat > claude-4.5-sonnet [claude-4.5-sonnet reasoning](https://nexconn-ai-docs.apifox.cn/449311208e0.md): - Chat > claude-4.6-opus [claude-4.6-opus reasoning](https://nexconn-ai-docs.apifox.cn/449311209e0.md): Reference https://platform.claude.com/docs/zh-CN/build-with-claude/adaptive-thinking - Chat > deepseek/deepseek-v3.2-251201 [deepseek/deepseek-v3.2-251201 reasoning](https://nexconn-ai-docs.apifox.cn/449311210e0.md): - Chat > deepseek-v3 [Chat](https://nexconn-ai-docs.apifox.cn/449311211e0.md): - Chat > claude-3.7-sonnet [Chat completion](https://nexconn-ai-docs.apifox.cn/449311212e0.md): - Chat > doubao-seed-1.6 [doubao-seed-1.6](https://nexconn-ai-docs.apifox.cn/449311213e0.md): - Chat > qwen3-max-2026-01-23 [Chat completion](https://nexconn-ai-docs.apifox.cn/449311214e0.md): - Chat > moonshotai/kimi-k2.5 [Chat completion](https://nexconn-ai-docs.apifox.cn/449311215e0.md): - Chat [Chat completion](https://nexconn-ai-docs.apifox.cn/449311196e0.md): - Chat [Anthropic Protocol](https://nexconn-ai-docs.apifox.cn/449311197e0.md): - Video > Veo [Create Video Generation Task](https://nexconn-ai-docs.apifox.cn/449311216e0.md): Submit an asynchronous video generation task. After successful task creation, a task ID is returned. You can query the task status and results via GET `/videos/generations/{id}`. - Video > Veo [Query Video Generation Task](https://nexconn-ai-docs.apifox.cn/449311217e0.md): Query the status and results of a video generation task by task ID. After task completion, the `data.videos` field in the response contains the generated video download links (valid for 14 days). - Video > sora-2 [Create Video Generation Task](https://nexconn-ai-docs.apifox.cn/449311218e0.md): Create a video generation task, supporting text-to-video and image-to-video. After submission, a task ID is returned. Use the query API to poll the task status and retrieve the generated video. - Video > sora-2 [Query Video Generation Status](https://nexconn-ai-docs.apifox.cn/449311219e0.md): Query video generation status and results by video task ID. Recommended to poll periodically until status becomes completed or failed. - Video > sora-2 [Video Remix](https://nexconn-ai-docs.apifox.cn/449311220e0.md): Based on a completed video task, regenerate the video using a new prompt. Maintains the original video's duration and resolution. - Video > sora-2-pro [Create Video Generation Task](https://nexconn-ai-docs.apifox.cn/449311221e0.md): Create a video generation task, supporting text-to-video and image-to-video. After submission, a task ID will be returned. You need to use the query interface to poll the task status and retrieve the generated video. - Video > sora-2-pro [Query Video Generation Status](https://nexconn-ai-docs.apifox.cn/449311222e0.md): Query video generation status and results by video task ID. Recommended to poll periodically until status becomes completed or failed. - Video > sora-2-pro [Video Remix](https://nexconn-ai-docs.apifox.cn/449311223e0.md): Based on a completed video task, regenerate the video using a new prompt. Maintains the original video's duration and resolution. - Video > kling-v2-1 [Create Video Task](https://nexconn-ai-docs.apifox.cn/449311224e0.md): Create a video generation task using the kling-v2-1 model. Supports image-to-video and first/last frame reference generation, does not support pure text-to-video. After submission, a task ID is returned. You need to use the query interface to poll the task status and retrieve the generated video. - Video > kling-v2-1 [Query Video Generation Status](https://nexconn-ai-docs.apifox.cn/449311225e0.md): Query the video generation status and result of the kling-v2-1 model by video task ID. It is recommended to poll periodically until the status becomes completed or failed. - Video > kling-v2-5-turbo [Create Video Task](https://nexconn-ai-docs.apifox.cn/449311226e0.md): Create a video generation task using the kling-v2-5-turbo model. Supports full functionality including text-to-video, image-to-video, video-to-video, and first/last frame reference generation. After submission, a task ID is returned. You need to use the query interface to poll the task status and retrieve the generated video. - Video > kling-v2-5-turbo [Query Video Generation Status](https://nexconn-ai-docs.apifox.cn/449311227e0.md): Query the video generation status and result of the kling-v2-5-turbo model by video task ID. It is recommended to poll periodically until the status becomes completed or failed. - Video > kling-v2-6 [Create Video Task](https://nexconn-ai-docs.apifox.cn/449311228e0.md): Create a video generation task using the Kling v2.6 model, supporting text-to-video, image-to-video, multi-image-to-video, video with audio, and motion control. After successful task creation, a task ID is returned immediately. Video generation is processed asynchronously, and results need to be retrieved through the query interface. - Video > kling-v2-6 [Query Video Generation Status](https://nexconn-ai-docs.apifox.cn/449311229e0.md): Query the current status and result of a video generation task. Retrieve task details by task ID, including generation progress, completion status, video URL, and other information. - Video > kling-v3 [Create Video Task](https://nexconn-ai-docs.apifox.cn/449311230e0.md): - Video > kling-v3 [Query Video Generation Status](https://nexconn-ai-docs.apifox.cn/449311231e0.md): Query the current status and result of a video generation task. Retrieve task details by task ID, including generation progress, completion status, video URL, and other information. - Video > kling-video-o1 [Create Video Task](https://nexconn-ai-docs.apifox.cn/449311232e0.md): Create a video generation task using the kling-video-o1 model. Supports full functionality including text-to-video, image-to-video, video-to-video, and first/last frame reference generation. After submission, a task ID is returned. You need to use the query interface to poll the task status and retrieve the generated video. - Video > kling-video-o1 [Query Video Generation Status](https://nexconn-ai-docs.apifox.cn/449311233e0.md): Query the video generation status and result of the kling-video-o1 model by video task ID. It is recommended to poll periodically until the status becomes completed or failed. - Video > kling-v3-omni [Create Video Task](https://nexconn-ai-docs.apifox.cn/449311234e0.md): - Video > kling-v3-omni [Query Video Generation Status](https://nexconn-ai-docs.apifox.cn/449311235e0.md): Query the video generation status and result of the kling-v3-omni model by video task ID. It is recommended to poll periodically until the status becomes completed or failed. - Video > bytedance/doubao-seedance-2-0-260128 [Create Video Generation Task](https://nexconn-ai-docs.apifox.cn/449311242e0.md): | Item | Description | - Video > bytedance/doubao-seedance-2-0-260128 [Query Video Generation Task](https://nexconn-ai-docs.apifox.cn/449311243e0.md): Query video generation task status and results by task `id`. - Video > vidu > viduq1 [Create text-to-video task](https://nexconn-ai-docs.apifox.cn/449311244e0.md): Create text-to-video task, returns task ID and URLs to query task status and results - Video > vidu > viduq1 [Create reference to video task - Non-subject invocation (video generation) ](https://nexconn-ai-docs.apifox.cn/449311245e0.md): Create reference to video task. Reference to video includes video with audio output and video output functions. Both use the same interface address and request method, with different request bodies. Refer to examples below. - Video > vidu > viduq1 [Create reference to video task - Subject invocation (supports video with audio function)](https://nexconn-ai-docs.apifox.cn/449311246e0.md): Create reference to video task. Reference to video includes video with audio output and video output functions. Both use the same interface address and request method, with different request bodies. Refer to examples below. - Video > vidu > viduq1 [Query task status](https://nexconn-ai-docs.apifox.cn/449311247e0.md): Query video task status by request_id - Video > vidu > viduq1 [Query task results](https://nexconn-ai-docs.apifox.cn/449311248e0.md): Query video task results by request_id - Video > vidu > viduq2 [Create text-to-video task](https://nexconn-ai-docs.apifox.cn/449311249e0.md): Create text-to-video task, returns task ID and URLs to query task status and results - Video > vidu > viduq2 [Create reference to video task - Non-subject invocation (video generation](https://nexconn-ai-docs.apifox.cn/449311250e0.md): Create reference to video task. Reference to video includes video with audio output and video output functions. Both use the same interface address and request method, with different request bodies. Refer to examples below. - Video > vidu > viduq2 [Create reference to video task - Subject invocation (supports video with audio function)](https://nexconn-ai-docs.apifox.cn/449311251e0.md): Create reference to video task. Reference to video includes video with audio output and video output functions. Both use the same interface address and request method, with different request bodies. Refer to examples below. - Video > vidu > viduq2 [Query task status](https://nexconn-ai-docs.apifox.cn/449311252e0.md): Query video task status by request_id - Video > vidu > viduq2 [Query task results](https://nexconn-ai-docs.apifox.cn/449311253e0.md): Query video task results by request_id - Video > vidu > viduq2-pro [Create Image-to-Video Task](https://nexconn-ai-docs.apifox.cn/449311254e0.md): Create image-to-video task, returns task ID and URLs to query task status and results - Video > vidu > viduq2-pro [Create First and Last Frame to Video Task](https://nexconn-ai-docs.apifox.cn/449311255e0.md): Create first and last frame to video task, returns task ID and URLs to query task status and results - Video > vidu > viduq2-pro [Create reference video generation task - non-subject invocation (video generation)](https://nexconn-ai-docs.apifox.cn/449311256e0.md): Create reference to video task. Reference to video includes video with audio output and video output functions. Both use the same interface address and request method, with different request bodies. Refer to examples below. - Video > vidu > viduq2-pro [Query task status](https://nexconn-ai-docs.apifox.cn/449311257e0.md): Query video task status by request_id - Video > vidu > viduq2-pro [Query task results](https://nexconn-ai-docs.apifox.cn/449311258e0.md): Query video task results by request_id - Video > vidu > viduq2-turbo [Create Image-to-Video Task](https://nexconn-ai-docs.apifox.cn/449311259e0.md): Create image-to-video task, returns task ID and URLs to query task status and results - Video > vidu > viduq2-turbo [Create First and Last Frame to Video Task](https://nexconn-ai-docs.apifox.cn/449311260e0.md): Create first and last frame to video task, returns task ID and URLs to query task status and results - Video > vidu > viduq2-turbo [Query task status](https://nexconn-ai-docs.apifox.cn/449311261e0.md): Query video task status by request_id - Video > vidu > viduq2-turbo [Query task results](https://nexconn-ai-docs.apifox.cn/449311262e0.md): Query video task results by request_id - Video > vidu > viduq3-pro [Create Image-to-Video Task](https://nexconn-ai-docs.apifox.cn/449311263e0.md): Create image-to-video task, returns task ID and URLs to query task status and results - Video > vidu > viduq3-pro [Create text-to-video task](https://nexconn-ai-docs.apifox.cn/449311264e0.md): Create text-to-video task, returns task ID and URLs to query task status and results - Video > vidu > viduq3-pro [Create First and Last Frame to Video Task](https://nexconn-ai-docs.apifox.cn/449311265e0.md): Create first and last frame to video task, returns task ID and URLs to query task status and results - Video > vidu > viduq3-pro [Query task status](https://nexconn-ai-docs.apifox.cn/449311266e0.md): Query video task status by request_id - Video > vidu > viduq3-pro [Query task results](https://nexconn-ai-docs.apifox.cn/449311267e0.md): Query video task results by request_id - Video > vidu > viduq3-turbo [Create Image-to-Video Task](https://nexconn-ai-docs.apifox.cn/449311268e0.md): Create image-to-video task, returns task ID and URLs to query task status and results - Video > vidu > viduq3-turbo [Create text-to-video task](https://nexconn-ai-docs.apifox.cn/449311269e0.md): Create text-to-video task, returns task ID and URLs to query task status and results - Video > vidu > viduq3-turbo [Create First and Last Frame to Video Task](https://nexconn-ai-docs.apifox.cn/449311270e0.md): Create first and last frame to video task, returns task ID and URLs to query task status and results - Video > vidu > viduq3-turbo [Query task status](https://nexconn-ai-docs.apifox.cn/449311271e0.md): Query video task status by request_id - Video > vidu > viduq3-turbo [Query task results](https://nexconn-ai-docs.apifox.cn/449311272e0.md): Query video task results by request_id - Image Generation > kling-v1 [Create text-to-image or single image-to-image task](https://nexconn-ai-docs.apifox.cn/449311273e0.md): Generate images from text descriptions (text-to-image) or create new images based on a single reference image (single image-to-image) using the Kling V1 model. Returns task ID for subsequent queries - Image Generation > kling-v1 [Query task status](https://nexconn-ai-docs.apifox.cn/449311274e0.md): Query image generation status and results by task ID - Image Generation > kling-v1-5 [Create text-to-image or single image-to-image task](https://nexconn-ai-docs.apifox.cn/449311275e0.md): Generate images from text descriptions (text-to-image) or create new images based on a single reference image (single image-to-image) using the Kling V1.5 model. Supports subject reference and face reference features. Returns task ID for subsequent queries - Image Generation > kling-v1-5 [Query task status](https://nexconn-ai-docs.apifox.cn/449311276e0.md): Query image generation status and results by task ID - Image Generation > kling-v2 [Create text-to-image or single image-to-image task](https://nexconn-ai-docs.apifox.cn/449311277e0.md): Generate images from text descriptions (text-to-image) or create new images based on a single reference image (single image-to-image) using the Kling V2 model. Returns task ID for subsequent queries - Image Generation > kling-v2 [Create multi-image-to-image task](https://nexconn-ai-docs.apifox.cn/449311278e0.md): Generate new images based on multiple reference images and text descriptions using the Kling V2 model. Requires 2 or more reference images, supports multiple reference image types. Returns task ID for subsequent queries - Image Generation > kling-v2 [Query task status](https://nexconn-ai-docs.apifox.cn/449311279e0.md): Query image generation status and results by task ID - Image Generation > kling-v2-new [Create single image-to-image task](https://nexconn-ai-docs.apifox.cn/449311280e0.md): Generate new images based on a single reference image (single image-to-image) using the Kling V2-New model. Returns task ID for subsequent queries - Image Generation > kling-v2-new [Query task status](https://nexconn-ai-docs.apifox.cn/449311281e0.md): Query image generation status and results by task ID - Image Generation > kling-v2-1 [Create text-to-image or single image-to-image task](https://nexconn-ai-docs.apifox.cn/449311282e0.md): Generate images from text descriptions (text-to-image) or create new images based on a single reference image (single image-to-image) using the Kling V2.1 model. Returns task ID for subsequent queries - Image Generation > kling-v2-1 [Create multi-image-to-image task](https://nexconn-ai-docs.apifox.cn/449311283e0.md): Generate new images based on multiple reference images and text descriptions using the Kling V2.1 model. Requires 2 or more reference images. Returns task ID for subsequent queries - Image Generation > kling-v2-1 [Query task status](https://nexconn-ai-docs.apifox.cn/449311284e0.md): Query image generation status and results by task ID - Image Generation > gemini-2.5-flash-image [Chat interface - supports text-to-image, image-to-image, and pure conversation](https://nexconn-ai-docs.apifox.cn/449311285e0.md): Universal chat interface supporting Gemini model's text-to-image, image-to-image, and pure conversation features. - Image Generation > gemini-2.5-flash-image [Text-to-image API - Generate images from text descriptions](https://nexconn-ai-docs.apifox.cn/449311286e0.md): Generate new images from text descriptions, supporting multiple aspect ratio configurations. Output resolution is 1K. - Image Generation > gemini-2.5-flash-image [Image-to-image API - Generate new images based on input images](https://nexconn-ai-docs.apifox.cn/449311287e0.md): Generate new images based on input images and text descriptions, supporting image editing, style transfer, and content modification. Output resolution is 1K. - Image Generation > gemini-3.0-pro-image-preview [Chat interface - supports text-to-image, image-to-image, and pure conversation](https://nexconn-ai-docs.apifox.cn/449311288e0.md): Universal conversation API supporting Gemini model's text-to-image, image-to-image, and pure conversation capabilities. - Image Generation > gemini-3.0-pro-image-preview [Text-to-image API - Generate images from text descriptions](https://nexconn-ai-docs.apifox.cn/449311289e0.md): Generate new images from text descriptions, supporting multiple resolution and aspect ratio configurations. - Image Generation > gemini-3.0-pro-image-preview [Image-to-image API - Generate new images based on input images](https://nexconn-ai-docs.apifox.cn/449311290e0.md): Generate new images based on input images and text descriptions, supporting image editing, style transfer, and content modification. - Image Generation > gemini-3.1-flash-image-preview [Chat interface - supports text-to-image, image-to-image, and pure conversation](https://nexconn-ai-docs.apifox.cn/449311291e0.md): Universal conversation API supporting Gemini model's text-to-image, image-to-image, and pure conversation capabilities. - Image Generation > gemini-3.1-flash-image-preview [Text-to-image API - Generate images from text descriptions](https://nexconn-ai-docs.apifox.cn/449311292e0.md): Generate new images from text descriptions, supporting multiple resolution and aspect ratio configurations. - Image Generation > gemini-3.1-flash-image-preview [Image-to-image API - Generate new images based on input images](https://nexconn-ai-docs.apifox.cn/449311293e0.md): Generate new images based on input images and text descriptions, supporting image editing, style transfer, and content modification. - Image Generation > kling-image-o1 [Create image generation task](https://nexconn-ai-docs.apifox.cn/449311294e0.md): Create KeLing OmniImage image generation task. Supports multimodal input methods including text prompts and reference images. Tasks are executed asynchronously. After successful creation, a task ID is returned, and results must be retrieved through the query API. - Image Generation > kling-image-o1 [Query image generation task](https://nexconn-ai-docs.apifox.cn/449311295e0.md): Query the status and results of an image generation task by task ID. After task completion, returns a list of generated image URLs. - Image Generation > kling-image-o1 [Get Result](https://nexconn-ai-docs.apifox.cn/449311296e0.md): Query the status and results of an image generation task by task ID. After task completion, returns a list of generated image URLs. - Files [Create file upload task](https://nexconn-ai-docs.apifox.cn/449311297e0.md): ### File Upload - Files [Query file status](https://nexconn-ai-docs.apifox.cn/449311298e0.md): Query detailed information and current status of a file by file ID. - Files [List user files](https://nexconn-ai-docs.apifox.cn/449311299e0.md): Get the current user's file list. Supports filtering by status and cursor pagination. ## Schemas - Chat [ChatCompletionRequest](https://nexconn-ai-docs.apifox.cn/268386716d0.md): - Chat [ChatCompletionRequestMessage](https://nexconn-ai-docs.apifox.cn/268386717d0.md): - Chat [ToolObject](https://nexconn-ai-docs.apifox.cn/268386718d0.md): - Chat [ChatTemplateKwargs](https://nexconn-ai-docs.apifox.cn/268386719d0.md): - Chat [ThinkType](https://nexconn-ai-docs.apifox.cn/268386720d0.md): - Chat [ReasoningType](https://nexconn-ai-docs.apifox.cn/268386721d0.md): - Chat [ImageConfig](https://nexconn-ai-docs.apifox.cn/268386722d0.md): - Chat [SafetySetting](https://nexconn-ai-docs.apifox.cn/268386723d0.md): - Chat [MessageContent](https://nexconn-ai-docs.apifox.cn/268386724d0.md): - Chat [ImageUrl](https://nexconn-ai-docs.apifox.cn/268386725d0.md): - Chat [VideoUrl](https://nexconn-ai-docs.apifox.cn/268386726d0.md): - Chat [InputAudio](https://nexconn-ai-docs.apifox.cn/268386727d0.md): - Chat [FileUrl](https://nexconn-ai-docs.apifox.cn/268386728d0.md): - Chat [CacheControl](https://nexconn-ai-docs.apifox.cn/268386729d0.md): - Chat [FunctionCall](https://nexconn-ai-docs.apifox.cn/268386730d0.md): - Chat [ToolCall](https://nexconn-ai-docs.apifox.cn/268386731d0.md): - Chat [ToolCallFunction](https://nexconn-ai-docs.apifox.cn/268386732d0.md): - Chat [Image](https://nexconn-ai-docs.apifox.cn/268386733d0.md): - Chat [ThinkingBlock](https://nexconn-ai-docs.apifox.cn/268386734d0.md): - Chat [ToolFunction](https://nexconn-ai-docs.apifox.cn/268386735d0.md): - Chat [ToolParameters](https://nexconn-ai-docs.apifox.cn/268386736d0.md): - Video > kling-v2-1 [KlingV21CreateRequest](https://nexconn-ai-docs.apifox.cn/268386738d0.md): - Video > kling-v2-1 [KlingV21CreateResponse](https://nexconn-ai-docs.apifox.cn/268386739d0.md): - Video > kling-v2-1 [KlingV21StatusResponse](https://nexconn-ai-docs.apifox.cn/268386740d0.md): - Video > kling-v2-5-turbo [KlingV25TurboCreateRequest](https://nexconn-ai-docs.apifox.cn/268386741d0.md): - Video > kling-v2-5-turbo [KlingV25TurboCreateResponse](https://nexconn-ai-docs.apifox.cn/268386742d0.md): - Video > kling-v2-5-turbo [KlingV25TurboStatusResponse](https://nexconn-ai-docs.apifox.cn/268386743d0.md): - Video > kling-video-o1 [KlingVideoO1CreateRequest](https://nexconn-ai-docs.apifox.cn/268386744d0.md): - Video > kling-video-o1 [KlingVideoO1CreateResponse](https://nexconn-ai-docs.apifox.cn/268386745d0.md): - Video > kling-video-o1 [KlingVideoO1StatusResponse](https://nexconn-ai-docs.apifox.cn/268386746d0.md): - Video > kling-v3-omni [KlingV3OmniCreateRequest](https://nexconn-ai-docs.apifox.cn/268386747d0.md): - Video > kling-v3 [KlingV3CreateRequest ](https://nexconn-ai-docs.apifox.cn/268386748d0.md): - Video > kling-v2-6 [KlingV26CreateRequest](https://nexconn-ai-docs.apifox.cn/268386749d0.md): - Video > kling-v2-6 [KlingV26CreateResponse](https://nexconn-ai-docs.apifox.cn/268386750d0.md): - Video > kling-v2-6 [KlingV26VideoStatusResponse](https://nexconn-ai-docs.apifox.cn/268386751d0.md): - Video > Veo [CreateVideoGenerationRequest](https://nexconn-ai-docs.apifox.cn/268386752d0.md): - Video > Veo [CreateVideoGenerationResponse](https://nexconn-ai-docs.apifox.cn/268386753d0.md): - Video > Veo [VideoGenerationJobInfo](https://nexconn-ai-docs.apifox.cn/268386754d0.md): - Video > Veo [ErrorResponse](https://nexconn-ai-docs.apifox.cn/268386755d0.md): - Video > Veo [Instance](https://nexconn-ai-docs.apifox.cn/268386756d0.md): - Video > Veo [ImageInput](https://nexconn-ai-docs.apifox.cn/268386757d0.md): - Video > Veo [LastFrameInput](https://nexconn-ai-docs.apifox.cn/268386758d0.md): - Video > Veo [VideoInput](https://nexconn-ai-docs.apifox.cn/268386759d0.md): - Video > Veo [ReferenceImage](https://nexconn-ai-docs.apifox.cn/268386760d0.md): - Video > Veo [Parameters](https://nexconn-ai-docs.apifox.cn/268386761d0.md): - Video > Veo [VideoGenerationData](https://nexconn-ai-docs.apifox.cn/268386762d0.md): - Video > Veo [VideoResult](https://nexconn-ai-docs.apifox.cn/268386763d0.md): - Video [VideoCreateResponse](https://nexconn-ai-docs.apifox.cn/268386737d0.md): - Image Generation > kling-v1 [KlingV1CreateImageRequest](https://nexconn-ai-docs.apifox.cn/268386774d0.md): - Image Generation > kling-v1-5 [KlingV15CreateImageRequest](https://nexconn-ai-docs.apifox.cn/268386775d0.md): - Image Generation > kling-v2 [KlingV2CreateImageRequest](https://nexconn-ai-docs.apifox.cn/268386776d0.md): - Image Generation > kling-v2 [KlingV2EditImageRequest](https://nexconn-ai-docs.apifox.cn/268386777d0.md): - Image Generation > kling-v2-new [KlingV2NewCreateImageRequest](https://nexconn-ai-docs.apifox.cn/268386778d0.md): - Image Generation > kling-v2-1 [KlingV21CreateImageRequest](https://nexconn-ai-docs.apifox.cn/268386779d0.md): - Image Generation > kling-v2-1 [KlingV21EditImageRequest](https://nexconn-ai-docs.apifox.cn/268386780d0.md): - Image Generation > gemini-2.5-flash-image [Gemini25FlashImageChatCompletionRequest](https://nexconn-ai-docs.apifox.cn/268386781d0.md): - Image Generation > gemini-2.5-flash-image [Gemini25FlashImageGenerationRequest](https://nexconn-ai-docs.apifox.cn/268386782d0.md): - Image Generation > gemini-2.5-flash-image [Gemini25FlashImageEditRequest](https://nexconn-ai-docs.apifox.cn/268386783d0.md): - Image Generation > gemini-2.5-flash-image [Gemini25FlashImageConfig](https://nexconn-ai-docs.apifox.cn/268386784d0.md): - Image Generation > gemini-3.0-pro-image-preview [Gemini30ProImageChatCompletionRequest](https://nexconn-ai-docs.apifox.cn/268386785d0.md): - Image Generation > gemini-3.0-pro-image-preview [Gemini30ProImageGenerationRequest](https://nexconn-ai-docs.apifox.cn/268386786d0.md): - Image Generation > gemini-3.0-pro-image-preview [Gemini30ProImageEditRequest](https://nexconn-ai-docs.apifox.cn/268386787d0.md): - Image Generation > gemini-3.0-pro-image-preview [Gemini30ProImageConfig](https://nexconn-ai-docs.apifox.cn/268386788d0.md): - Image Generation [KlingImageTaskResponse](https://nexconn-ai-docs.apifox.cn/268386764d0.md): - Image Generation [KlingImageTaskStatusResponse](https://nexconn-ai-docs.apifox.cn/268386765d0.md): - Image Generation [ChatCompletionResponse](https://nexconn-ai-docs.apifox.cn/268386766d0.md): - Image Generation [ImageGenerationResponse](https://nexconn-ai-docs.apifox.cn/268386767d0.md): - Image Generation [CreateOmniImageRequest](https://nexconn-ai-docs.apifox.cn/268386768d0.md): - Image Generation [Gemini31FlashImageChatCompletionRequest](https://nexconn-ai-docs.apifox.cn/268386769d0.md): - Image Generation [Gemini31FlashImageGenerationRequest](https://nexconn-ai-docs.apifox.cn/268386770d0.md): - Image Generation [Gemini31FlashImageEditRequest](https://nexconn-ai-docs.apifox.cn/268386771d0.md): - Image Generation [ChatMessage](https://nexconn-ai-docs.apifox.cn/268386772d0.md): - Image Generation [Gemini31FlashImageConfig](https://nexconn-ai-docs.apifox.cn/268386773d0.md): - [CreateFileRequest](https://nexconn-ai-docs.apifox.cn/268386789d0.md): - [QueueStatus](https://nexconn-ai-docs.apifox.cn/268386790d0.md): - [ContentItem](https://nexconn-ai-docs.apifox.cn/268386791d0.md): - [FileResponse](https://nexconn-ai-docs.apifox.cn/268386792d0.md): - [Veo31FastFirstLastFrameToVideoInput](https://nexconn-ai-docs.apifox.cn/268386793d0.md): - [ToolItem](https://nexconn-ai-docs.apifox.cn/268386794d0.md): - [CreateVideoTaskResponse](https://nexconn-ai-docs.apifox.cn/268386795d0.md): - [FileListResponse](https://nexconn-ai-docs.apifox.cn/268386796d0.md): - [ApiErrorBody](https://nexconn-ai-docs.apifox.cn/268386797d0.md): - [FileDeleteResponse](https://nexconn-ai-docs.apifox.cn/268386798d0.md): - [GetVideoTaskResponse](https://nexconn-ai-docs.apifox.cn/268386799d0.md): - [Veo31FastImageToVideoInput](https://nexconn-ai-docs.apifox.cn/268386800d0.md): - [Veo31FastImageToVideoOutput](https://nexconn-ai-docs.apifox.cn/268386801d0.md): - [ChatCompletionResponse](https://nexconn-ai-docs.apifox.cn/268386802d0.md): - [FileError](https://nexconn-ai-docs.apifox.cn/268386803d0.md): - [ImageGenerationResponse](https://nexconn-ai-docs.apifox.cn/268386804d0.md): - [ErrorResponse](https://nexconn-ai-docs.apifox.cn/268386805d0.md): - [KodoSource](https://nexconn-ai-docs.apifox.cn/268386806d0.md): - [File](https://nexconn-ai-docs.apifox.cn/268386807d0.md): - [ImageUrlObject](https://nexconn-ai-docs.apifox.cn/268386808d0.md): - [VideoUrlObject](https://nexconn-ai-docs.apifox.cn/268386809d0.md): - [AudioUrlObject](https://nexconn-ai-docs.apifox.cn/268386810d0.md): - [DraftTaskObject](https://nexconn-ai-docs.apifox.cn/268386811d0.md): - [ChatMessage](https://nexconn-ai-docs.apifox.cn/268386812d0.md): - [VideoTaskOutputContent](https://nexconn-ai-docs.apifox.cn/268386813d0.md): - [VideoTaskToolUsageItem](https://nexconn-ai-docs.apifox.cn/268386814d0.md): - [VideoTaskUsage](https://nexconn-ai-docs.apifox.cn/268386815d0.md):