This topic created in 198 days ago, the information mentioned may be changed or developed.
全球主流 AI 模型聚合服务平台
核心特性
- ✅ 支持在线使用
- ✅ 支持高并发 API 调用
- ✅ 可开发票
系统稳定性
系统已稳定运行 2 年多
支持的 AI 模型
全网主流 AI 模型,主流的基本都有:
- ChatGPT
- Claude
- Gemini
- Midjourney (MJ)
- Stable Diffusion (SD)
- Flux
- Suno
- Luma
- 智谱
- 百度
- 等...
大香蕉模型 gemini-3-pro-image-preview (nano-banana-2/2K/4K)
支持多种端点
- ✅ Chat 格式 返回 url 支持 prompt 设置比例 16:9 ,大小 2k
- ✅ Gemini 官方格式 返回 base64
- ✅ 兼容 DALL-E 格式 返回 url/base64
- ✅ 支持上下文
访问入口
🌐 国内访问(支持第三方登录)
https://api.cphone.vip
🌍 国外访问(暂不支持第三方登录)
https://api.chengfai.com
赶快去乘丰 AI 官网看看!
3 replies • 2026-02-01 18:11:44 +08:00
 |
|
1
Reminders Feb 1
curl --location --request POST 'https://api.cphone.vip/v1beta/models/gemini-2.5-flash-image-preview:generateContent' \ --header 'Accept: application/json' \ --header 'Authorization: Bearer {token}' \ --header 'Content-Type: application/json' \ --data-raw '{ "contents": [ { "role": "user", "parts": [ { "text": "一只睡觉的猫" } ] } ], "generationConfig": { "responseModalities": [ "TEXT", "IMAGE" ], "imageConfig": { "aspectRatio": "16:9", "imageSize": "1K" } } }'
{"error":{"message":"Request contains an invalid argument.","type":"api_error","param":"","code":400}}%
为什么
|
 |
|
2
victer Feb 1
@ Reminders gemini-2.5-flash-image-preview 不支持传这个参数:"imageSize": "1K"
|