About the Wix AI APIs

Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Authentication and Permissions

To use the AI APIs, you must be authenticated as a Wix app or Wix user identity.

For app development, you must also include the INVOKE AI MODELS permission scope. Learn more about app permissions.

  • When developing a site, Wix bills based on AI model usage by you, your collaborators, members, and visitors.
  • When building a Wix app, Wix bills the site owners who install your app, so no billing integration is needed.

Each method call uses approximately 1 AI credit. Learn more about AI credits on Wix.

Generating text

Suggested models

You can generate text using these suggested models from the following providers:

ProviderModel
OpenAIgpt-5.2-pro
OpenAIgpt-5.2
OpenAIgpt-5.1
OpenAIgpt-5-nano
OpenAIgpt-5-mini
OpenAIgpt-5
OpenAIgpt-4.1-nano
OpenAIgpt-4.1-mini
OpenAIgpt-4.1

Embeddings

Suggested models

You can create embeddings using these suggested models from the following providers:

ProviderModel
OpenAItext-embedding-3-small
OpenAItext-embedding-3-large
OpenAItext-embedding-ada-002

Generating images

Suggested models

You can generate images using these suggested Runware models. Specify the model's AIR ID in the image generation method:

Model nameModel AIR ID
FLUX.2 Devrunware:400@1
FLUX.2 Probfl:5@1
Ideogram 3.0ideogram:4@1
ImagineArt 1.5 Proimagineart:1.5-pro@0
Nano Banana Pro 2google:4@2
Seedream 4.5bytedance:seedream@4.5
Z-Image-Turborunware:z-image@turbo

Note: You can use any model supported by Runware. Sign up to Runware to explore the full model list.

See also

Did this help?