gpt-4-gizmo-*,系统会自动进行识别。https://chat.openai.com/g/g-bo0FiWLY7-researchgptgpt-4-gizmo-g-bo0FiWLY7Authorization: Bearer ********************{
"model": "gpt-4-gizmo-g-IcWrQy2I9",
"messages": [{"role": "user", "content": "你是谁"}]
}curl --location --request POST 'https://www.blueshirtmap.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4-gizmo-g-IcWrQy2I9",
"messages": [{"role": "user", "content": "你是谁"}]
}'{}