Beginner
Make your first API call and turn a model response into something a program can use.
You can call a model API from Python and use the result inside your own code.
- Set up a project, install the client, and store an API key safely
- Send a request, read the response, and handle the common errors
- Turn a prompt into a small script that does one useful thing