Files

35 lines
858 B
JSON
Raw Permalink Normal View History

2026-06-22 16:57:11 +08:00
{
"models": [
{
"name": "GPT Image 2",
"url": "https://api.vectorengine.ai/v1/images/edits",
"model": "gpt-image-2",
2026-06-22 17:35:56 +08:00
"api_key": "",
2026-06-22 16:57:11 +08:00
"api_type": "images_edits",
"timeout_seconds": 0,
"connect_timeout_seconds": 30,
"extra_body": {}
},
{
"name": "Nano Banana 2",
"url": "https://api.vectorengine.ai/v1/chat/completions",
"model": "gemini-3.1-flash-image-preview",
2026-06-22 17:35:56 +08:00
"api_key": "",
2026-06-22 16:57:11 +08:00
"api_type": "auto",
"timeout_seconds": 0,
"connect_timeout_seconds": 30,
"extra_body": {}
2026-06-23 17:51:46 +08:00
},
{
"name": "GPT-5.5 文本",
"url": "https://api.vectorengine.ai/v1/chat/completions",
"model": "gpt-5.5",
"api_key": "",
"api_type": "chat",
"timeout_seconds": 0,
"connect_timeout_seconds": 30,
"extra_body": {}
2026-06-22 16:57:11 +08:00
}
]
}