add sdk onramp course to courses

This commit is contained in:
Colt Steele MacBook
2024-07-22 15:00:15 -06:00
parent 7341c71e73
commit 263bd00e43
37 changed files with 5212 additions and 1 deletions

10
SDKOnramp/README.md Normal file
View File

@@ -0,0 +1,10 @@
# Onramp Curriculum
A series of notebook tutorials that cover the essentials of working with Claude and the Claude SDK including:
* [Getting an API key and making simple requests](./01_getting_started.ipynb)
* [Working with the messages format](./02_messages_format.ipynb)
* [Comparing capabilities and performance of the Claude model family](./03_models.ipynb)
* [Understanding model parameters](./04_parameters.ipynb)
* [Working with streaming responses](./05_Streaming.ipynb)
* [Vision prompting](./06_multimodal.ipynb)