curl --location --request GET 'https://open.vectcut.com/llm/chat/model_list' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json'{
"default_model": "gemini-3-flash-preview",
"models": [
"gemini-3-pro-preview",
"gemini-3-flash-preview"
]
}