diff --git a/docs/src/app/api-reference/image/page.mdx b/docs/src/app/api-reference/image/page.mdx index 5a3cc64..df3c4af 100644 --- a/docs/src/app/api-reference/image/page.mdx +++ b/docs/src/app/api-reference/image/page.mdx @@ -3,7 +3,7 @@ export const metadata = { description: 'Generate images', } -# Chat +# Image Generate images from text. {{ className: 'lead' }} diff --git a/docs/src/components/Navigation.tsx b/docs/src/components/Navigation.tsx index 3d95675..4ace839 100644 --- a/docs/src/components/Navigation.tsx +++ b/docs/src/components/Navigation.tsx @@ -254,6 +254,7 @@ export const navigation: Array = [ { title: 'Chat', href: '/api-reference/chat' }, { title: 'Embeddings', href: '/api-reference/embeddings' }, { title: 'Models', href: '/api-reference/models' }, + { title: 'Image', href: '/api-reference/image' }, ], }, ]