# OpenAIBuildResponseCreatePayloadRequest

Model ID: `OpenAIBuildResponseCreatePayloadRequest`

No description.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `api_key` | `string` | No |  |  |  | No | Vendor credential. Sent with the request and never returned. |
| `default_model` | `string` | No |  |  | `"gpt-4o"` | No |  |
| `environment` | `string` | No |  |  |  | No |  |
| `instructions` | `string` | Yes |  |  |  | Yes |  |
| `max_output_tokens` | `integer` | No |  |  |  | Yes |  |
| `mode` | `string` | No |  | sandbox, live | `"sandbox"` | No | Which vendor environment the call is routed to. Defaults to sandbox, so an omitted mode never reaches a production vendor account. |
| `model` | `string` | Yes |  |  |  | Yes |  |
| `organization` | `string` | No |  |  |  | Yes |  |
| `temperature` | `number` | No |  |  |  | Yes |  |
| `tools` | array of [`connectors.JsonValue`](./connectors.JsonValue.md) | No |  |  |  | Yes |  |
| `user_input` | `string` | No |  |  | `"ok"` | No |  |

## Example

None declared in canonical OpenAPI.
