diff --git a/content/docs/02-guides/04-o3.mdx b/content/docs/02-guides/04-o3.mdx index ec461da25b70..69c02309729f 100644 --- a/content/docs/02-guides/04-o3.mdx +++ b/content/docs/02-guides/04-o3.mdx @@ -50,7 +50,7 @@ The AI SDK is the TypeScript toolkit designed to help developers build AI-powere The AI SDK abstracts away the differences between model providers, eliminates boilerplate code for building chatbots, and allows you to go beyond text output to generate rich, interactive components. -At the center of the AI SDK is [AI SDK Core](/docs/ai-sdk-core/overview), which provides a unified API to call any LLM. The code snippet below is all you need to call OpenAI o1-mini with the AI SDK: +At the center of the AI SDK is [AI SDK Core](/docs/ai-sdk-core/overview), which provides a unified API to call any LLM. The code snippet below is all you need to call OpenAI o3-mini with the AI SDK: ```tsx import { generateText } from 'ai';