1. 系统接口
ai.yijiarj.cn文档
  • 引言
  • 教程文档
    • 一加API充值教程
    • 文本对话模型使用方法
    • openclaw 小龙虾使用我们网站模型教程
    • 程序员写代码必备 claude code使用claude模型连接一加使用教程
    • sora教程文件夹
      • sora2使用教程方法①推荐使用
      • 生成角色:人物、物品一致性教程(实现人物、声音完全一致)
      • 局部修改remix使用教程
      • 分镜模式(故事板)使用教程
      • sora2使用教程方法②cherry studio版(不建议用这个太繁琐,建议用第一个教程)
      • 视频及角色常见违规情况
      • 新系统工作流使用方法
  • API接口文档
    • 接口调用流程
    • 共用接口
      • 通用任务进度查询
      • openai聊天接口
      • form-data文件file格式传输样例
    • 系统接口
      • 查询令牌额度情况
        GET
      • 获取模型实时价格
        GET
    • sora-2
      • 创建视频-yijia模型
      • 创建视频-非yijia模型
      • 编辑视频-非yijia模型
      • 创建角色
      • 查询角色
      • 删除角色
      • 获取视频文件内容接口-非yijia模型
      • 获取角色信息列表
    • veo
      • 自建分组创建视频
      • 创建veo_3_1-fast视频
      • 查询veo_3_1-fast任务
    • grok
      • grok视频生成
    • 香蕉
      • 香蕉生图-自建分组
      • nano-banana-2模型
      • 香蕉pro文/图生图(异步)-仅适用yijia模型
      • 香蕉-文/图生图-不适用yijia模型
    • chatgpt
      • gpt文本对话
    • 即梦seedance
      • 创建视频任务
    • gemini聊天接口
      POST
    • chat聊天接口(流式输出)
      POST
    • Sora2图生视频(异步请求)-链接传图片
      POST
    • (即将废弃,请调用链接传图片接口)Sora2图生视频(异步请求)
      POST
  • 其他第三方接入教程
    • 扣子工作流使用一加API官方接口教程
  1. 系统接口

获取模型实时价格

国内线路(大带宽)
https://api.yijiarj.cn
国内线路(大带宽)
https://api.yijiarj.cn
GET
/api/pricing
拿到的价格一定要×模型的倍率才是最终价格。模型倍率在返回的json:group_ratio里面。

请求参数

Header 参数

返回响应

🟢200成功
application/json
Body

请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.yijiarj.cn/api/pricing' \
--header 'Authorization: Bearer '
响应示例响应示例
{
    "_": "a42d372ccf0b5dd13ecf71203521f9d2",
    "auto_groups": [
        "default",
        "zijian"
    ],
    "data": [
        {
            "model_name": "nano_banana_pro-4K",
            "tags": "绘图",
            "vendor_id": 18,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.21,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "zijian"
            ],
            "supported_endpoint_types": [
                "openai"
            ],
            "pricing_version": "82c4a357505fff6fee8462c3f7ec8a645bb95532669cb73b2cabee6a416ec24f"
        },
        {
            "model_name": "sora_video2-landscape-10s",
            "description": "横屏10秒",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.13,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora-free",
                "sora-plus",
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora_video2-pro-hd-portrait-10s",
            "description": "pro超清竖屏10秒",
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.65,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora_video2-pro-hd-portrait-15s",
            "description": "sora-pro模型超清竖屏15秒",
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 1.3,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora_video2-pro-landscape-15s",
            "description": "sora-pro模型横屏15秒",
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.52,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "claude-opus-4-5-thinking",
            "quota_type": 0,
            "model_ratio": 2.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "c1.5",
                "default"
            ],
            "supported_endpoint_types": [
                "anthropic",
                "openai"
            ]
        },
        {
            "model_name": "claude-sonnet-4-20250514",
            "description": "claude-sonnet-4-20250514 is an AI model provided by jiekou.",
            "quota_type": 0,
            "model_ratio": 1.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "c1.5",
                "default"
            ],
            "supported_endpoint_types": [
                "anthropic",
                "openai"
            ]
        },
        {
            "model_name": "gpt-5.2-codex",
            "description": "GPT-5.2 Codex is an AI model provided by vivgrid.",
            "tags": "推理,工具,多模态,400K",
            "vendor_id": 28,
            "quota_type": 0,
            "model_ratio": 0.875,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "deepseek-ai/DeepSeek-R1-0528-Qwen3-8B",
            "description": "DeepSeek-R1-0528-Qwen3-8B 是通过从 DeepSeek-R1-0528 模型蒸馏思维链到 Qwen3 8B Base 获得的模型。该模型在开源模型中达到了最先进(SOTA)的性能,在 AIME 2024 测试中超越了 Qwen3 8B 10%,并达到了 Qwen3-235B-thinking 的性能水平。该模型在数学推理、编程和通用逻辑等多个基准测试中表现出色,其架构与 Qwen3-8B 相同,但共享 DeepSeek-R1-0528 的分词器配置",
            "tags": "对话",
            "vendor_id": 11,
            "quota_type": 0,
            "model_ratio": 0,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "veo_3_1-fast",
            "tags": "视频",
            "vendor_id": 21,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.19,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "zijian"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora_video2-pro-hd-landscape-10s",
            "description": "sora-pro模型超清竖屏10秒",
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.65,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "coder-model",
            "description": "Qwen 3.5 Plus",
            "quota_type": 0,
            "model_ratio": 0.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora_video2-pro-portrait-10s",
            "description": "sora-pro模型竖屏10秒",
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.26,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "claude-sonnet-4-6-thinking",
            "tags": "对话",
            "vendor_id": 24,
            "quota_type": 0,
            "model_ratio": 1.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "ant"
            ],
            "supported_endpoint_types": [
                "anthropic",
                "openai"
            ]
        },
        {
            "model_name": "grok-imagine-1.0-video",
            "tags": "视频",
            "vendor_id": 22,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.09,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora2-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "nano-banana-2",
            "tags": "绘图",
            "vendor_id": 18,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.32,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "gpt-5.1-codex-mini",
            "description": "GPT-5.1 Codex Mini is an AI model provided by opencode.",
            "icon": "OpenCode",
            "tags": "推理,工具,文件,多模态,400K",
            "vendor_id": 27,
            "quota_type": 0,
            "model_ratio": 0.125,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora-2-pro-25s-yijia",
            "description": "sora2pro版的25秒竖屏",
            "tags": "视频",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 3,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora2",
                "sora2-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora_video2-pro-hd-landscape-15s",
            "description": "sora-pro模型超清横屏15秒",
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 1.3,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "gpt-5-pro",
            "description": "GPT-5 Pro is an AI model provided by openai.",
            "icon": "OpenAI.Color",
            "tags": "对话",
            "vendor_id": 10,
            "quota_type": 0,
            "model_ratio": 7.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "default",
                "限时特惠"
            ],
            "supported_endpoint_types": [
                "openai-video"
            ]
        },
        {
            "model_name": "sora_video2-landscape-15s",
            "description": "横屏15秒",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.26,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro",
                "default",
                "sora-free",
                "sora-plus"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora-2-15s-yijia",
            "description": "15秒竖屏",
            "tags": "视频",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 2,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora2",
                "sora2-pro",
                "测试中",
                "限时特惠"
            ],
            "supported_endpoint_types": [
                "openai-video"
            ]
        },
        {
            "model_name": "sora-2-landscape-15s-yijia",
            "description": "15秒横屏",
            "tags": "视频",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 2,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "限时特惠",
                "default",
                "sora2",
                "sora2-pro",
                "测试中"
            ],
            "supported_endpoint_types": [
                "openai-video"
            ]
        },
        {
            "model_name": "sora_video2-pro-portrait-15s",
            "description": "sora-pro模型竖屏15秒",
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.52,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "claude-opus-4-5-20251101",
            "description": "Claude Opus 4.5 is an AI model provided by qihang-ai.",
            "quota_type": 0,
            "model_ratio": 2.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "c1.5",
                "default"
            ],
            "supported_endpoint_types": [
                "anthropic",
                "openai"
            ]
        },
        {
            "model_name": "gpt-5.2",
            "description": "GPT-5.2 is an AI model provided by qihang-ai.",
            "tags": "对话",
            "vendor_id": 10,
            "quota_type": 0,
            "model_ratio": 0.875,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "grok-imagine-1.0-video-super",
            "tags": "视频",
            "vendor_id": 22,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.19,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora2-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora-2-pro-landscape-25s-yijia",
            "description": "sora2pro版的25秒横屏",
            "tags": "视频",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 3,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora2",
                "sora2-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora_video2-pro-landscape-10s",
            "description": "sora-pro模型横屏10秒",
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.26,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora_video2-landscape-25s",
            "description": "sora模型横屏25秒",
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.39,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora-2-pro-landscape-15s-large-yijia",
            "description": "sora2pro的15秒高清模式横屏",
            "tags": "视频",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 10,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora2",
                "sora2-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "claude-haiku-4-5-20251001",
            "description": "Claude Haiku 4.5 is an AI model provided by qihang-ai.",
            "tags": "对话",
            "vendor_id": 24,
            "quota_type": 0,
            "model_ratio": 0.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "default",
                "ant",
                "c1.5"
            ],
            "supported_endpoint_types": [
                "anthropic",
                "openai"
            ]
        },
        {
            "model_name": "claude-sonnet-4-5-thinking",
            "tags": "对话",
            "vendor_id": 24,
            "quota_type": 0,
            "model_ratio": 1.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "ant"
            ],
            "supported_endpoint_types": [
                "anthropic",
                "openai"
            ]
        },
        {
            "model_name": "gpt-5.1",
            "description": "GPT-5.1 is an AI model provided by opencode.",
            "icon": "OpenCode",
            "tags": "推理,工具,文件,多模态,400K",
            "vendor_id": 27,
            "quota_type": 0,
            "model_ratio": 0.625,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "gpt-5.3-codex",
            "description": "GPT-5.3 Codex is an AI model provided by opencode.",
            "icon": "OpenCode",
            "tags": "推理,工具,文件,多模态,400K",
            "vendor_id": 27,
            "quota_type": 0,
            "model_ratio": 0.875,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "gpt-5-mini-2025-08-07",
            "description": "GPT-5 mini 是 GPT-5 的提速降本版本,特别适合处理定义清晰的任务和精确指令。",
            "tags": "对话",
            "vendor_id": 10,
            "quota_type": 0,
            "model_ratio": 0.125,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "default",
                "限时特惠"
            ],
            "supported_endpoint_types": [
                "openai-video"
            ]
        },
        {
            "model_name": "nano_banana_pro-2K",
            "tags": "绘图",
            "vendor_id": 18,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.18,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "zijian"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "qwen3-coder-flash",
            "description": "qwen3-coder-flash is an AI model provided by aliyun-bailian.",
            "vendor_id": 35,
            "quota_type": 0,
            "model_ratio": 2.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "claude-sonnet-4-5",
            "description": "Claude Sonnet 4.5 is an AI model provided by opencode.",
            "icon": "OpenCode",
            "tags": "对话",
            "vendor_id": 24,
            "quota_type": 0,
            "model_ratio": 1.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "c1.5",
                "default",
                "ant"
            ],
            "supported_endpoint_types": [
                "anthropic",
                "openai"
            ]
        },
        {
            "model_name": "gpt-5.1-codex",
            "description": "GPT-5.1 Codex is an AI model provided by vivgrid.",
            "tags": "推理,工具,多模态,400K",
            "vendor_id": 28,
            "quota_type": 0,
            "model_ratio": 0.625,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "nano_banana_pro-1K",
            "tags": "绘图",
            "vendor_id": 18,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.17,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "zijian"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora_video2-portrait-10s",
            "description": "竖屏10秒",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.13,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora-free",
                "sora-plus",
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora-2-pro-15s-large-yijia",
            "description": "sora2pro的15秒高清模式竖屏",
            "tags": "视频",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 10,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora2",
                "sora2-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora_video2-portrait-15s",
            "description": "sora2竖屏15秒",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.26,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora-free",
                "sora-plus",
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "claude-3-haiku-20240307",
            "description": "Anthropic: Claude 3 Haiku is an AI model provided by helicone.",
            "tags": "对话",
            "vendor_id": 24,
            "quota_type": 0,
            "model_ratio": 0.125,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "ant"
            ],
            "supported_endpoint_types": [
                "anthropic",
                "openai"
            ]
        },
        {
            "model_name": "claude-opus-4-6",
            "description": "Claude Opus 4.6 is an AI model provided by venice.",
            "icon": "VeniceAI",
            "tags": "对话",
            "vendor_id": 24,
            "quota_type": 0,
            "model_ratio": 2.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "default",
                "ant",
                "c1.5"
            ],
            "supported_endpoint_types": [
                "anthropic",
                "openai"
            ]
        },
        {
            "model_name": "gpt-5.3-codex-spark",
            "description": "GPT-5.3 Codex Spark is an AI model provided by opencode.",
            "icon": "OpenCode",
            "tags": "推理,工具,文件,多模态,128K",
            "vendor_id": 10,
            "quota_type": 0,
            "model_ratio": 0.875,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "nano_banana_pro",
            "tags": "绘图",
            "vendor_id": 21,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.19,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "zijian",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "gpt-5",
            "description": "gpt-5 is an AI model provided by sap-ai-core.",
            "tags": "推理,工具,文件,多模态,400K",
            "vendor_id": 26,
            "quota_type": 0,
            "model_ratio": 0.625,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "imagen_4",
            "vendor_id": 22,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.2,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "zijian"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora-2-pro-10s-large-yijia",
            "description": "sora2pro的10秒高清模式竖屏",
            "tags": "视频",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 5,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora2",
                "sora2-pro",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora-2-pro-landscape-10s-large-yijia",
            "description": "sora2pro的10秒高清模式横屏",
            "tags": "视频",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 5,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora2",
                "sora2-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "veo3.1-fast",
            "vendor_id": 21,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.36,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "gemini-3.1-pro-high",
            "tags": "对话",
            "vendor_id": 18,
            "quota_type": 0,
            "model_ratio": 2,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "ant",
                "default"
            ],
            "supported_endpoint_types": [
                "gemini",
                "openai"
            ]
        },
        {
            "model_name": "gpt-5-codex-mini",
            "quota_type": 0,
            "model_ratio": 0.525,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "qwen3-coder-plus",
            "description": "Qwen3-Coder-Plus is an AI model provided by iflowcn.",
            "tags": "工具,开源权重,256K",
            "vendor_id": 36,
            "quota_type": 0,
            "model_ratio": 10,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 10,
            "enable_groups": [
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora-2-yijia",
            "description": "10秒竖屏",
            "tags": "视频",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 1,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "sora2",
                "sora2-pro",
                "测试中",
                "限时特惠"
            ],
            "supported_endpoint_types": [
                "openai-video"
            ]
        },
        {
            "model_name": "veo_3_1-fast-fl",
            "description": "首尾帧转视频",
            "tags": "视频",
            "vendor_id": 21,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.19,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "zijian"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "gemini-3-pro-image-preview",
            "description": "gemini-3-pro-image-preview is an AI model provided by 302ai.",
            "tags": "绘图",
            "vendor_id": 18,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.318,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "sora-2-landscape-yijia",
            "description": "横屏",
            "tags": "视频",
            "vendor_id": 2,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 1,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "测试中",
                "限时特惠",
                "default",
                "sora2",
                "sora2-pro"
            ],
            "supported_endpoint_types": [
                "openai-video"
            ]
        },
        {
            "model_name": "sora_video2-portrait-25s",
            "description": "sora模型竖屏25秒",
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 0.39,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "sora-pro"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "claude-sonnet-4-6",
            "description": "Claude Sonnet 4.6 is an AI model provided by venice.",
            "icon": "VeniceAI",
            "tags": "对话",
            "vendor_id": 24,
            "quota_type": 0,
            "model_ratio": 1.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "ant",
                "c1.5",
                "default"
            ],
            "supported_endpoint_types": [
                "anthropic",
                "openai"
            ]
        },
        {
            "model_name": "gemini-3-flash",
            "description": "Gemini 3 Flash is an AI model provided by opencode.",
            "icon": "OpenCode",
            "tags": "对话",
            "vendor_id": 18,
            "quota_type": 0,
            "model_ratio": 0.25,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 6,
            "enable_groups": [
                "default",
                "ant"
            ],
            "supported_endpoint_types": [
                "gemini",
                "openai"
            ]
        },
        {
            "model_name": "gpt-5-codex",
            "description": "GPT-5 Codex is an AI model provided by opencode.",
            "icon": "OpenCode",
            "tags": "推理,工具,文件,多模态,400K",
            "vendor_id": 27,
            "quota_type": 0,
            "model_ratio": 0.625,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "gpt-5.1-codex-max",
            "description": "GPT-5.1 Codex Max is an AI model provided by vivgrid.",
            "tags": "推理,工具,多模态,400K",
            "vendor_id": 28,
            "quota_type": 0,
            "model_ratio": 0.625,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "cx",
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "deepseek-ai/DeepSeek-R1-Distill-Qwen-7B",
            "description": "DeepSeek-R1-Distill-Qwen-7B 是基于 Qwen2.5-Math-7B 通过知识蒸馏得到的模型。该模型使用 DeepSeek-R1 生成的 80 万个精选样本进行微调,展现出优秀的推理能力。在多个基准测试中表现出色,其中在 MATH-500 上达到了 92.8% 的准确率,在 AIME 2024 上达到了 55.5% 的通过率,在 CodeForces 上获得了 1189 的评分,作为 7B 规模的模型展示了较强的数学和编程能力",
            "tags": "对话",
            "vendor_id": 11,
            "quota_type": 0,
            "model_ratio": 0,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "gpt-5-2025-08-07",
            "tags": "对话",
            "vendor_id": 10,
            "quota_type": 0,
            "model_ratio": 0.625,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 8,
            "enable_groups": [
                "default",
                "限时特惠"
            ],
            "supported_endpoint_types": [
                "openai-video"
            ]
        },
        {
            "model_name": "veo_3_1-4K",
            "vendor_id": 21,
            "quota_type": 1,
            "model_ratio": 0,
            "model_price": 1,
            "owner_by": "",
            "completion_ratio": 0,
            "enable_groups": [
                "default",
                "zijian"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        },
        {
            "model_name": "vision-model",
            "description": "Qwen3 Vision Model",
            "quota_type": 0,
            "model_ratio": 0.5,
            "model_price": 0,
            "owner_by": "",
            "completion_ratio": 5,
            "enable_groups": [
                "default"
            ],
            "supported_endpoint_types": [
                "openai"
            ]
        }
    ],
    "group_ratio": {
        "ant": 0.5,
        "az": 1.5,
        "c1.5": 0.4,
        "cx": 0.4,
        "default": 1,
        "sora-free": 1,
        "sora-plus": 3.84,
        "sora-pro": 7.69,
        "zijian": 1,
        "测试中": 1,
        "限时特惠": 1
    },
    "success": true,
    "supported_endpoint": {
        "anthropic": {
            "path": "/v1/messages",
            "method": "POST"
        },
        "gemini": {
            "path": "/v1beta/models/{model}:generateContent",
            "method": "POST"
        },
        "openai": {
            "path": "/v1/chat/completions",
            "method": "POST"
        }
    },
    "usable_group": {
        "ant": "ant",
        "az": "az",
        "c1.5": "c1.5",
        "cx": "cx",
        "default": "default",
        "sora-free": "sora-free",
        "sora-plus": "sora-plus",
        "sora-pro": "sora-pro",
        "zijian": "自建",
        "测试中": "测试中",
        "限时特惠": "限时特惠"
    },
    "vendors": [
        {
            "id": 11,
            "name": "DeepSeek",
            "icon": "DeepSeek.Color"
        },
        {
            "id": 25,
            "name": "讯飞",
            "icon": "Spark.Color"
        },
        {
            "id": 26,
            "name": "SAP AI Core"
        },
        {
            "id": 27,
            "name": "OpenCode Zen",
            "icon": "OpenCode"
        },
        {
            "id": 28,
            "name": "Vivgrid"
        },
        {
            "id": 29,
            "name": "SiliconFlow (China)"
        },
        {
            "id": 30,
            "name": "QiHang"
        },
        {
            "id": 36,
            "name": "iFlow"
        },
        {
            "id": 10,
            "name": "OpenAI",
            "icon": "OpenAI"
        },
        {
            "id": 18,
            "name": "gemini",
            "icon": "gemini"
        },
        {
            "id": 22,
            "name": "xAI",
            "icon": "XAI"
        },
        {
            "id": 24,
            "name": "Anthropic",
            "icon": "Claude.Color"
        },
        {
            "id": 35,
            "name": "阿里云百炼"
        },
        {
            "id": 37,
            "name": "aliyun-bailian"
        },
        {
            "id": 38,
            "name": "Jiekou.AI"
        },
        {
            "id": 32,
            "name": "Venice AI",
            "icon": "VeniceAI"
        },
        {
            "id": 34,
            "name": "阿里巴巴",
            "icon": "Qwen.Color"
        },
        {
            "id": 2,
            "name": "sora-2",
            "description": "openai官方sora2模型",
            "icon": "OpenAI"
        },
        {
            "id": 21,
            "name": "Google",
            "icon": "Gemini.Color"
        },
        {
            "id": 31,
            "name": "302.AI"
        },
        {
            "id": 33,
            "name": "Helicone"
        }
    ]
}
修改于 2026-03-06 19:30:32
上一页
查询令牌额度情况
下一页
创建视频-yijia模型
Built with