ai-apis

Installation
SKILL.md

ai-apis-like-chatgpt

Instructions

The Vibecode Enviroment comes pre-installed with a lot of AI APIs like OpenAI, ChatGPT, Elevenlabs, etc. You can use these APIs to generate text, images, videos, sounds, etc.

Users can find most of the APIs in the API tab of the Vibecode App. You can tell the user to look there for any custom or advanced API integrations.

However, we will go over the basic OpenAI APIs.

Examples

For all APIs below, use import { fetch } from "expo/fetch". Do not use the openai package. Write logic in ./src/lib/openai.ts.

Responses API (Generate text, analyze images, search the web)

You can use the OpenAI Responses API to generate text, search the web, and analyze images. The latest model family is gpt-5.1 as of December 2025. Docs: https://platform.openai.com/docs/api-reference/responses/create

Installs
1
First Seen
Mar 26, 2026
ai-apis from smithery.ai