Current section
Files
Jump to
Current section
Files
include/openrouter_client@internal_OpenrouterResponse.hrl
-record(openrouter_response, {
id :: binary(),
provider :: binary(),
model :: binary(),
object :: binary(),
created :: integer(),
choices :: list(openrouter_client@internal:choice()),
usage :: openrouter_client@internal:usage()
}).