OpenAI API

Other Chunking Strategy

object

This is returned when the chunking strategy is unknown. Typically, this is because the file was indexed before the chunking_strategy concept was introduced in the API.

* Additional properties are NOT allowed.
typestringrequired

Always other.

Allowed values:other

Example

ParallelToolCalls

boolean

Whether to enable parallel function calling during tool use.

Default:true

Static Content

object

Static predicted output content, such as the content of a text file that is
being regenerated.

typestringrequired

The type of the predicted content you want to provide. This type is
currently always content.

Allowed values:content

contentOne Of
required

The content that should be matched when generating a model response.
If generated tokens would match this content, the entire model response
can be returned much more quickly.

Text contentstring

The content used for a Predicted Output. This is often the
text of a file you are regenerating with minor changes.

Example

Project

object

Represents an individual project.

idstringrequired

The identifier, which can be referenced in API endpoints

objectstringrequired

The object type, which is always organization.project

Allowed values:organization.project

namestringrequired

The name of the project. This appears in reporting.

created_atintegerrequired

The Unix timestamp (in seconds) of when the project was created.

archived_atinteger

The Unix timestamp (in seconds) of when the project was archived or null.

statusstringrequired

active or archived

Allowed values:activearchived

Example

ProjectApiKey

object

Represents an individual API key in a project.

objectstringrequired

The object type, which is always organization.project.api_key

Allowed values:organization.project.api_key

redacted_valuestringrequired

The redacted value of the API key

namestringrequired

The name of the API key

created_atintegerrequired

The Unix timestamp (in seconds) of when the API key was created

idstringrequired

The identifier, which can be referenced in API endpoints

ownerobjectrequired
Show Child Parameters
Example