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. When developing a site, you can also authenticate with an API key.
For app development, you must also include the INVOKE AI MODELS permission scope. Learn more about app permissions.
Important: Each method call uses approximately 1 AI credit. Learn more about AI credits on Wix.
Wix provides access to models from the following providers. To call any supported provider method, use this base URL pattern:
To view the full list of models, call each provider's method at the specified URL. See each provider's documentation for request parameters and response details:
| Provider | Method | URL to call |
|---|---|---|
| OpenAI | List Models | https://www.wixapis.com/openai/v1/models |
| Anthropic | List Models | https://www.wixapis.com/anthropic/v1/models |
Note: When a provider releases a new model, it might take a few days before Wix supports it.
You can generate text using these suggested models from the following providers:
| Provider | Model |
|---|---|
| OpenAI | gpt-5.2-pro |
| OpenAI | gpt-5.2 |
| OpenAI | gpt-5.1 |
| OpenAI | gpt-5-nano |
| OpenAI | gpt-5-mini |
| OpenAI | gpt-5 |
| OpenAI | gpt-4.1-nano |
| OpenAI | gpt-4.1-mini |
| OpenAI | gpt-4.1 |
| Anthropic | claude-opus-4-7 |
| Anthropic | claude-sonnet-4-6 |
| Anthropic | claude-haiku-4-5 |
Learn more about providers and models.
You can create embeddings using these suggested models from the following providers:
| Provider | Model |
|---|---|
| OpenAI | text-embedding-3-small |
| OpenAI | text-embedding-3-large |
| OpenAI | text-embedding-ada-002 |
Learn more about providers and models.
You can generate images using these suggested Runware models. Specify the model's AIR ID in the image generation method:
| Model name | Model AIR ID |
|---|---|
| FLUX.2 Dev | runware:400@1 |
| FLUX.2 Pro | bfl:5@1 |
| Ideogram 3.0 | ideogram:4@1 |
| ImagineArt 1.5 Pro | imagineart:1.5-pro@0 |
| Nano Banana Pro 2 | google:4@2 |
| Seedream 4.5 | bytedance:seedream@4.5 |
| Z-Image-Turbo | runware:z-image@turbo |
Note: You can use any model supported by Runware. Sign up to Runware to explore the full model list.