1. 测试第三方API接口
数游科技 API接口文档
  • API Reference
    • Create Chat Completion
    • 刷新缓存接口
    • Get generation
  • AIGC 模型接口
    • 接口文档说明
    • OpenAI
      • 对话补全接口
      • 对话响应接口
      • 图片生成接口
      • 图片编辑接口
      • 图片变化接口
      • 视频生成接口
      • 视频查询接口
      • 视频下载接口
      • 音频-TTS文本转语音
      • 音频-ASR语音转文本
      • 向量生成接口
    • Google
      • Gemini 生成内容接口
      • Gemini 生成内容流式回答接口
      • Veo 视频生成接口
    • Anthropic
      • 对话消息接口
  • 通用API接口
    • 通用接口
  • AI管理
    • 阿里云百炼
      • 通用文本向量同步接口
    • 通用--chat/completions-对话补全接口
    • Deepseek--beta/completions-FIM补全接口
    • OpenAI-images/generations-文生图
    • OpenAI-images/edits-图像编辑
    • OpenAI-images/variations-图片变形接口
    • OpenAI-embeddings-文本向量化
    • OpenAI-moderations-检查文本或图片是否违规接口
    • OpenAI-audio/speech-文本转语音接口
    • OpenAI-audio/transcriptions-语音转文本接口
    • OpenAI-audio/translations-语音翻译接口
    • 阿里通义万相-文生图接口
    • 阿里通义万相-通用图像编辑接口
    • 阿里通义万相-人像风格重绘接口
    • 阿里通义万相-图像背景生成接口
    • 阿里通义万相-人物写真生成接口
    • 阿里通义万相-文字变形接口
    • 阿里通义万相-文字纹理接口
    • 通义万相-图片查询接口
  • 测试第三方API接口
    • openrouter-openai/gpt-5.1
      POST
    • openrouter-google/gemini-2.5-flash-image-preview
      POST
    • openrouter-google/gemini-3-pro-image-preview
      POST
    • openrouter-google/gemini-3-pro-preview
      POST
    • poloapi-sora-2-pro
      GET
    • openrouter-x-ai/grok-4.1-fast
      POST
    • zenmux-google/gemini-3-pro-image-preview
      POST
    • zenmux-google/gemini-3-pro-preview-free
      POST
    • minimaxi-image-01
      POST
    • ploapi-FaceSwap
      POST
    • pollinations.ai
      GET
    • pollinations.ai Copy
      GET
    • http://dzenkkupvrkm.sealosbja.site:1337/
      POST
    • openrouter-google/gemini-2.5-flash-image-preview Copy
      POST
    • openrouter-openai/gpt-5.1 Copy
      POST
    • openrouter-openai/gpt-5.1 Copy
      POST
    • https://openrouter.ai/api/v1/generation
      GET
    • work.poloapi.com/gpt5.1
      POST
    • openrouter-openai/gpt-5.1---供应商key
      POST
    • https://openrouter.ai/api/v1/generation---供应商key
      GET
    • openrouter-openai/gpt-5.1 Copy Copy
      POST
    • openrouter-openai/gpt-5.1---供应商key Copy
      POST
    • api.openaius.com/grok-4.1-fast
      POST
    • api.openaius.com/gpt-5.1
      POST
    • api.openaius.com/gpt-5.1 Copy
      POST
    • Replicate接口
      POST
    • 未命名接口
      POST
    • Fal接口
      POST
    • Fal Get接口
      GET
  1. 测试第三方API接口

Fal接口

开发中
POST
https://queue.fal.run/fal-ai/nano-banana

请求参数

Body 参数application/json

示例
{
    "prompt": "An action shot of a black lab swimming in an inground suburban swimming pool. The camera is placed meticulously on the water line, dividing the image in half, revealing both the dogs head above water holding a tennis ball in it's mouth, and it's paws paddling underwater.",
    "num_images": 1,
    "aspect_ratio": "1:1",
    "output_format": "png",
    "safety_tolerance": "1"
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location 'https://queue.fal.run/fal-ai/nano-banana' \
--header 'Content-Type: application/json' \
--data '{
    "prompt": "An action shot of a black lab swimming in an inground suburban swimming pool. The camera is placed meticulously on the water line, dividing the image in half, revealing both the dogs head above water holding a tennis ball in it'\''s mouth, and it'\''s paws paddling underwater.",
    "num_images": 1,
    "aspect_ratio": "1:1",
    "output_format": "png",
    "safety_tolerance": "1"
}'

返回响应

🟢200成功
application/json
Bodyapplication/json

示例
{}
上一页
未命名接口
下一页
Fal Get接口
Built with