Skip to content
Dashboard

Vercel AI Gateway plugin for WordPress

Link to headingWhat this enables

Link to headingGetting started

$excerpt = wp_ai_client_prompt( 'Write a 2-sentence excerpt for this post: ' . $post->post_content )
->using_provider( 'ai_gateway' )
->generate_text();

Writing a two-sentence excerpt for a WordPress blog post

Ready to deploy?