create_response
Generate a non-streaming response from TokenLab using text or structured input. Requires a valid API key.
Instructions
Create a non-streaming TokenLab Responses API call with text or native structured input. Requires TOKENLAB_API_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Optional deterministic seed. | |
| text | No | Optional native text formatting configuration. | |
| user | No | Optional end-user identifier. | |
| input | Yes | Responses API input as text or native structured input items. | |
| model | Yes | Public TokenLab model ID. | |
| tools | No | Native Responses API tool definitions. | |
| include | No | Additional response sections to include. | |
| metadata | No | Optional request metadata. | |
| temperature | No | Optional sampling temperature. | |
| tool_choice | No | Tool choice policy or explicit tool selection. | |
| instructions | No | Optional system/developer instructions. | |
| service_tier | No | Optional service-tier hint. | |
| reasoning_effort | No | Reasoning-effort hint for compatible models. | |
| max_output_tokens | No | Optional output token cap. | |
| parallel_tool_calls | No | Whether the model may issue parallel tool calls. | |
| truncation_strategy | No | Optional truncation strategy. |