English
cURL
curl --request POST \ --url https://proxy.innk.cc/v1/responses \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "model": "gpt-4.1", "input": "Hello, how are you?", "stream": false } '
{}
Creates a model response.
身份验证标头格式为 Bearer <API_KEY>,其中 <API_KEY> 是您的API令牌。
Bearer <API_KEY>
<API_KEY>
模型名称
"gpt-4.1"
消息内容
"Hello, how are you?"
是否流式返回
Model response
The response is of type object.
object
Was this page helpful?