Skip to main content
GET/public/models

List available modalities, tones, and configuration options.

Example Request

curl https://api.promptomize.app/api/v1/public/models \
  -H "X-API-Key: pk_live_your_api_key"

Response

{
  "modalities": [
    { "id": "text", "name": "Text", "description": "General text and writing" },
    { "id": "image", "name": "Image", "description": "Image generation prompts" },
    { "id": "video", "name": "Video", "description": "Video generation prompts" },
    { "id": "audio", "name": "Audio", "description": "Audio/music prompts" },
    { "id": "code", "name": "Code", "description": "Programming assistance" },
    { "id": "3d", "name": "3D", "description": "3D model generation" }
  ],
  "tones": [
    { "id": "professional", "name": "Professional" },
    { "id": "casual", "name": "Casual" },
    { "id": "academic", "name": "Academic" },
    { "id": "creative", "name": "Creative" },
    { "id": "technical", "name": "Technical" },
    { "id": "friendly", "name": "Friendly" }
  ],
  "lengths": [
    { "id": "concise", "name": "Concise" },
    { "id": "standard", "name": "Standard" },
    { "id": "detailed", "name": "Detailed" }
  ],
  "limits": {
    "maxPromptLength": 100000,
    "maxTokens": 8192,
    "maxCustomInstructions": 2000
  }
}

Modalities

text

Text

General writing, emails, articles

image

Image

DALL-E, Midjourney, Stable Diffusion

video

Video

Sora, Runway, Pika

audio

Audio

Suno, Udio, music prompts

code

Code

Programming and development

3d

3D

3D model generation