feat: add AI model config template

This commit is contained in:
2026-06-22 16:57:11 +08:00
parent c59a348d67
commit 89ead379d2
6 changed files with 46 additions and 4 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"models": [
{
"name": "GPT Image 2",
"url": "https://api.vectorengine.ai/v1/images/edits",
"model": "gpt-image-2",
"api_key": "sk-JgzW0CWem3ybS6JtmiML2s9IbDD68hxVTrPXnpZnQRbxpC9b",
"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",
"api_key": "sk-7x0SvcyoGsVpWPW9V622y6vsiG6BvaNJLCGKKUj9StnkZbwI",
"api_type": "auto",
"timeout_seconds": 0,
"connect_timeout_seconds": 30,
"extra_body": {}
}
]
}
+1
View File
@@ -6,6 +6,7 @@
"last_print_dir": "",
"last_template": "",
"last_batch_mode": "full_combo",
"outfit_model": "Nano Banana 2",
"update_source": "http://cm.xiapi.com",
"update_user": "admin",
"update_pass": "chengma"