AI generation
Generate and analyze text, images, video, audio, and 3D across 200+ models.
import { mindstudio } from '@mindstudio-ai/agent';Text, images, video, audio, speech, and 3D — every generative modality reached through one call, with the specific model chosen by an override rather than a separate integration per provider. The action names the modality (generateImage, generateVideo, textToSpeech); the model override picks which model runs it and carries that model's own options.
Analysis lives here too: a vision or video model reads media and hands back text. For anything multi-step — research, then generate, then refine — reach for a task agent rather than chaining these by hand.
Product page
Models & Agents
Every frontier model and a thousand integrations, behind one API.
goremy.ai/features/ai-models
(opens goremy.ai in a new tab)24 entries
analyzeImage
Analyze an image using a vision model based on a text prompt.
generateImage
Generate an image from a text prompt using an AI model.
generateVideo
Generate a video from a text prompt using an AI model.
transcribeAudio
Convert an audio file to text using a transcription model.
userMessage
Send a message to an AI model and return the response, or echo a system message.
analyzeVideo
Analyze a video using a video analysis model based on a text prompt.
detectPII
Scan text for personally identifiable information using Microsoft Presidio.
enhanceImageGenerationPrompt
Generate or enhance an image generation prompt using a language model. Optionally generates a negative prompt.
enhanceVideoGenerationPrompt
Generate or enhance a video generation prompt using a language model. Optionally generates a negative prompt.
enrichPerson
Look up professional information about a person using Apollo.io. Search by ID, name, LinkedIn URL, email, or domain.
generate3dModel
Generate a 3D model using a 3D generation model.
generateChart
Create a chart image using QuickChart (Chart.js) and return the URL.
generateMusic
Generate an audio file from provided instructions (text) using a music model.
generatePdf
Generate an HTML asset and export it as a webpage, PDF, or image
meshyAnimate
Apply a preset animation to a rigged 3D character model using Meshy.
meshyImageTo3d
Generate a 3D model from one or more images using Meshy. Uses the multi-image-to-3D endpoint.
meshyRemesh
Remesh an existing 3D model to adjust topology, polygon count, or convert formats using Meshy.
meshyRig
Auto-rig a humanoid 3D model and generate basic walking/running animations using Meshy.
meshyTextTo3d
Generate a 3D model preview from a text prompt using Meshy. Produces an untextured mesh (preview stage).
meshyTexture
Apply or replace textures on a 3D model using a text prompt or reference image via Meshy.
particlePodcastsFindMentions
Find every dialogue line mentioning a specific entity or company across all podcasts.
particlePodcastsGetEpisode
Fetch full metadata for a single episode: details, speakers, entities, clips, and ads, merged into one response.
particlePodcastsGetEpisodeTranscript
Fetch the diarized transcript for an episode in dialogue, plain text, or SRT subtitle format.
textToSpeech
Generate an audio file from provided text using a speech model.