BeginnerИнженерияclaude
Anthropic API Fundamentals: Official Course
Anthropic's official API fundamentals course: first request, Messages API format, model selection, generation parameters, streaming, and vision. Real Python code from the Anthropic team.
6modules
6lessons
120 mintotal time
Developers getting started with Claude APIaudience
Module 1
Getting Started with Claude SDK
Install the SDK, authenticate, and make your first request to the Claude API.
Module 2
Messages API Format
Message structure, response object, few-shot prompting, and building a chatbot.
Module 3
Claude Models
Comparing models by speed and capabilities, and criteria for choosing the right one.
Module 4
Generation Parameters
max_tokens, temperature, stop_sequences, and system prompt — precise control over Claude's behavior.
Module 5
Streaming
Token-by-token streaming to improve Time to First Token and user experience.
Module 6
Vision: Working with Images
Multimodal prompts: images from files and URLs, multiple images, prompting tips.