GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
OpenAI::API::Request::Model::Retrieve(3) User Contributed Perl Documentation OpenAI::API::Request::Model::Retrieve(3)

OpenAI::API::Request::Model::Retrieve - retrieve model details

    use OpenAI::API::Request::Model::Retrieve;
    my $request = OpenAI::API::Request::Model::Retrieve->new(
        model => 'text-davinci-003',
    );
    my $res = $request->send();
    my $id = $res->{id};

Retrieves a model instance, providing basic information about the model such as the owner and permissioning.

new()

send()

Sends the request and returns a data structured similar to the one documented in the API reference.

OpenAI API Reference: Models <https://platform.openai.com/docs/api-reference/models>

2023-03-25 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.