You're looking at a specific version of this model. Jump to the model overview.

terminallyai /report:e0e65263

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
date
string
Date for the game report (YYYY-MM-DD format). Examples: '2024-04-04', '2024-04-05'. Defaults to today if not provided.
format_type
string (enum)
bulletin

Options:

bulletin, recap

Output format. 'bulletin' shows a newswire-style report with all game details. 'recap' shows an inning-by-inning breakdown of how the game progressed.
stream
boolean
True
Whether to stream the response (true) or return it all at once (false). Set to true for real-time updates during live games.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'type': 'string'},
 'title': 'Output',
 'type': 'array',
 'x-cog-array-type': 'iterator'}