Generators: Image, Video, Music, Deep Research, Code

Automatically activated by the Orchestrator, or forced with force_function.

✨ AUTOMATIC PARAMETERS FROM PROMPT

  • Video: "vertical/9:16/reel", "horizontal/16:9" + "4/6/8 seconds"
  • Images: "vertical/portrait", "horizontal/landscape", "square"
  • Music: "30 seconds/jingle", "1 minute", "2 minutes", "3 minutes"
force_function: "image"βœ…Auto aspect ratio

"Create an image of a sunset over the Alps"

force_function: "video"βœ…4-8 sec + auto AR

"Create a video of waves on a beach"

force_function: "music"βœ…Lyria 3

"Compose a relaxing jazz melody"

force_function: "seek_large"βœ…Google Search

"Deep research: full analysis with sources"

Music Generation β€” force_function: "music"

Generate original music using Lyria 3. Automatic duration based on the prompt.

⏱️ AUTOMATIC DURATION

  • 30 sec: jingle, loop, short themes
  • 60 sec: standard songs
  • 120 sec: extended compositions
  • 180 sec: suites, soundtracks
javascript
const response = await fetch("https://app.neuralaiweb.com/functions/neuralaiPublicApi", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    api_key: "YOUR_API_KEY",
Deep Research β€” force_function: "seek_large"

In-depth web research (up to 35,000 characters), 8-15 cited sources.

seek_speed

Quick response

20 token
seek_normal

Standard search

40 token
seek_large

Deep research

80 token
javascript
const response = await fetch("https://app.neuralaiweb.com/functions/neuralaiPublicApi", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    api_key: "YOUR_API_KEY",
Code Generation β€” force_function: "code"

Generate or modify code in any language.

generated

No attached file β€” generate from scratch

modified

Attached file β€” modify the code

javascript
const response = await fetch("https://app.neuralaiweb.com/functions/neuralaiPublicApi", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    api_key: "YOUR_API_KEY",