{
"model": "string",
"messages": [
{
"role": "string",
"content": "string"
}
],
"temperature": 0,
"top_p": 0,
"n": 0,
"stream": true,
"stop": "string",
"max_tokens": 0,
"presence_penalty": 0,
"frequency_penalty": 0,
"logit_bias": null,
"user": "string",
"response_format": {},
"seen": 0,
"tools": [
"string"
],
"tool_choice": {}
}curl --location --request POST 'https://maas.haoee.com/v1/chat/completions' \
--header 'ModelName;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "string",
"messages": [
{
"role": "string",
"content": "string"
}
],
"temperature": 0,
"top_p": 0,
"n": 0,
"stream": true,
"stop": "string",
"max_tokens": 0,
"presence_penalty": 0,
"frequency_penalty": 0,
"logit_bias": null,
"user": "string",
"response_format": {},
"seen": 0,
"tools": [
"string"
],
"tool_choice": {}
}'{
"model": "gpt-4o-image",
"stream": false,
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "修改这个图片"
},
{
"type": "image_url",
"image_url": {
"url": "https://github.com/dianping/cat/raw/master/cat-home/src/main/webapp/images/logo/cat_logo03.png"
}
}
]
}
]
}