New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
Every tutorial uses a different SDK and I just want one call that actually works.
What you'll have at the end
A script that sends one prompt and prints the model's reply, key read from the environment.
You need
A computer where you can run a short script, and access to a language-model provider's developer console for creating an account.
Not covered
Streaming the reply as it arrives, retrying a failed request, and remembering earlier turns of a conversation are separate pieces this script leaves alone.
Checked 15 Aug 2026
Part of the LLM APIs and Integration cookbook