本站地址https://api.allmhub.com 购买地址https://shop.allmhub.com/

ALLMHUB大模型API接口文档
  1. Chat格式
ALLMHUB大模型API接口文档
  • 【首次对接必读】对接指引
  • 本站BaseURL
  • API KEY获取
  • 在线调试说明
  • 身份验证
  • 发出请求
  • 聊天格式(Chat)
    • OpenAI官方格式
      • 聊天(Chat)
        • 聊天完成对象
        • 聊天完成块对象
        • 创建聊天补全 (流式)
        • 创建聊天补全 (非流)
        • 创建聊天识图 (流式)
        • 创建聊天识图 (流式) base64
        • 创建聊天识图 (非流)
        • 官方Function calling调用
        • 创建聊天函数调用
        • 创建结构化输出
        • 控制推理模型努力程度
      • 聊天(Responses)
        • Responses格式与Chat格式对比
        • 创建模型响应
        • 创建函数调用
        • 创建模型响应(流式返回)
        • 创建模型响应 (控制思考长度)
        • 创建网络搜索
        • 创建模型响应 gpt-5启用思考
        • 创建函数调用 Copy
      • 音频(Audio)
        • 创建语音
        • 创建转录
        • 创建翻译
      • 嵌入(Embeddings)
        • 嵌入对象
        • 创建嵌入
    • Gemini官方格式
      • 普通对话
      • 开启思考
      • 流式请求
      • 结构化输出
      • 函数调用
      • PDF识别
      • 图像识别
      • 视频识别
    • Claude官方格式
      • 普通对话
      • 流式请求
      • 开启思考
      • 图像识别
      • 函数调用
      • 内置联网
    • 【供参考】完整传参示例
      • OpenAI对话格式 - chat
      • OpenAI对话格式 - responses
      • Claude对话格式 - messages
      • Gemini对话格式 - v1beta
  • 图像模型(Images)
    • Nano Banana
      • 对接必读
      • Chat格式
        • Banana文生图
          POST
        • Banana图生图
          POST
      • Images格式
        • 创建图像
        • 图像编辑
      • 官方格式(只支持vip渠道)
        • 官方接口文档
        • Google Gemini生图
        • Google Gemini改图
        • Google Gemini生图 流式
        • Google Gemini改图 流式
    • GPT-4o-Image
      • 对接必读
      • Chat格式
        • GPT-4o文生图
        • GPT-4o图生图
      • Images格式
        • 创建图像
        • 图像编辑
    • Midjourney
      • 对接必读
      • 任务提交
        • 绘图变化(UPSCALE; VARIATION; REROLL)
        • 执行动作(所有的关联按钮动作UPSCALE; VARIATION; REROLL; ZOOM等)
        • 绘图变化-simple(UPSCALE; VARIATION; REROLL)
        • 提交Blend任务(图生图)
        • 提交Describe任务(图生文)
        • 提交Imagine任务(文生图、文图生图)
        • 提交Modal(提交局部重绘、ZOOM)
        • 提交Shorten任务(prompt分析)
        • 提交swap_face任务
      • 任务查询
        • 根据ID列表查询任务
        • 指定ID获取任务
        • 获取任务图片的seed
    • 即梦seedream
      • Chat格式
        • 即梦4文生图
        • 即梦4图生图
      • Images格式
        • 创建图像
        • 图像编辑
  • 视频模型(Videos)
    • Sora
      • 对接必读
      • OpenAI官方格式
        • 视频生成
        • 任务查询进度
      • Chat格式
        • 文生sora视频
        • 图生sora视频
    • Veo
      • 对接必读
      • OpenAI官方格式
        • 视频生成
        • 任务查询进度
      • Chat格式
        • 文生veo视频
        • 图生veo视频
    • Midjourney
      • 对接必读
      • MJ视频生成
      • 指定ID获取任务
  • 系统管理API
    • 令牌余额查询
    • 用户余额查询
    • 获取令牌支持模型
    • 获取令牌支持模型-gemini
  • 数据模型
    • Schemas
      • ErrorResponse
      • Blend提交参数
      • ChatCompletionRequest
      • ChatCompletionResponse
      • Describe提交参数
      • ResponsesRequest
      • ResponsesResponse
      • Filter
      • ClaudeRequest
      • ClaudeResponse
      • Imagine提交参数
      • EmbeddingRequest
      • EmbeddingResponse
      • Message«string»
      • ImageGenerationRequest
      • ImageResponse
      • Modal提交参数
      • AudioTranscriptionResponse
      • SpeechRequest
      • Shorten提交参数
      • RerankRequest
      • RerankResponse
      • SwapFace提交参数
      • VideoRequest
      • CheckActivationDTO
      • GeminiRequest
      • 任务
      • Discord账号
      • GeminiResponse
      • Map«string,object»
      • OpenAIVideoError
      • 任务查询参数
      • Message«Map«string,object»»
      • Message
      • Message«Void»
      • MessageContent
      • 变化任务提交参数
      • Option
      • ToolCall
      • Pageable
      • Tool
      • 变化任务提交参数-simple
      • Page«Map«string,object»»
      • ResponseFormat
      • Page«任务»
      • Usage
      • 执行动作参数
      • Sort
      • ClaudeMessage
      • TaskQueryDTO
      • 提交结果
      • 可执行按钮
      • 可执行按钮_1
      • 账号筛选条件
      • 激活服务参数
      • 账号修改参数
      • 账号创建参数
      • 账号查询参数
  1. Chat格式

Banana图生图

POST
https://api.allmhub.com/v1/chat/completions
官方文档:https://platform.openai.com/docs/api-reference/chat/create

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Header 参数

Body 参数application/json

示例
{
    "model": "gemini-2.5-flash-image-preview",
    "messages": [
        {
            "role": "user",
            "content": [
                {
                    "type": "text",
                    "text": "在一个阳光明媚的午后,一只小狗兴奋地趴在清澈的水碗旁,水面闪烁着金色的光芒。它的小爪子不时拍打着碗边,溅起微小的水花,清凉的水珠在阳光下如同细碎的宝石。狗狗的眼睛闪烁着快乐的光芒,舌头灵活地伸出,享受着这份简单而纯粹的幸福,整个画面散发着温暖而欢快的氛围。"
                },
                {
                    "type": "image_url",
                    "image_url": {
                        "url": "https://pics0.baidu.com/feed/95eef01f3a292df5bb492a886351f66a35a87314.jpeg?token=d5509946d9d92e1dcf75e677c5267e44"
                    }
                }
            ]
        }
    ],
    "stream": true
}

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.allmhub.com/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
    "model": "gemini-2.5-flash-image-preview",
    "messages": [
        {
            "role": "user",
            "content": [
                {
                    "type": "text",
                    "text": "在一个阳光明媚的午后,一只小狗兴奋地趴在清澈的水碗旁,水面闪烁着金色的光芒。它的小爪子不时拍打着碗边,溅起微小的水花,清凉的水珠在阳光下如同细碎的宝石。狗狗的眼睛闪烁着快乐的光芒,舌头灵活地伸出,享受着这份简单而纯粹的幸福,整个画面散发着温暖而欢快的氛围。"
                },
                {
                    "type": "image_url",
                    "image_url": {
                        "url": "https://pics0.baidu.com/feed/95eef01f3a292df5bb492a886351f66a35a87314.jpeg?token=d5509946d9d92e1dcf75e677c5267e44"
                    }
                }
            ]
        }
    ],
    "stream": true
}'

返回响应

🟢200OK
application/json
Body

示例
data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"role":"assistant"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"```json\n{\n    \"prompt\": \"在一个阳光明媚的午后,一只小狗兴奋地趴在清澈的水碗旁,水面闪烁着金色的光芒。它的小爪子不时拍打着碗边,溅起微小的水花,清凉的水珠在阳光下如同细碎的宝石。狗狗的眼睛闪烁着快乐的光芒,舌头灵活地伸出,享受着这份简单而纯粹的幸福,整个画面散发着温暖而欢快的氛围。\",\n    \"mode\": \"竖屏模式\"\n}\n```\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e ⌛️ 任务正在队列中,请耐心等待...\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:9.0%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:36.0%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:45.0%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:36.0%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:53.7%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:61.8%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:68.9%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:75.6%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:68.9%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:80.4%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:61.8%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:80.4%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:90.0%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:93.2%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:95.2%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e 🏃 进度:96.6%\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{"content":"\u003e ✅ 视频生成成功,[点击这里](https://midjourney-plus.oss-us-west-1.aliyuncs.com/sora/e987e9c4-d6f3-4858-a7db-fb2e92e80c4f.mp4) 查看视频~~~\n\n"},"logprobs":null,"finish_reason":null,"index":0}],"usage":null}

data: {"id":"foaicmpl-389b996c-d71c-45b9-bdd0-ec21b736c9b5","object":"chat.completion.chunk","created":1762737988,"model":"sora_video2","system_fingerprint":null,"choices":[{"delta":{},"logprobs":null,"finish_reason":"stop","index":0}],"usage":{"prompt_tokens":450,"completion_tokens":490,"total_tokens":940,"prompt_tokens_details":{"cached_tokens":0,"text_tokens":0,"audio_tokens":0,"image_tokens":0},"completion_tokens_details":{"text_tokens":0,"audio_tokens":0,"reasoning_tokens":0},"input_tokens":0,"output_tokens":0,"input_tokens_details":null}}

data: [DONE]

上一页
Banana文生图
下一页
创建图像
Built with