—=encoding utf8
=head1 NAME
OpenAPI::Client::OpenAI::Path::responses - Documentation for the /responses path.
=head1 DESCRIPTION
This document describes the API endpoint at C</responses>.
See the C<examples/> directory in the distribution for examples of how to use this.
=head2 C<POST /responses>
Creates a model response. Provide [text](/docs/guides/text) or
[image](/docs/guides/images) inputs to generate [text](/docs/guides/text)
or [JSON](/docs/guides/structured-outputs) outputs. Have the model call
your own [custom code](/docs/guides/function-calling) or use built-in
[tools](/docs/guides/tools) like [web search](/docs/guides/tools-web-search)
or [file search](/docs/guides/tools-file-search) to use your own data
as input for the model's response.
=head3 Operation ID
C<createResponse>
$client->createResponse( ... );
=head3 Request Body
=head3 Content Type: C<application/json>
=head3 Responses
=head3 Status Code: C<200>
OK
Content Types:
=over 4
=item * C<application/json>
=item * C<text/event-stream>
=back
=head1 SEE ALSO
L<OpenAPI::Client::OpenAI::Path>
=head1 COPYRIGHT AND LICENSE
Copyright (C) 2023-2025 by Nelson Ferraz
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.14.0 or,
at your option, any later version of Perl 5 you may have available.
=cut