Packages

A simple and incomplete client library for OpenRouter

Current section

Files

Jump to
openrouter_client include openrouter_client@internal_OpenrouterResponse.hrl
Raw

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()
}).