{{base_url}} and {{api_key}}, review the parameters, and send the request.Authorization: Bearer ********************{ "input": [ { "role": "user", "content": "sample text:\n1. sample text\n2. sample text(sample text)\n3. sample text 123.5 + 456.7 sample text\n4. sample text3sample text1-100sample text\n\nsample text,sample text" } ], "metadata": { "model_id": "32" }, "model": "gpt-4.1", "tool_choice": "auto", "tools": [ { "type": "function", "name": "random_generator", "description": "sample text,sample text", "parameters": { "type": "object", "properties": { "min": { "description": "sample text(sample text1)", "type": "integer" }, "max": { "description": "sample text(sample text100)", "type": "integer" }, "count": { "description": "sample text(sample text1,sample text10)", "type": "integer" } } } }, { "type": "function", "name": "system_info", "description": "sample text,sample textJavasample text", "parameters": { "type": "object", "properties": {} } }, { "type": "function", "name": "math_calculator", "description": "sample text,sample text", "parameters": { "type": "object", "properties": { "a": { "description": "sample text", "type": "number" }, "b": { "description": "sample text", "type": "number" }, "operation": { "description": "sample text: add, subtract, multiply, divide, power", "type": "string" } }, "required": [ "operation", "a", "b" ] } }, { "type": "function", "name": "current_time", "description": "sample text", "parameters": { "type": "object", "properties": {} } } ] }curl --location '/v1/responses' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{ "input": [ { "role": "user", "content": "sample text:\n1. sample text\n2. sample text(sample text)\n3. sample text 123.5 + 456.7 sample text\n4. sample text3sample text1-100sample text\n\nsample text,sample text" } ], "metadata": { "model_id": "32" }, "model": "gpt-4.1", "tool_choice": "auto", "tools": [ { "type": "function", "name": "random_generator", "description": "sample text,sample text", "parameters": { "type": "object", "properties": { "min": { "description": "sample text(sample text1)", "type": "integer" }, "max": { "description": "sample text(sample text100)", "type": "integer" }, "count": { "description": "sample text(sample text1,sample text10)", "type": "integer" } } } }, { "type": "function", "name": "system_info", "description": "sample text,sample textJavasample text", "parameters": { "type": "object", "properties": {} } }, { "type": "function", "name": "math_calculator", "description": "sample text,sample text", "parameters": { "type": "object", "properties": { "a": { "description": "sample text", "type": "number" }, "b": { "description": "sample text", "type": "number" }, "operation": { "description": "sample text: add, subtract, multiply, divide, power", "type": "string" } }, "required": [ "operation", "a", "b" ] } }, { "type": "function", "name": "current_time", "description": "sample text", "parameters": { "type": "object", "properties": {} } } ] }'{
"id": "resp_68ac1558e9488190bcc2cbb94c7d7a140b8064b15a091a77",
"object": "response",
"created_at": 1756108120,
"status": "completed",
"background": false,
"content_filters": null,
"error": null,
"incomplete_details": null,
"instructions": null,
"max_output_tokens": null,
"max_tool_calls": null,
"model": "gpt-4.1-data",
"output": [
{
"id": "fc_68ac15594be88190a58217f75a6a54cc0b8064b15a091a77",
"type": "function_call",
"status": "completed",
"arguments": "{\"sign\":\"Aquarius\"}",
"call_id": "call_6kbB2GTk62PPUNdGuBJPx9KQ",
"name": "get_horoscope"
}
],
"parallel_tool_calls": true,
"previous_response_id": null,
"prompt_cache_key": null,
"reasoning": {
"effort": null,
"summary": null
},
"safety_identifier": null,
"service_tier": "default",
"store": true,
"temperature": 1.0,
"text": {
"format": {
"type": "text"
}
},
"tool_choice": "auto",
"tools": [
{
"type": "function",
"description": "Get today's horoscope for an astrological sign.",
"name": "get_horoscope",
"parameters": {
"properties": {
"sign": {
"description": "An astrological sign like Taurus or Aquarius",
"type": "string"
}
},
"required": [
"sign"
],
"type": "object"
},
"strict": true
}
],
"top_p": 1.0,
"truncation": "disabled",
"usage": {
"input_tokens": 62,
"input_tokens_details": {
"cached_tokens": 0
},
"output_tokens": 18,
"output_tokens_details": {
"reasoning_tokens": 0
},
"total_tokens": 80
},
"user": null,
"metadata": {}
}