forked from Nothing1024/WaibiWaibi-Firefly-Lover
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
69 lines (69 loc) · 1.92 KB
/
config.json
File metadata and controls
69 lines (69 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"apiKeys": [
"sk-multifly-123456"
],
"tokens": [],
"models": {
"firefly5": {
"id": "firefly",
"version": "image5",
"endpoint": "https://image-v5.ff.adobe.io/v1/images/generate-async",
"name": "Firefly Image 5 (预览)",
"description": "最新预览版 - aff 最新图像生成技术",
"owner": "aff"
},
"firefly4-ultra": {
"id": "firefly",
"version": "image4_ultra",
"endpoint": "https://image-v4.ff.adobe.io/v2/images/generate-async",
"name": "Firefly Image 4 Ultra",
"description": "超高质量 - 适合专业创作",
"owner": "aff"
},
"firefly4": {
"id": "firefly",
"version": "image4",
"endpoint": "https://image-v4.ff.adobe.io/v2/images/generate-async",
"name": "Firefly Image 4",
"description": "稳定版本 - 平衡速度与质量",
"owner": "aff"
},
"gemini-pro": {
"id": "gemini-flash",
"version": "nano-banana-2",
"groundSearch": true,
"name": "Gemini 3 (Nano Banana Pro)",
"description": "最新高质量 - Google 最强图像模型",
"owner": "google"
},
"gemini-flash": {
"id": "gemini-flash",
"version": "nano-banana",
"groundSearch": true,
"name": "Gemini 2.5 (Nano Banana)",
"description": "高速生成 - 速度与质量平衡",
"owner": "google"
},
"flux2-pro": {
"id": "flux",
"version": "fluxPro-2",
"name": "FLUX.2 [pro]",
"description": "顶级写实效果 - 最新版本",
"owner": "blackforest"
},
"flux-pro": {
"id": "flux",
"version": "fluxPro-1.1",
"name": "FLUX1.1 [pro]",
"description": "经典写实 - 稳定版本",
"owner": "blackforest"
},
"gpt-image": {
"id": "gpt-4o-image",
"version": null,
"name": "GPT Image (OpenAI)",
"description": "OpenAI 图像生成",
"owner": "openai"
}
}
}