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_speedQuick response
20 tokenseek_normalStandard search
40 tokenseek_largeDeep research
80 tokenjavascript
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",