GPT OSS 120B
GPT OSS 120B is a large-scale open-source reasoning model with exceptional performance in complex reasoning tasks and natural language understanding.
POST
/project/p-{Project_Id}/genai/gpt_oss_120b/v1/chat/completionsQuery parameters
project_idQueryintegerrequiredProject ID
Request body
application/json
example
0.5example
1024example
1example
0example
1example
falseexample
gpt_oss_120bResponses
No StreamSuccessful response (Non-streaming)
example
chatcmpl-82c7e2c5-a99c-4869-8068-49aa705812baexample
chat.completionexample
1770614085example
gpt_oss_120bStreamSuccessful response (Streaming mode)
example
data: {"id":"chatcmpl-xyz789","object":"chat.completion.chunk","created":1770614085,"model":"gpt_oss_120b","choices":[{"index":0,"delta":{"role":"assistant","content":""},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-xyz789","object":"chat.completion.chunk","created":1770614085,"model":"gpt_oss_120b","choices":[{"index":0,"delta":{"content":"Hello"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-xyz789","object":"chat.completion.chunk","created":1770614085,"model":"gpt_oss_120b","choices":[{"index":0,"delta":{"content":"!"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-xyz789","object":"chat.completion.chunk","created":1770614085,"model":"gpt_oss_120b","choices":[{"index":0,"delta":{"content":" How"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-xyz789","object":"chat.completion.chunk","created":1770614085,"model":"gpt_oss_120b","choices":[{"index":0,"delta":{"content":" can"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-xyz789","object":"chat.completion.chunk","created":1770614085,"model":"gpt_oss_120b","choices":[{"index":0,"delta":{"content":" I"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-xyz789","object":"chat.completion.chunk","created":1770614085,"model":"gpt_oss_120b","choices":[{"index":0,"delta":{"content":" help"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-xyz789","object":"chat.completion.chunk","created":1770614085,"model":"gpt_oss_120b","choices":[{"index":0,"delta":{"content":" you"},"logprobs":null,"finish_reason":null}]}
data: {"id":"chatcmpl-xyz789","object":"chat.completion.chunk","created":1770614085,"model":"gpt_oss_120b","choices":[{"index":0,"delta":{"content":"?"},"logprobs":null,"finish_reason":"stop"}]}
data: [DONE]