Back to Benchmarks

gpt-3.5-turbo

text-generation
Uploaded: 09.01.2024

Inference Input Arguments

{ "messages": <List[Dict]>, "temperature": <Optional[int]>, "max_tokens": <Optional[int]>, "stream": <Optional[bool]> }

Inference Output Format

{ "model": "gpt-3.5-turbo", "created": <int>, "id": <int>, "choices": <List[str]>, "object": "chat.completion", "usage": <Dict> }