Course
Getting Started with the Claude 2 and the Claude 2 API
The Python SDK provides convenient access to Anthropic's powerful conversational AI assistant Claude 2, enabling developers to easily integrate its advanced natural language capabilities into a wide range of applications.
Dec 11, 2023 · 12 min read
Topics
Master Other APIs
3 hr
14.1K
Course
Introduction to Embeddings with the OpenAI API
3 hr
2.8K
See More
RelatedSee MoreSee More
blog
Claude vs ChatGPT for Data Science: A Comparative Analysis
We explore Claude vs ChatGPT to determine which generative AI works best for performing various data science tasks.
Abid Ali Awan
10 min
cheat-sheet
The OpenAI API in Python
ChatGPT and large language models have taken the world by storm. In this cheat sheet, learn the basics on how to leverage one of the most powerful AI APIs out there, then OpenAI API.
Richie Cotton
3 min
tutorial
Getting Started with Claude 3 and the Claude 3 API
Learn about the Claude 3 models, detailed performance benchmarks, and how to access them. Additionally, discover the new Claude 3 Python API for generating text, accessing vision capabilities, and streaming.
Abid Ali Awan
tutorial
GPT-4o API Tutorial: Getting Started with OpenAI's API
To connect through the GPT-4o API, obtain your API key from OpenAI, install the OpenAI Python library, and use it to send requests and receive responses from the GPT-4o models.
Ryan Ong
8 min
code-along
Getting Started with the OpenAI API and ChatGPT
Get an introduction to the OpenAI API and the GPT-3 model.
Richie Cotton
code-along
Building Multimodal AI Applications with LangChain & the OpenAI API
Combine the power of text and audio AI models to build a bot that answers questions about YouTube videos.
Korey Stegared-Pace