@openai/gpt-oss-20b

Create chat conversations with OpenAI gpt-oss-20b.

Inputs

list: Messages comprising the chat conversation so far.

dict?: Format specification to use in response.

int32?: Maximum number of tokens in the response.

02

float32?: Sampling temperature (randomness).

01

float32?: Sampling probability for token selection.

02

float32?: Penalty for tokens that have already appeared.

02

float32?: Penalty for tokens based on their frequency.

Press and hold for realtime mode.

Outputs

dict