{
    "$schema": "./registry.schema.json",
    "directory": [
        {
            "key": "openai",
            "name": "OpenAI",
            "icon": "/assets/icons/monochrome/openai.svg",
            "models": [
                {
                    "type": "llm",
                    "key": "gpt-5.2-pro",
                    "name": "GPT 5.2 Pro",
                    "description": "Version of GPT-5.2 that produces smarter and more precise responses.",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 4,
                        "speed": 1,
                        "context_window": 400000,
                        "max_output_tokens": 128000,
                        "knowledge_cutoff": 1756598400
                    },
                    "rates": [
                        {
                            "key": "gpt-5.2-pro-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-5.2-pro-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-5.2",
                    "name": "GPT 5.2",
                    "description": "The best model for coding and agentic tasks across industries",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 4,
                        "speed": 4,
                        "context_window": 400000,
                        "max_output_tokens": 128000,
                        "knowledge_cutoff": 1756598400
                    },
                    "rates": [
                        {
                            "key": "gpt-5.2-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-5.2-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-5.1",
                    "name": "GPT 5.1",
                    "description": "The best model for coding and agentic tasks with configurable reasoning effort.",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 4,
                        "speed": 4,
                        "context_window": 400000,
                        "max_output_tokens": 128000,
                        "knowledge_cutoff": 1727726400
                    },
                    "rates": [
                        {
                            "key": "gpt-5.1-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-5.1-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-5-pro",
                    "name": "GPT 5 Pro",
                    "description": "GPT-5 pro uses more compute to think harder and provide consistently better answers.",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 5,
                        "speed": 1,
                        "context_window": 400000,
                        "max_output_tokens": 272000,
                        "knowledge_cutoff": 1727726400
                    },
                    "rates": [
                        {
                            "key": "gpt-5-pro-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-5-pro-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-5",
                    "name": "GPT 5",
                    "description": "The best model for coding and agentic tasks across domains",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 4,
                        "speed": 3,
                        "context_window": 400000,
                        "max_output_tokens": 128000,
                        "knowledge_cutoff": 1727726400
                    },
                    "rates": [
                        {
                            "key": "gpt-5-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-5-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-5-mini",
                    "name": "GPT 5 mini",
                    "description": "A faster, more cost-efficient version of GPT-5 for well-defined tasks",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 4,
                        "speed": 3,
                        "context_window": 400000,
                        "max_output_tokens": 128000,
                        "knowledge_cutoff": 1717099200
                    },
                    "rates": [
                        {
                            "key": "gpt-5-mini-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-5-mini-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-5-nano",
                    "name": "GPT 5 nano",
                    "description": "Fastest, most cost-efficient version of GPT-5",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 4,
                        "speed": 3,
                        "context_window": 400000,
                        "max_output_tokens": 128000,
                        "knowledge_cutoff": 1717099200
                    },
                    "rates": [
                        {
                            "key": "gpt-5-nano-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-5-nano-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "o4-mini",
                    "name": "O4 mini",
                    "description": "Faster, more affordable reasoning model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 4,
                        "speed": 3,
                        "context_window": 200000,
                        "max_output_tokens": 100000,
                        "knowledge_cutoff": 1717200000
                    },
                    "rates": [
                        {
                            "key": "o4-mini-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "o4-mini-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "o3-pro",
                    "name": "O3 Pro",
                    "description": "Version of o3 with more compute for better responses",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "reasoning_level": 5,
                        "speed": 1,
                        "context_window": 200000,
                        "max_output_tokens": 100000,
                        "knowledge_cutoff": 1717200000
                    },
                    "rates": [
                        {
                            "key": "o3-pro-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "o3-pro-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": false,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "o3",
                    "name": "O3",
                    "description": "OpenAI's most powerful reasoning model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 5,
                        "speed": 1,
                        "context_window": 200000,
                        "max_output_tokens": 100000,
                        "knowledge_cutoff": 1717200000
                    },
                    "rates": [
                        {
                            "key": "o3-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "o3-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "o3-mini",
                    "name": "O3 mini",
                    "description": "A small model alternative to o3",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 4,
                        "speed": 3,
                        "context_window": 200000,
                        "max_output_tokens": 100000,
                        "knowledge_cutoff": 1696118400
                    },
                    "rates": [
                        {
                            "key": "o3-mini-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "o3-mini-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "o1",
                    "name": "O1",
                    "description": "Previous full o-series reasoning model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "reasoning_level": 4,
                        "speed": 1,
                        "context_window": 200000,
                        "max_output_tokens": 100000,
                        "knowledge_cutoff": 1696118400
                    },
                    "rates": [
                        {
                            "key": "o1-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "o1-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-4o",
                    "name": "GPT 4o",
                    "description": "Fast, intelligent, flexible GPT model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "intelligence": 3,
                        "speed": 3,
                        "context_window": 128000,
                        "max_output_tokens": 16384,
                        "knowledge_cutoff": 1696118400
                    },
                    "rates": [
                        {
                            "key": "gpt-4o-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-4o-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-4o-mini",
                    "name": "GPT 4o mini",
                    "description": "Fast, affordable small model for focused tasks",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "intelligence": 2,
                        "speed": 4,
                        "context_window": 128000,
                        "max_output_tokens": 16384,
                        "knowledge_cutoff": 1696118400
                    },
                    "rates": [
                        {
                            "key": "gpt-4o-mini-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-4o-mini-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-4.1",
                    "name": "GPT 4.1",
                    "description": "Flagship GPT model for complex tasks",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "intelligence": 4,
                        "speed": 3,
                        "context_window": 1047576,
                        "max_output_tokens": 32768,
                        "knowledge_cutoff": 1717200000
                    },
                    "rates": [
                        {
                            "key": "gpt-4.1-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-4.1-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-4.1-mini",
                    "name": "GPT 4.1 mini",
                    "description": "Balanced for intelligence, speed, and cost",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "intelligence": 3,
                        "speed": 4,
                        "context_window": 1047576,
                        "max_output_tokens": 32768,
                        "knowledge_cutoff": 1717200000
                    },
                    "rates": [
                        {
                            "key": "gpt-4.1-mini-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-4.1-mini-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-4.1-nano",
                    "name": "GPT 4.1 nano",
                    "description": "Fastest, most cost-effective GPT-4.1 model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "intelligence": 2,
                        "speed": 5,
                        "context_window": 1047576,
                        "max_output_tokens": 32768,
                        "knowledge_cutoff": 1717200000
                    },
                    "rates": [
                        {
                            "key": "gpt-4.1-nano-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-4.1-nano-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-4-turbo",
                    "name": "GPT-4 Turbo",
                    "description": "An older high-intelligence GPT model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "turbo": true,
                        "intelligence": 4,
                        "speed": 3,
                        "context_window": 1047576,
                        "max_output_tokens": 32768,
                        "knowledge_cutoff": 1701388800
                    },
                    "rates": [
                        {
                            "key": "gpt-4-turbo-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-4-turbo-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-4",
                    "name": "GPT 4",
                    "description": "An older high-intelligence GPT model",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "intelligence": 2,
                        "speed": 3,
                        "context_window": 8192,
                        "max_output_tokens": 8192,
                        "knowledge_cutoff": 1701388800
                    },
                    "rates": [
                        {
                            "key": "gpt-4-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-4-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": false,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "gpt-3.5-turbo",
                    "name": "GPT-3.5 Turbo",
                    "description": "Legacy GPT model for cheaper chat and non-chat tasks",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "attributes": {
                        "turbo": true,
                        "intelligence": 1,
                        "speed": 2,
                        "context_window": 16385,
                        "max_output_tokens": 4096,
                        "knowledge_cutoff": 1630454400
                    },
                    "rates": [
                        {
                            "key": "gpt-3.5-turbo-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-3.5-turbo-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": false,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "video",
                    "key": "sora-2-pro",
                    "name": "Sora 2 Pro",
                    "description": "Most advanced synced-audio video generation",
                    "multiplier": 12,
                    "rates": [
                        {
                            "key": "sora-2-pro-sd",
                            "type": "720x1280, 1280x720",
                            "unit": "seconds"
                        },
                        {
                            "key": "sora-2-pro-hd",
                            "type": "1024x1792, 1792x1024",
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "720x1280",
                                        "label": "720x1280"
                                    },
                                    {
                                        "value": "1280x720",
                                        "label": "1280x720"
                                    },
                                    {
                                        "value": "1024x1792",
                                        "label": "1024x1792"
                                    },
                                    {
                                        "value": "1792x1024",
                                        "label": "1792x1024"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": 4,
                                        "label": "4s"
                                    },
                                    {
                                        "value": 8,
                                        "label": "8s"
                                    },
                                    {
                                        "value": 12,
                                        "label": "12s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "sora-2",
                    "name": "Sora 2",
                    "description": "Flagship video generation with synced audio",
                    "multiplier": 12,
                    "rates": [
                        {
                            "key": "sora-2",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "720x1280",
                                        "label": "720x1280"
                                    },
                                    {
                                        "value": "1280x720",
                                        "label": "1280x720"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": 4,
                                        "label": "4s"
                                    },
                                    {
                                        "value": 8,
                                        "label": "8s"
                                    },
                                    {
                                        "value": 12,
                                        "label": "12s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "gpt-image-1.5",
                    "name": "GPT Image 1.5",
                    "description": "State-of-the-art image generation model",
                    "multiplier": 6250,
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "image"
                        ]
                    },
                    "attributes": {
                        "performance": 5,
                        "speed": 3
                    },
                    "rates": [
                        {
                            "key": "gpt-image-1.5-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-image-1.5-image",
                            "type": "image",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-image-1.5-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "prompt_length": 32000,
                        "negative_prompt": false,
                        "images": {
                            "required": false,
                            "limit": 16,
                            "size": 25600,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "1024x1024",
                                        "label": "1024x1024"
                                    },
                                    {
                                        "value": "1536x1024",
                                        "label": "1536x1024"
                                    },
                                    {
                                        "value": "1024x1536",
                                        "label": "1024x1536"
                                    }
                                ]
                            },
                            {
                                "key": "background",
                                "label": "Background",
                                "options": [
                                    {
                                        "value": "auto",
                                        "label": "Auto"
                                    },
                                    {
                                        "value": "transparent",
                                        "label": "Transparent"
                                    },
                                    {
                                        "value": "opaque",
                                        "label": "Opaque"
                                    }
                                ]
                            },
                            {
                                "key": "quality",
                                "label": "Quality",
                                "options": [
                                    {
                                        "value": "high",
                                        "label": "High"
                                    },
                                    {
                                        "value": "medium",
                                        "label": "Medium"
                                    },
                                    {
                                        "value": "low",
                                        "label": "Low"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "gpt-image-1",
                    "name": "GPT Image 1",
                    "description": "State-of-the-art image generation model",
                    "multiplier": 6250,
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "image"
                        ]
                    },
                    "attributes": {
                        "performance": 4,
                        "speed": 1
                    },
                    "rates": [
                        {
                            "key": "gpt-image-1-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-image-1-image",
                            "type": "image",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-image-1-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "prompt_length": 32000,
                        "negative_prompt": false,
                        "images": {
                            "required": false,
                            "limit": 16,
                            "size": 25600,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "1024x1024",
                                        "label": "1024x1024"
                                    },
                                    {
                                        "value": "1536x1024",
                                        "label": "1536x1024"
                                    },
                                    {
                                        "value": "1024x1536",
                                        "label": "1024x1536"
                                    }
                                ]
                            },
                            {
                                "key": "background",
                                "label": "Background",
                                "options": [
                                    {
                                        "value": "auto",
                                        "label": "Auto"
                                    },
                                    {
                                        "value": "transparent",
                                        "label": "Transparent"
                                    },
                                    {
                                        "value": "opaque",
                                        "label": "Opaque"
                                    }
                                ]
                            },
                            {
                                "key": "quality",
                                "label": "Quality",
                                "options": [
                                    {
                                        "value": "high",
                                        "label": "High"
                                    },
                                    {
                                        "value": "medium",
                                        "label": "Medium"
                                    },
                                    {
                                        "value": "low",
                                        "label": "Low"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "gpt-image-1-mini",
                    "name": "GPT Image 1 Mini",
                    "description": "A cost-efficient version of GPT Image 1",
                    "multiplier": 1875,
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "image"
                        ]
                    },
                    "attributes": {
                        "performance": 4,
                        "speed": 1
                    },
                    "rates": [
                        {
                            "key": "gpt-image-1-mini-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-image-1-mini-image",
                            "type": "image",
                            "unit": "token"
                        },
                        {
                            "key": "gpt-image-1-mini-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "prompt_length": 32000,
                        "negative_prompt": false,
                        "images": {
                            "required": false,
                            "limit": 16,
                            "size": 25600,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "1024x1024",
                                        "label": "1024x1024"
                                    },
                                    {
                                        "value": "1536x1024",
                                        "label": "1536x1024"
                                    },
                                    {
                                        "value": "1024x1536",
                                        "label": "1024x1536"
                                    }
                                ]
                            },
                            {
                                "key": "background",
                                "label": "Background",
                                "options": [
                                    {
                                        "value": "auto",
                                        "label": "Auto"
                                    },
                                    {
                                        "value": "transparent",
                                        "label": "Transparent"
                                    },
                                    {
                                        "value": "opaque",
                                        "label": "Opaque"
                                    }
                                ]
                            },
                            {
                                "key": "quality",
                                "label": "Quality",
                                "options": [
                                    {
                                        "value": "high",
                                        "label": "High"
                                    },
                                    {
                                        "value": "medium",
                                        "label": "Medium"
                                    },
                                    {
                                        "value": "low",
                                        "label": "Low"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "transcription",
                    "key": "whisper-1",
                    "name": "Whisper",
                    "description": "General-purpose speech recognition model",
                    "modalities": {
                        "input": [
                            "audio"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "attributes": {
                        "performance": 2,
                        "speed": 3
                    },
                    "rates": [
                        {
                            "key": "whisper-1",
                            "type": null,
                            "unit": "seconds"
                        }
                    ]
                },
                {
                    "type": "tts",
                    "key": "tts-1",
                    "name": "TTS 1",
                    "description": "Text-to-speech model optimized for speed",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "audio"
                        ]
                    },
                    "attributes": {
                        "performance": 2,
                        "speed": 4
                    },
                    "rates": [
                        {
                            "key": "tts-1",
                            "type": null,
                            "unit": "character"
                        }
                    ]
                },
                {
                    "type": "tts",
                    "key": "tts-1-hd",
                    "name": "TTS 1 HD",
                    "description": "Text-to-speech model optimized for quality",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "audio"
                        ]
                    },
                    "attributes": {
                        "performance": 3,
                        "speed": 3
                    },
                    "rates": [
                        {
                            "key": "tts-1-hd",
                            "type": null,
                            "unit": "character"
                        }
                    ]
                },
                {
                    "type": "embedding",
                    "key": "text-embedding-3-small",
                    "name": "Text Embedding 3 Small",
                    "description": "Small embedding model",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "attributes": {
                        "performance": 2,
                        "speed": 3
                    },
                    "rates": [
                        {
                            "key": "text-embedding-3-small",
                            "type": null,
                            "unit": "token"
                        }
                    ]
                },
                {
                    "type": "embedding",
                    "key": "text-embedding-3-large",
                    "name": "Text Embedding 3 Large",
                    "description": "Most capable embedding model",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "attributes": {
                        "performance": 3,
                        "speed": 2
                    },
                    "rates": [
                        {
                            "key": "text-embedding-3-large",
                            "type": null,
                            "unit": "token"
                        }
                    ]
                },
                {
                    "type": "embedding",
                    "key": "text-embedding-ada-002",
                    "name": "Text Embedding Ada 002",
                    "description": "Older embedding model",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "attributes": {
                        "performance": 1,
                        "speed": 2
                    },
                    "rates": [
                        {
                            "key": "text-embedding-ada-002",
                            "type": null,
                            "unit": "token"
                        }
                    ]
                }
            ]
        },
        {
            "key": "cohere",
            "name": "Cohere",
            "icon": "/assets/icons/monochrome/cohere.svg",
            "models": [
                {
                    "type": "llm",
                    "key": "command-a-reasoning-08-2025",
                    "name": "Command A Reasoning",
                    "description": "Cohere’s first reasoning model, able to ‘think’ before generating an output in a way that allows it to perform well in certain kinds of nuanced problem-solving and agent-based tasks in 23 languages.",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "context_window": 256000,
                        "max_output_tokens": 32000
                    },
                    "rates": [
                        {
                            "key": "command-a-reasoning-08-2025-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "command-a-reasoning-08-2025-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "command-a-vision-07-2025",
                    "name": "Command A Vision",
                    "description": "Cohere’s first multimodal model capable of understanding and interpreting visual data alongside text.",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "attributes": {
                        "context_window": 128000,
                        "max_output_tokens": 8000
                    },
                    "rates": [
                        {
                            "key": "command-a-vision-07-2025-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "command-a-vision-07-2025-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": false,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "command-a-03-2025",
                    "name": "Command A",
                    "description": "Cohere's most performant model, excelling at tool use, agents, RAG, and multilingual tasks. Command A offers a 256K context window, high throughput, and efficient GPU usage compared to Command R+ 08-2024.",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "context_window": 256000,
                        "max_output_tokens": 8000
                    },
                    "rates": [
                        {
                            "key": "command-a-03-2025-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "command-a-03-2025-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "command-r-plus",
                    "name": "Command R+",
                    "description": "Command R+ is an instruction-following conversational model that performs language tasks at a higher quality, more reliably, and with a longer context than previous models. It is best suited for complex RAG workflows and multi-step tool use.",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "context_window": 128000,
                        "max_output_tokens": 4000
                    },
                    "rates": [
                        {
                            "key": "command-r-plus-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "command-r-plus-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "command-r",
                    "name": "Command R",
                    "description": "Command R is an instruction-following conversational model for high-quality, reliable language tasks with long context. Ideal for code generation, RAG, tool use, agents, and complex workflows.",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "context_window": 128000,
                        "max_output_tokens": 4000
                    },
                    "rates": [
                        {
                            "key": "command-r-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "command-r-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "command-r7b-12-2024",
                    "name": "Command R7B",
                    "description": "A small, fast update delivered in December 2024. It excels at RAG, tool use, agents, and similar tasks requiring complex reasoning and multiple steps.",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "context_window": 128000,
                        "max_output_tokens": 4000
                    },
                    "rates": [
                        {
                            "key": "command-r7b-12-2024-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "command-r7b-12-2024-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "c4ai-aya-vision-32b",
                    "name": "Aya Vision 32B",
                    "description": "Aya Vision is a state-of-the-art multimodal model excelling at a variety of critical benchmarks for language, text, and image capabilities. Serves 23 languages. This 32 billion parameter variant is focused on state-of-art multilingual performance.",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "attributes": {
                        "context_window": 16000,
                        "max_output_tokens": 4000
                    },
                    "rates": [
                        {
                            "key": "c4ai-aya-vision-32b-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "c4ai-aya-vision-32b-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": false,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "c4ai-aya-expanse-32b",
                    "name": "Aya Expanse 32B",
                    "description": "Aya Expanse is a highly performant 32B multilingual model, designed to rival monolingual performance through innovations in instruction tuning with data arbitrage, preference training, and model merging. Serves 23 languages.",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "attributes": {
                        "context_window": 128000,
                        "max_output_tokens": 4000
                    },
                    "rates": [
                        {
                            "key": "c4ai-aya-expanse-32b-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "c4ai-aya-expanse-32b-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": false,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                }
            ]
        },
        {
            "key": "anthropic",
            "name": "Anthropic",
            "icon": "/assets/icons/monochrome/anthropic.svg",
            "models": [
                {
                    "type": "llm",
                    "key": "claude-sonnet-4-6",
                    "name": "Sonnet 4.6",
                    "description": "Claude's best combination of speed and intelligence",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "speed": 4,
                        "context_window": 200000,
                        "max_output_tokens": 64000,
                        "knowledge_cutoff": 1767225600
                    },
                    "rates": [
                        {
                            "key": "claude-sonnet-4-6-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "claude-sonnet-4-6-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "claude-sonnet-4-5",
                    "name": "Sonnet 4.5",
                    "description": "Claude's best model for complex agents and coding",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "speed": 4,
                        "context_window": 200000,
                        "max_output_tokens": 64000,
                        "knowledge_cutoff": 1751328000
                    },
                    "rates": [
                        {
                            "key": "claude-sonnet-4-5-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "claude-sonnet-4-5-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "claude-sonnet-4-0",
                    "name": "Sonnet 4",
                    "description": "High-performance model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "speed": 4,
                        "context_window": 200000,
                        "max_output_tokens": 64000,
                        "knowledge_cutoff": 1740787200
                    },
                    "rates": [
                        {
                            "key": "claude-sonnet-4-0-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "claude-sonnet-4-0-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "claude-haiku-4-5",
                    "name": "Haiku 4.5",
                    "description": "Claude's fastest and most intelligent Haiku model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "speed": 5,
                        "context_window": 200000,
                        "max_output_tokens": 64000,
                        "knowledge_cutoff": 1751328000
                    },
                    "rates": [
                        {
                            "key": "claude-haiku-4-5-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "claude-haiku-4-5-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "claude-3-5-haiku-latest",
                    "name": "Haiku 3.5",
                    "description": "Claude's fastest model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "speed": 5,
                        "context_window": 200000,
                        "max_output_tokens": 8192,
                        "knowledge_cutoff": 1719792000
                    },
                    "rates": [
                        {
                            "key": "claude-3-5-haiku-latest-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "claude-3-5-haiku-latest-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "claude-3-haiku-20240307",
                    "name": "Haiku 3",
                    "description": "Fast and compact model for near-instant responsiveness",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools"
                    ],
                    "attributes": {
                        "speed": 4,
                        "context_window": 200000,
                        "max_output_tokens": 4096,
                        "knowledge_cutoff": 1690848000
                    },
                    "rates": [
                        {
                            "key": "claude-3-haiku-20240307-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "claude-3-haiku-20240307-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "claude-opus-4-6",
                    "name": "Opus 4.6",
                    "description": "Claude's most intelligent model for building agents and coding",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "speed": 3,
                        "context_window": 200000,
                        "max_output_tokens": 128000,
                        "knowledge_cutoff": 1754006400
                    },
                    "rates": [
                        {
                            "key": "claude-opus-4-6-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "claude-opus-4-6-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "claude-opus-4-5",
                    "name": "Opus 4.5",
                    "description": "Premium model combining maximum intelligence with practical performance",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "speed": 3,
                        "context_window": 200000,
                        "max_output_tokens": 64000,
                        "knowledge_cutoff": 1754006400
                    },
                    "rates": [
                        {
                            "key": "claude-opus-4-5-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "claude-opus-4-5-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "claude-opus-4-1",
                    "name": "Opus 4.1",
                    "description": "Claude's most capable model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "speed": 3,
                        "context_window": 200000,
                        "max_output_tokens": 32000,
                        "knowledge_cutoff": 1740787200
                    },
                    "rates": [
                        {
                            "key": "claude-opus-4-1-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "claude-opus-4-1-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "claude-opus-4-0",
                    "name": "Opus 4",
                    "description": "Claude's previous flagship model",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "speed": 3,
                        "context_window": 200000,
                        "max_output_tokens": 32000,
                        "knowledge_cutoff": 1740787200
                    },
                    "rates": [
                        {
                            "key": "claude-opus-4-0-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "claude-opus-4-0-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                }
            ]
        },
        {
            "key": "xai",
            "name": "xAI",
            "icon": "/assets/icons/monochrome/xai.svg",
            "models": [
                {
                    "type": "llm",
                    "key": "grok-4-1-fast",
                    "name": "Grok 4.1 Fast  ",
                    "icon": "/assets/icons/monochrome/grok.svg",
                    "description": "A frontier multimodal model optimized specifically for high-performance agentic tool calling.",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "context_window": 2000000,
                        "turbo": true
                    },
                    "rates": [
                        {
                            "key": "grok-4-1-fast-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "grok-4-1-fast-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "grok-code-fast",
                    "name": "Grok Code Fast",
                    "icon": "/assets/icons/monochrome/grok.svg",
                    "description": "A speedy and economical reasoning model that excels at agentic coding.",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "context_window": 256000,
                        "turbo": true
                    },
                    "rates": [
                        {
                            "key": "grok-code-fast-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "grok-code-fast-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "grok-4-fast",
                    "name": "Grok 4 Fast  ",
                    "icon": "/assets/icons/monochrome/grok.svg",
                    "description": "Latest advancement by xAI in cost-efficient reasoning models.",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "context_window": 2000000,
                        "turbo": true
                    },
                    "rates": [
                        {
                            "key": "grok-4-fast-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "grok-4-fast-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": true,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "grok-4",
                    "name": "Grok 4",
                    "icon": "/assets/icons/monochrome/grok.svg",
                    "description": "Latest and greatest flagship model by xAI, offering unparalleled performance in natural language, math and reasoning - the perfect jack of all trades.",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "context_window": 256000
                    },
                    "rates": [
                        {
                            "key": "grok-4-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "grok-4-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "llm",
                    "key": "grok-3",
                    "name": "Grok 3",
                    "description": "Excels at enterprise use cases like data extraction, coding, and text summarization. Possesses deep domain knowledge in finance, healthcare, law, and science.",
                    "modalities": {
                        "input": [
                            "text"
                        ],
                        "output": [
                            "text"
                        ]
                    },
                    "capabilities": [
                        "tools",
                        "reasoning"
                    ],
                    "attributes": {
                        "context_window": 131072
                    },
                    "icon": "/assets/icons/monochrome/grok.svg",
                    "rates": [
                        {
                            "key": "grok-3-input",
                            "type": "input",
                            "unit": "token"
                        },
                        {
                            "key": "grok-3-output",
                            "type": "output",
                            "unit": "token"
                        }
                    ],
                    "config": {
                        "stream": true,
                        "vision": false,
                        "tools": true,
                        "titler": true,
                        "writer": true,
                        "coder": true
                    }
                },
                {
                    "type": "image",
                    "key": "grok-imagine-image-pro",
                    "name": "Grok Image Pro",
                    "description": "Image generation model, capable of creating high-quality, detailed images from text prompts.",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "image"
                        ]
                    },
                    "rates": [
                        {
                            "key": "grok-imagine-image-pro-image",
                            "type": "image",
                            "unit": "image"
                        },
                        {
                            "key": "grok-imagine-image-pro-output",
                            "type": "output",
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "required": false,
                            "limit": 10,
                            "size": 25600,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "9:19.5",
                                        "label": "9:19.5"
                                    },
                                    {
                                        "value": "19.5:9",
                                        "label": "19.5:9"
                                    },
                                    {
                                        "value": "9:20",
                                        "label": "9:20"
                                    },
                                    {
                                        "value": "20:9",
                                        "label": "20:9"
                                    },
                                    {
                                        "value": "1:2",
                                        "label": "1:2"
                                    },
                                    {
                                        "value": "2:1",
                                        "label": "2:1"
                                    },
                                    {
                                        "value": "auto",
                                        "label": "Auto"
                                    }
                                ]
                            },
                            {
                                "key": "quality",
                                "label": "Quality",
                                "options": [
                                    {
                                        "value": "high",
                                        "label": "High"
                                    },
                                    {
                                        "value": "medium",
                                        "label": "Medium"
                                    },
                                    {
                                        "value": "low",
                                        "label": "Low"
                                    }
                                ]
                            },
                            {
                                "key": "resolution",
                                "label": "Resolution",
                                "options": [
                                    {
                                        "value": "1k",
                                        "label": "1K"
                                    },
                                    {
                                        "value": "2k",
                                        "label": "2K"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "grok-imagine-image",
                    "name": "Grok Image",
                    "description": "Image generation model, capable of creating high-quality, detailed images from text prompts.",
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "image"
                        ]
                    },
                    "rates": [
                        {
                            "key": "grok-imagine-image-image",
                            "type": "image",
                            "unit": "image"
                        },
                        {
                            "key": "grok-imagine-image-output",
                            "type": "output",
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "required": false,
                            "limit": 10,
                            "size": 25600,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "9:19.5",
                                        "label": "9:19.5"
                                    },
                                    {
                                        "value": "19.5:9",
                                        "label": "19.5:9"
                                    },
                                    {
                                        "value": "9:20",
                                        "label": "9:20"
                                    },
                                    {
                                        "value": "20:9",
                                        "label": "20:9"
                                    },
                                    {
                                        "value": "1:2",
                                        "label": "1:2"
                                    },
                                    {
                                        "value": "2:1",
                                        "label": "2:1"
                                    },
                                    {
                                        "value": "auto",
                                        "label": "Auto"
                                    }
                                ]
                            },
                            {
                                "key": "quality",
                                "label": "Quality",
                                "options": [
                                    {
                                        "value": "high",
                                        "label": "High"
                                    },
                                    {
                                        "value": "medium",
                                        "label": "Medium"
                                    },
                                    {
                                        "value": "low",
                                        "label": "Low"
                                    }
                                ]
                            },
                            {
                                "key": "resolution",
                                "label": "Resolution",
                                "options": [
                                    {
                                        "value": "1k",
                                        "label": "1K"
                                    },
                                    {
                                        "value": "2k",
                                        "label": "2K"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "grok-imagine-video",
                    "name": "Grok Video",
                    "description": "Generate videos from text, animate images, or edit videos.",
                    "multiplier": 15,
                    "rates": [
                        {
                            "key": "grok-imagine-video-image",
                            "type": "image",
                            "unit": "image"
                        },
                        {
                            "key": "grok-imagine-video",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "1"
                                    },
                                    {
                                        "value": 2,
                                        "label": "2"
                                    },
                                    {
                                        "value": 3,
                                        "label": "3"
                                    },
                                    {
                                        "value": 4,
                                        "label": "4"
                                    },
                                    {
                                        "value": 5,
                                        "label": "5"
                                    },
                                    {
                                        "value": 6,
                                        "label": "6"
                                    },
                                    {
                                        "value": 7,
                                        "label": "7"
                                    },
                                    {
                                        "value": 8,
                                        "label": "8"
                                    },
                                    {
                                        "value": 9,
                                        "label": "9"
                                    },
                                    {
                                        "value": 10,
                                        "label": "10"
                                    },
                                    {
                                        "value": 11,
                                        "label": "11"
                                    },
                                    {
                                        "value": 12,
                                        "label": "12"
                                    },
                                    {
                                        "value": 13,
                                        "label": "13"
                                    },
                                    {
                                        "value": 14,
                                        "label": "14"
                                    },
                                    {
                                        "value": 15,
                                        "label": "15"
                                    }
                                ]
                            },
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    }
                                ]
                            },
                            {
                                "key": "resolution",
                                "label": "Resolution",
                                "options": [
                                    {
                                        "value": "720p",
                                        "label": "720p"
                                    },
                                    {
                                        "value": "480p",
                                        "label": "480p"
                                    }
                                ]
                            }
                        ]
                    }
                }
            ]
        },
        {
            "key": "elevenlabs",
            "name": "ElevenLabs",
            "rates": [
                {
                    "key": "elevenlabs",
                    "type": "all",
                    "unit": "character"
                }
            ],
            "models": [
                {
                    "type": "tts",
                    "key": "eleven_multilingual_v2",
                    "name": "Multilingual v2"
                },
                {
                    "type": "tts",
                    "key": "eleven_turbo_v2_5",
                    "name": "Turbo v2.5"
                },
                {
                    "type": "tts",
                    "key": "eleven_multilingual_v1",
                    "name": "Multilingual v1"
                },
                {
                    "type": "tts",
                    "key": "eleven_monolingual_v1",
                    "name": "Monolingual v1"
                }
            ]
        },
        {
            "key": "speechify",
            "name": "Speechify",
            "rates": [
                {
                    "key": "speechify",
                    "type": "all",
                    "unit": "character"
                }
            ],
            "models": [
                {
                    "type": "tts",
                    "key": "simba-english",
                    "name": "Simba English"
                },
                {
                    "type": "tts",
                    "key": "simba-multilingual",
                    "name": "Simba Multilingual"
                },
                {
                    "type": "tts",
                    "key": "simba-turbo",
                    "name": "Simba Turbo"
                }
            ]
        },
        {
            "key": "gcp",
            "name": "Google",
            "icon": "/assets/icons/monochrome/google.svg",
            "models": [
                {
                    "type": "tts",
                    "key": "google-tts-standard",
                    "name": "Google TTS Standard",
                    "rates": [
                        {
                            "key": "google-tts-standard",
                            "type": null,
                            "unit": "character"
                        }
                    ]
                },
                {
                    "type": "tts",
                    "key": "google-tts-studio",
                    "name": "Google TTS Studio",
                    "rates": [
                        {
                            "key": "google-tts-studio",
                            "type": null,
                            "unit": "byte"
                        }
                    ]
                },
                {
                    "type": "tts",
                    "key": "google-tts-premium",
                    "name": "Google TTS Premium",
                    "rates": [
                        {
                            "key": "google-tts-premium",
                            "type": null,
                            "unit": "byte"
                        }
                    ]
                }
            ]
        },
        {
            "key": "azure",
            "name": "Azure",
            "icon": "/assets/icons/monochrome/azure.svg",
            "models": [
                {
                    "type": "tts",
                    "key": "azure-tts",
                    "name": "Azure TTS",
                    "rates": [
                        {
                            "key": "azure-tts",
                            "type": null,
                            "unit": "character"
                        }
                    ]
                }
            ]
        },
        {
            "key": "falai",
            "name": "FalAI",
            "icon": "/assets/icons/monochrome/falai.svg",
            "models": [
                {
                    "type": "image",
                    "key": "fal-ai/nano-banana-pro",
                    "name": "Nano Banana Pro",
                    "description": "Google's new state-of-the-art image generation and editing model",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "image"
                        ]
                    },
                    "rates": [
                        {
                            "key": "fal-ai/nano-banana-pro",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/nano-banana-pro",
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/nano-banana-pro/edit",
                            "required": false,
                            "limit": 4,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "5:4",
                                        "label": "5:4"
                                    },
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "4:5",
                                        "label": "4:5"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "resolution",
                                "label": "Resolution",
                                "options": [
                                    {
                                        "value": "1K",
                                        "label": "1K"
                                    },
                                    {
                                        "value": "2K",
                                        "label": "2K"
                                    },
                                    {
                                        "value": "4K",
                                        "label": "4K"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/nano-banana",
                    "name": "Nano Banana",
                    "description": "Google's state-of-the-art image generation and editing model.",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "image"
                        ]
                    },
                    "rates": [
                        {
                            "key": "fal-ai/nano-banana",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/nano-banana",
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/nano-banana/edit",
                            "required": false,
                            "limit": 4,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "5:4",
                                        "label": "5:4"
                                    },
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "4:5",
                                        "label": "4:5"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/imagen4/preview",
                    "name": "Imagen 4",
                    "description": "Google’s highest quality image generation model",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/imagen4/preview",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "attributes": {
                        "preview": true
                    },
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/imagen4/preview/fast",
                    "name": "Imagen 4",
                    "description": "Imagen 4's fast and cost-effective version.",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/imagen4/preview/fast",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "attributes": {
                        "preview": true,
                        "turbo": true
                    },
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/imagen4/preview/ultra",
                    "name": "Imagen 4 (Ultra)",
                    "description": "Google’s highest quality image generation model",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/imagen4/preview/ultra",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "attributes": {
                        "preview": true,
                        "turbo": true
                    },
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/imagen3",
                    "name": "Imagen 3",
                    "description": "Generating images with even better detail, richer lighting and fewer distracting artifacts",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/imagen3",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/imagen3/fast",
                    "name": "Imagen 3",
                    "description": "Generating images with even better detail, richer lighting and fewer distracting artifacts",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/imagen3/fast",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "attributes": {
                        "turbo": true
                    },
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/flux-2-pro",
                    "name": "FLUX.2 [pro]",
                    "description": "Ideal for high-quality image manipulation, style transfer, and sequential editing workflows",
                    "provider": {
                        "name": "Black Forest Labs",
                        "icon": "/assets/icons/monochrome/bfl.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/flux-2-pro",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/flux-2-pro/edit",
                            "required": false,
                            "limit": 3,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "square_hd",
                                        "label": "Square HD"
                                    },
                                    {
                                        "value": "square",
                                        "label": "Square"
                                    },
                                    {
                                        "value": "portrait_4_3",
                                        "label": "Portrait 4:3"
                                    },
                                    {
                                        "value": "portrait_16_9",
                                        "label": "Portrait 16:9"
                                    },
                                    {
                                        "value": "landscape_4_3",
                                        "label": "Landscape 4:3"
                                    },
                                    {
                                        "value": "landscape_16_9",
                                        "label": "Landscape 16:9"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/flux-2-flex",
                    "name": "FLUX.2 [flex]",
                    "description": "Supports multi-reference editing with customizable inference steps and enhanced text rendering.",
                    "provider": {
                        "name": "Black Forest Labs",
                        "icon": "/assets/icons/monochrome/bfl.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/flux-2-flex",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/flux-2-flex/edit",
                            "required": false,
                            "limit": 3,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "square_hd",
                                        "label": "Square HD"
                                    },
                                    {
                                        "value": "square",
                                        "label": "Square"
                                    },
                                    {
                                        "value": "portrait_4_3",
                                        "label": "Portrait 4:3"
                                    },
                                    {
                                        "value": "portrait_16_9",
                                        "label": "Portrait 16:9"
                                    },
                                    {
                                        "value": "landscape_4_3",
                                        "label": "Landscape 4:3"
                                    },
                                    {
                                        "value": "landscape_16_9",
                                        "label": "Landscape 16:9"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/flux-2",
                    "name": "FLUX.2 [dev]",
                    "description": "Enhanced realism, crisper text generation, and native editing capabilities.",
                    "provider": {
                        "name": "Black Forest Labs",
                        "icon": "/assets/icons/monochrome/bfl.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/flux-2",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/flux-2/edit",
                            "required": false,
                            "limit": 3,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "square_hd",
                                        "label": "Square HD"
                                    },
                                    {
                                        "value": "square",
                                        "label": "Square"
                                    },
                                    {
                                        "value": "portrait_4_3",
                                        "label": "Portrait 4:3"
                                    },
                                    {
                                        "value": "portrait_16_9",
                                        "label": "Portrait 16:9"
                                    },
                                    {
                                        "value": "landscape_4_3",
                                        "label": "Landscape 4:3"
                                    },
                                    {
                                        "value": "landscape_16_9",
                                        "label": "Landscape 16:9"
                                    }
                                ]
                            },
                            {
                                "key": "acceleration",
                                "label": "Acceleration",
                                "options": [
                                    {
                                        "value": "none",
                                        "label": "None"
                                    },
                                    {
                                        "value": "regular",
                                        "label": "Regular"
                                    },
                                    {
                                        "value": "high",
                                        "label": "High"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/flux-pro/kontext/max",
                    "name": "FLUX.1 Kontext [max]",
                    "description": "A premium model brings maximum performance across all aspects – greatly improved prompt adherence and typography generation meet premium consistency for editing without compromise on speed.",
                    "provider": {
                        "name": "Black Forest Labs",
                        "icon": "/assets/icons/monochrome/bfl.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/flux-pro/kontext/max",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/flux-pro/kontext/max/text-to-image",
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/flux-pro/kontext/max",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "9:21",
                                        "label": "9:21"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/flux-pro/kontext",
                    "name": "FLUX.1 Kontext [pro]",
                    "description": "A unified model delivering local editing, generative modifications, and text-to-image generation in FLUX.1 quality.",
                    "provider": {
                        "name": "Black Forest Labs",
                        "icon": "/assets/icons/monochrome/bfl.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/flux-pro/kontext",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/flux-pro/kontext/text-to-image",
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/flux-pro/kontext",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "9:21",
                                        "label": "9:21"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/flux-pro/v1.1",
                    "name": "FLUX 1.1 [pro]",
                    "description": "The best of FLUX, offering state-of-the-art performance image generation at blazing speeds with top of the line prompt following, visual quality, image detail, and output diversity. ",
                    "provider": {
                        "name": "Black Forest Labs",
                        "icon": "/assets/icons/monochrome/bfl.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/flux-pro/v1.1",
                            "type": null,
                            "unit": "megapixels"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/flux-pro/v1.1-ultra/redux",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "square_hd",
                                        "label": "1:1 HD"
                                    },
                                    {
                                        "value": "square",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "portrait_4_3",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "portrait_16_9",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "landscape_4_3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "landscape_16_9",
                                        "label": "16:9"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/flux-pro/v1.1-ultra",
                    "name": "FLUX 1.1 [pro/ultra]",
                    "description": "Ultra / Raw Modes. Ultra Fast, More Pixels.",
                    "provider": {
                        "name": "Black Forest Labs",
                        "icon": "/assets/icons/monochrome/bfl.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/flux-pro/v1.1-ultra",
                            "type": null,
                            "unit": "megapixels"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/flux-pro/v1.1-ultra/redux",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "9:21",
                                        "label": "9:21"
                                    }
                                ]
                            },
                            {
                                "key": "raw",
                                "label": "Raw",
                                "options": [
                                    {
                                        "value": true,
                                        "label": "True"
                                    },
                                    {
                                        "value": false,
                                        "label": "False"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/flux-pro",
                    "name": "FLUX.1 [pro]",
                    "description": "State-of-the-art performance image generation with top of the line prompt following, visual quality, image detail, and output diversity.",
                    "provider": {
                        "name": "Black Forest Labs",
                        "icon": "/assets/icons/monochrome/bfl.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/flux-pro",
                            "type": null,
                            "unit": "megapixels"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/flux-pro/v1.1-ultra/redux",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "square_hd",
                                        "label": "1:1 HD"
                                    },
                                    {
                                        "value": "square",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "portrait_4_3",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "portrait_16_9",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "landscape_4_3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "landscape_16_9",
                                        "label": "16:9"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/flux/dev",
                    "name": "FLUX.1 [dev]",
                    "description": "Directly distilled from FLUX.1 [pro], an open-weight, guidance-distilled model",
                    "provider": {
                        "name": "Black Forest Labs",
                        "icon": "/assets/icons/monochrome/bfl.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/flux/dev",
                            "type": null,
                            "unit": "megapixels"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "square_hd",
                                        "label": "1:1 HD"
                                    },
                                    {
                                        "value": "square",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "portrait_4_3",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "portrait_16_9",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "landscape_4_3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "landscape_16_9",
                                        "label": "16:9"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/flux/schnell",
                    "name": "FLUX.1 [schnell]",
                    "description": "Fastest FLUX.1 model",
                    "provider": {
                        "name": "Black Forest Labs",
                        "icon": "/assets/icons/monochrome/bfl.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/flux/schnell",
                            "type": null,
                            "unit": "megapixels"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "square_hd",
                                        "label": "1:1 HD"
                                    },
                                    {
                                        "value": "square",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "portrait_4_3",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "portrait_16_9",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "landscape_4_3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "landscape_16_9",
                                        "label": "16:9"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/bytedance/seedance/v1/pro",
                    "name": "Seedance 1.0 Pro",
                    "description": "A high quality video generation model developed by Bytedance.",
                    "provider": {
                        "name": "ByteDance",
                        "icon": "/assets/icons/monochrome/bytedance.svg"
                    },
                    "multiplier": 0.58752,
                    "rates": [
                        {
                            "key": "fal-ai/bytedance/seedance/v1/pro",
                            "type": null,
                            "unit": "mtokens"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "endpoint": "/fal-ai/bytedance/seedance/v1/pro/text-to-video",
                        "frames": {
                            "endpoint": "/fal-ai/bytedance/seedance/v1/pro/image-to-video",
                            "required": false,
                            "limit": 2,
                            "size": 8388608,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "resolution",
                                "label": "Resolution",
                                "options": [
                                    {
                                        "value": "480p",
                                        "label": "480p"
                                    },
                                    {
                                        "value": "720p",
                                        "label": "720p"
                                    },
                                    {
                                        "value": "1080p",
                                        "label": "1080p"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "2",
                                        "label": "2s"
                                    },
                                    {
                                        "value": "3",
                                        "label": "3s"
                                    },
                                    {
                                        "value": "4",
                                        "label": "4s"
                                    },
                                    {
                                        "value": "5",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "6",
                                        "label": "6s"
                                    },
                                    {
                                        "value": "7",
                                        "label": "7s"
                                    },
                                    {
                                        "value": "8",
                                        "label": "8s"
                                    },
                                    {
                                        "value": "9",
                                        "label": "9s"
                                    },
                                    {
                                        "value": "10",
                                        "label": "10s"
                                    },
                                    {
                                        "value": "11",
                                        "label": "11s"
                                    },
                                    {
                                        "value": "12",
                                        "label": "12s"
                                    }
                                ]
                            },
                            {
                                "key": "enhance_prompt",
                                "label": "Enhance Prompt",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "True"
                                    },
                                    {
                                        "value": 0,
                                        "label": "False"
                                    }
                                ]
                            },
                            {
                                "key": "generate_audio",
                                "label": "With audio",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "True"
                                    },
                                    {
                                        "value": 0,
                                        "label": "False"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/bytedance/seedream/v4.5",
                    "name": "Seedream 4.5",
                    "description": "A new-generation image creation model ByteDance, Seedream 4.5 integrates image generation and image editing capabilities into a single, unified architecture.",
                    "provider": {
                        "name": "ByteDance",
                        "icon": "/assets/icons/monochrome/bytedance.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/bytedance/seedream/v4.5",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "endpoint": "/fal-ai/bytedance/seedream/v4.5/text-to-image",
                        "images": {
                            "endpoint": "/fal-ai/bytedance/seedream/v4.5/edit",
                            "required": false,
                            "limit": 10,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "square_hd",
                                        "label": "1:1 HD"
                                    },
                                    {
                                        "value": "square",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "portrait_4_3",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "portrait_16_9",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "landscape_4_3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "landscape_16_9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "auto",
                                        "label": "Auto"
                                    },
                                    {
                                        "value": "auto_2K",
                                        "label": "Auto 2K"
                                    },
                                    {
                                        "value": "auto_4K",
                                        "label": "Auto 4K"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/bytedance/seedream/v4",
                    "name": "Seedream 4",
                    "description": "A new-generation image creation model ByteDance, Seedream 4.0 integrates image generation and image editing capabilities into a single, unified architecture.",
                    "provider": {
                        "name": "ByteDance",
                        "icon": "/assets/icons/monochrome/bytedance.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/bytedance/seedream/v4",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "endpoint": "/fal-ai/bytedance/seedream/v4/text-to-image",
                        "images": {
                            "endpoint": "/fal-ai/bytedance/seedream/v4/edit",
                            "required": false,
                            "limit": 10,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "square_hd",
                                        "label": "1:1 HD"
                                    },
                                    {
                                        "value": "square",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "portrait_4_3",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "portrait_16_9",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "landscape_4_3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "landscape_16_9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "auto",
                                        "label": "Auto"
                                    },
                                    {
                                        "value": "auto_2K",
                                        "label": "Auto 2K"
                                    },
                                    {
                                        "value": "auto_4K",
                                        "label": "Auto 4K"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "fal-ai/reve",
                    "name": "Reve",
                    "description": "Generates detailed visual output that closely follow your instructions, with strong aesthetic quality and accurate text rendering with support of reference images",
                    "provider": {
                        "name": "Reve",
                        "icon": "/assets/icons/monochrome/reve.svg"
                    },
                    "modalities": {
                        "input": [
                            "text",
                            "image"
                        ],
                        "output": [
                            "image"
                        ]
                    },
                    "rates": [
                        {
                            "key": "fal-ai/reve",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/reve/text-to-image",
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "endpoint": "/fal-ai/reve/remix",
                            "required": false,
                            "limit": 6,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/veo3.1",
                    "name": "Veo 3.1",
                    "description": "Veo 3.1 is the latest state-of-the art video generation model from Google DeepMind",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "multiplier": 8,
                    "rates": [
                        {
                            "key": "fal-ai/veo3.1",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "endpoint": "/fal-ai/veo3.1/reference-to-video",
                            "endpoint_reference": "/fal-ai/veo3.1/reference-to-video",
                            "endpoint_1": "/fal-ai/veo3.1/image-to-video",
                            "endpoint_2": "/fal-ai/veo3.1/first-last-frame-to-video",
                            "required": false,
                            "size": 8388608,
                            "limit": 10,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "8s",
                                        "label": "8s"
                                    }
                                ]
                            },
                            {
                                "key": "generate_audio",
                                "label": "With audio",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "True"
                                    },
                                    {
                                        "value": 0,
                                        "label": "False"
                                    }
                                ]
                            },
                            {
                                "key": "frame_type",
                                "label": "Frame type",
                                "options": [
                                    {
                                        "value": "auto",
                                        "label": "Auto"
                                    },
                                    {
                                        "value": "reference",
                                        "label": "Reference"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/veo3.1/fast",
                    "name": "Veo 3.1 (Fast)",
                    "description": "Faster and more cost effective version of Google's Veo 3.1!",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "multiplier": 8,
                    "rates": [
                        {
                            "key": "fal-ai/veo3.1/fast",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "attributes": {
                        "turbo": true
                    },
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "endpoint_1": "/fal-ai/veo3.1/fast/image-to-video",
                            "endpoint_2": "/fal-ai/veo3.1/fast/first-last-frame-to-video",
                            "required": false,
                            "size": 8388608,
                            "limit": 10,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "8s",
                                        "label": "8s"
                                    }
                                ]
                            },
                            {
                                "key": "generate_audio",
                                "label": "With audio",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "True"
                                    },
                                    {
                                        "value": 0,
                                        "label": "False"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/veo3",
                    "name": "Veo 3",
                    "description": "The most advanced AI video generation model in the world. With sound on!",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "multiplier": 8,
                    "rates": [
                        {
                            "key": "fal-ai/veo3",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/veo3/image-to-video",
                            "required": false,
                            "limit": 1,
                            "size": 8388608,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "8s",
                                        "label": "8s"
                                    }
                                ]
                            },
                            {
                                "key": "enhance_prompt",
                                "label": "Enhance Prompt",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "True"
                                    },
                                    {
                                        "value": 0,
                                        "label": "False"
                                    }
                                ]
                            },
                            {
                                "key": "generate_audio",
                                "label": "With audio",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "True"
                                    },
                                    {
                                        "value": 0,
                                        "label": "False"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/veo3/fast",
                    "name": "Veo 3 (Fast)",
                    "description": "The most advanced AI video generation model in the world. With sound on!",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "multiplier": 8,
                    "rates": [
                        {
                            "key": "fal-ai/veo3/fast",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "attributes": {
                        "turbo": true
                    },
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/veo3/fast/image-to-video",
                            "required": false,
                            "limit": 1,
                            "size": 8388608,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "8s",
                                        "label": "8s"
                                    }
                                ]
                            },
                            {
                                "key": "enhance_prompt",
                                "label": "Enhance Prompt",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "True"
                                    },
                                    {
                                        "value": 0,
                                        "label": "False"
                                    }
                                ]
                            },
                            {
                                "key": "generate_audio",
                                "label": "With audio",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "True"
                                    },
                                    {
                                        "value": 0,
                                        "label": "False"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/veo2",
                    "name": "Veo 2",
                    "description": "Videos with realistic motion and high quality output, up to 4K",
                    "provider": {
                        "name": "Google",
                        "icon": "/assets/icons/monochrome/google.svg"
                    },
                    "multiplier": 8,
                    "rates": [
                        {
                            "key": "fal-ai/veo2",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "endpoint": "/fal-ai/veo2/image-to-video",
                            "required": false,
                            "limit": 1,
                            "size": 8388608,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "5s",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "6s",
                                        "label": "6s"
                                    },
                                    {
                                        "value": "7s",
                                        "label": "7s"
                                    },
                                    {
                                        "value": "8s",
                                        "label": "8s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "decart/lucy-14b",
                    "name": "Lucy-14B",
                    "description": "Lucy-14B delivers lightning fast performance that redefines what's possible with image-to-video AI",
                    "provider": {
                        "name": "Decart",
                        "icon": "/assets/icons/monochrome/decart.svg"
                    },
                    "multiplier": 5,
                    "rates": [
                        {
                            "key": "decart/lucy-14b",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "endpoint": "/decart/lucy-14b/image-to-video",
                            "required": true,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/kling-video/v2.6/pro",
                    "name": "Kling 2.6 Pro",
                    "description": "Top-tier video model with cinematic visuals, fluid motion, and native audio generation.",
                    "provider": {
                        "name": "Kuaishou AI Team",
                        "icon": "/assets/icons/monochrome/kling.svg"
                    },
                    "multiplier": 10,
                    "rates": [
                        {
                            "key": "fal-ai/kling-video/v2.6/pro",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/kling-video/v2.6/pro/text-to-video",
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/kling-video/v2.6/pro/image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "5",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "10",
                                        "label": "10s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/kling-video/v2.5-turbo/pro",
                    "name": "Kling 2.5 Pro",
                    "description": "Top-tier video generation with unparalleled motion fluidity, cinematic visuals, and exceptional prompt precision.",
                    "provider": {
                        "name": "Kuaishou AI Team",
                        "icon": "/assets/icons/monochrome/kling.svg"
                    },
                    "multiplier": 10,
                    "rates": [
                        {
                            "key": "fal-ai/kling-video/v2.5-turbo/pro",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "attributes": {
                        "turbo": true
                    },
                    "config": {
                        "endpoint": "/fal-ai/kling-video/v2.5-turbo/pro/text-to-video",
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/kling-video/v2.5-turbo/pro/image-to-video",
                            "required": false,
                            "limit": 2,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "5",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "10",
                                        "label": "10s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/kling-video/v2.1/master",
                    "name": "Kling 2.1 Master",
                    "description": "Designed for top-tier video generation with unparalleled motion fluidity, cinematic visuals, and exceptional prompt precision.",
                    "provider": {
                        "name": "Kuaishou AI Team",
                        "icon": "/assets/icons/monochrome/kling.svg"
                    },
                    "multiplier": 10,
                    "rates": [
                        {
                            "key": "fal-ai/kling-video/v2.1/master",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/kling-video/v2.1/master/text-to-video",
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/kling-video/v2.1/master/image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "5",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "10",
                                        "label": "10s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/kling-video/v2/master",
                    "name": "Kling 2 Master",
                    "description": "State-of-the-art AI video generator with cinematic quality and fluid motion.",
                    "provider": {
                        "name": "Kuaishou AI Team",
                        "icon": "/assets/icons/monochrome/kling.svg"
                    },
                    "multiplier": 10,
                    "rates": [
                        {
                            "key": "fal-ai/kling-video/v2/master",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/kling-video/v2/master/text-to-video",
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/kling-video/v2/master/image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "5",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "10",
                                        "label": "10s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/kling-video/v1.6/pro",
                    "name": "Kling 1.6 Pro",
                    "description": "State-of-the-art AI video generator with cinematic quality and fluid motion.",
                    "provider": {
                        "name": "Kuaishou AI Team",
                        "icon": "/assets/icons/monochrome/kling.svg"
                    },
                    "multiplier": 10,
                    "rates": [
                        {
                            "key": "fal-ai/kling-video/v1.6/pro",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/kling-video/v1.6/pro/text-to-video",
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/kling-video/v1.6/pro/image-to-video",
                            "required": false,
                            "limit": 2,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "5",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "10",
                                        "label": "10s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/kling-video/v1.6/standard",
                    "name": "Kling 1.6",
                    "description": "State-of-the-art AI video generator with cinematic quality and fluid motion.",
                    "provider": {
                        "name": "Kuaishou AI Team",
                        "icon": "/assets/icons/monochrome/kling.svg"
                    },
                    "multiplier": 10,
                    "rates": [
                        {
                            "key": "fal-ai/kling-video/v1.6/standard",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/kling-video/v1.6/standard/text-to-video",
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/kling-video/v1.6/standard/image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "5",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "6",
                                        "label": "6s"
                                    },
                                    {
                                        "value": "7",
                                        "label": "7s"
                                    },
                                    {
                                        "value": "8",
                                        "label": "8s"
                                    },
                                    {
                                        "value": "9",
                                        "label": "9s"
                                    },
                                    {
                                        "value": "10",
                                        "label": "10s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/pika/v2.2",
                    "name": "Pika 2.2",
                    "description": "State-of-the-art AI video generator with cinematic quality and fluid motion.",
                    "provider": {
                        "name": "Pika Labs",
                        "icon": "/assets/icons/monochrome/pika.svg"
                    },
                    "multiplier": 10,
                    "rates": [
                        {
                            "key": "fal-ai/pika/v2.2",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/pika/v2.2/text-to-video",
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/pika/v2.2/image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "4:5",
                                        "label": "4:5"
                                    },
                                    {
                                        "value": "5:4",
                                        "label": "5:4"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    }
                                ]
                            },
                            {
                                "key": "resolution",
                                "label": "Resolution",
                                "options": [
                                    {
                                        "value": "720p",
                                        "label": "720p"
                                    },
                                    {
                                        "value": "1080p",
                                        "label": "1080p"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "5",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "10",
                                        "label": "10s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/minimax/video-01",
                    "name": "Minimax",
                    "description": "Generate high-definition videos at 720p resolution and 25fps",
                    "provider": {
                        "name": "Minimax",
                        "icon": "/assets/icons/monochrome/minimax.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/minimax/video-01",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "endpoint": "/fal-ai/minimax/video-01/image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": []
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/minimax/video-01-director",
                    "name": "Minimax Director",
                    "description": "Designed to revolutionize video creation by putting professional filmmaking tools at your fingertips.",
                    "provider": {
                        "name": "Minimax",
                        "icon": "/assets/icons/monochrome/minimax.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/minimax/video-01-director",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "endpoint": "/fal-ai/minimax/video-01-director/image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": []
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/minimax/video-01-live",
                    "name": "Minimax Live",
                    "description": "Designed to revolutionize how 2D illustrations come to life, lets your characters move, speak, and shine like never before",
                    "provider": {
                        "name": "Minimax",
                        "icon": "/assets/icons/monochrome/minimax.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/minimax/video-01-live",
                            "type": null,
                            "unit": "seconds"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "endpoint": "/fal-ai/minimax/video-01-live/image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": []
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/wan/v2.2-5b",
                    "name": "Wan 2.2",
                    "description": "A video model that generates high-quality videos with high visual quality and motion diversity from text prompts.",
                    "provider": {
                        "name": "Alibaba",
                        "icon": "/assets/icons/monochrome/alibaba.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/wan/v2.2-5b",
                            "type": null,
                            "unit": "video"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/wan/v2.2-5b/text-to-video",
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/wan/v2.2-5b/image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": []
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/wan-pro",
                    "name": "Wan 2.1 Pro",
                    "description": "A premium model to generates high-quality 1080p videos at 30fps with up to 6 seconds duration",
                    "provider": {
                        "name": "Alibaba",
                        "icon": "/assets/icons/monochrome/alibaba.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/wan-pro",
                            "type": null,
                            "unit": "video"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/wan-pro/text-to-video",
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "endpoint": "/fal-ai/wan-pro/image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": []
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/wan",
                    "name": "Wan 2.1",
                    "description": "Generate high-quality videos with high visual quality and motion diversity",
                    "provider": {
                        "name": "Alibaba",
                        "icon": "/assets/icons/monochrome/alibaba.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/wan",
                            "type": null,
                            "unit": "video"
                        }
                    ],
                    "config": {
                        "endpoint": "/fal-ai/wan-t2v",
                        "prompt_length": null,
                        "negative_prompt": true,
                        "frames": {
                            "endpoint": "/fal-ai/wan-i2v",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "resolution",
                                "label": "Resolution",
                                "options": [
                                    {
                                        "value": "480p",
                                        "label": "480p"
                                    },
                                    {
                                        "value": "720p",
                                        "label": "720p"
                                    }
                                ]
                            },
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            },
                            {
                                "key": "frames_per_second",
                                "label": "FPS",
                                "options": [
                                    {
                                        "value": "5",
                                        "label": "5"
                                    },
                                    {
                                        "value": "8",
                                        "label": "8"
                                    },
                                    {
                                        "value": "10",
                                        "label": "10"
                                    },
                                    {
                                        "value": "15",
                                        "label": "15"
                                    },
                                    {
                                        "value": "16",
                                        "label": "16"
                                    },
                                    {
                                        "value": "20",
                                        "label": "20"
                                    },
                                    {
                                        "value": "24",
                                        "label": "24"
                                    }
                                ]
                            },
                            {
                                "key": "num_frames",
                                "label": "Total Frames",
                                "options": [
                                    {
                                        "value": "81",
                                        "label": "81"
                                    },
                                    {
                                        "value": "85",
                                        "label": "85"
                                    },
                                    {
                                        "value": "90",
                                        "label": "90"
                                    },
                                    {
                                        "value": "95",
                                        "label": "95"
                                    },
                                    {
                                        "value": "100",
                                        "label": "100"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "fal-ai/hunyuan-video",
                    "name": "Hunyuan Video",
                    "description": "Combining virtual and real unlimited creativity",
                    "provider": {
                        "name": "Tencent",
                        "icon": "/assets/icons/monochrome/hunyuan.svg"
                    },
                    "rates": [
                        {
                            "key": "fal-ai/hunyuan-video",
                            "type": null,
                            "unit": "video"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "frames": {
                            "endpoint": "/fal-ai/hunyuan-video-image-to-video",
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    }
                                ]
                            }
                        ]
                    }
                }
            ]
        },
        {
            "key": "stabilityai",
            "name": "StabilityAI",
            "icon": "/assets/icons/monochrome/stabilityai.svg",
            "models": [
                {
                    "type": "image",
                    "key": "sd-ultra",
                    "name": "SD Ultra",
                    "rates": [
                        {
                            "key": "sd-ultra",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "4:5",
                                        "label": "4:5"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "sd-core",
                    "name": "SD Core",
                    "rates": [
                        {
                            "key": "sd-core",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "4:5",
                                        "label": "4:5"
                                    }
                                ]
                            },
                            {
                                "key": "style_preset",
                                "label": "Style",
                                "options": [
                                    {
                                        "value": "3d-model",
                                        "label": "3d model"
                                    },
                                    {
                                        "value": "analog-film",
                                        "label": "Analog film"
                                    },
                                    {
                                        "value": "anime",
                                        "label": "Anime"
                                    },
                                    {
                                        "value": "cinematic",
                                        "label": "Cinematic"
                                    },
                                    {
                                        "value": "comic-book",
                                        "label": "Comic book"
                                    },
                                    {
                                        "value": "digital-art",
                                        "label": "Digital art"
                                    },
                                    {
                                        "value": "enhance",
                                        "label": "Enhance"
                                    },
                                    {
                                        "value": "fantasy-art",
                                        "label": "Fantasy art"
                                    },
                                    {
                                        "value": "isometric",
                                        "label": "Isometric"
                                    },
                                    {
                                        "value": "line-art",
                                        "label": "Line art"
                                    },
                                    {
                                        "value": "low-poly",
                                        "label": "Low poly"
                                    },
                                    {
                                        "value": "modeling-compound",
                                        "label": "Modeling compound"
                                    },
                                    {
                                        "value": "neon-punk",
                                        "label": "Neon punk"
                                    },
                                    {
                                        "value": "origami",
                                        "label": "Origami"
                                    },
                                    {
                                        "value": "photographic",
                                        "label": "Photographic"
                                    },
                                    {
                                        "value": "pixel-art",
                                        "label": "Pixel art"
                                    },
                                    {
                                        "value": "tile-texture",
                                        "label": "Tile texture"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "sd3-large",
                    "name": "SD3 Large",
                    "rates": [
                        {
                            "key": "sd3-large",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "4:5",
                                        "label": "4:5"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "sd3-large-turbo",
                    "name": "SD3 Large Turbo",
                    "rates": [
                        {
                            "key": "sd3-large-turbo",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "4:5",
                                        "label": "4:5"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "sd3-medium",
                    "name": "SD3 Medium",
                    "rates": [
                        {
                            "key": "sd3-medium",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "2:3",
                                        "label": "2:3"
                                    },
                                    {
                                        "value": "3:2",
                                        "label": "3:2"
                                    },
                                    {
                                        "value": "4:5",
                                        "label": "4:5"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "stable-diffusion-xl-1024-v1-0",
                    "name": "SDXL 1.0",
                    "rates": [
                        {
                            "key": "stable-diffusion-xl-1024-v1-0",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": true,
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "1024x1024",
                                        "label": "1024x1024"
                                    },
                                    {
                                        "value": "1152x896",
                                        "label": "1152x896"
                                    },
                                    {
                                        "value": "1216x832",
                                        "label": "1216x832"
                                    },
                                    {
                                        "value": "1344x768",
                                        "label": "1344x768"
                                    },
                                    {
                                        "value": "768x1344",
                                        "label": "768x1344"
                                    },
                                    {
                                        "value": "1536x640",
                                        "label": "1536x640"
                                    },
                                    {
                                        "value": "640x1536",
                                        "label": "640x1536"
                                    },
                                    {
                                        "value": "832x1216",
                                        "label": "832x1216"
                                    },
                                    {
                                        "value": "896x1152",
                                        "label": "896x1152"
                                    }
                                ]
                            },
                            {
                                "label": "Style",
                                "key": "style_preset",
                                "options": [
                                    {
                                        "value": "3d-model",
                                        "label": "3d model"
                                    },
                                    {
                                        "value": "analog-film",
                                        "label": "Analog film"
                                    },
                                    {
                                        "value": "anime",
                                        "label": "Anime"
                                    },
                                    {
                                        "value": "cinematic",
                                        "label": "Cinematic"
                                    },
                                    {
                                        "value": "comic-book",
                                        "label": "Comic book"
                                    },
                                    {
                                        "value": "digital-art",
                                        "label": "Digital art"
                                    },
                                    {
                                        "value": "enhance",
                                        "label": "Enhance"
                                    },
                                    {
                                        "value": "fantasy-art",
                                        "label": "Fantasy art"
                                    },
                                    {
                                        "value": "isometric",
                                        "label": "Isometric"
                                    },
                                    {
                                        "value": "line-art",
                                        "label": "Line art"
                                    },
                                    {
                                        "value": "low-poly",
                                        "label": "Low poly"
                                    },
                                    {
                                        "value": "modeling-compound",
                                        "label": "Modeling compound"
                                    },
                                    {
                                        "value": "neon-punk",
                                        "label": "Neon punk"
                                    },
                                    {
                                        "value": "origami",
                                        "label": "Origami"
                                    },
                                    {
                                        "value": "photographic",
                                        "label": "Photographic"
                                    },
                                    {
                                        "value": "pixel-art",
                                        "label": "Pixel art"
                                    },
                                    {
                                        "value": "tile-texture",
                                        "label": "Tile texture"
                                    }
                                ]
                            },
                            {
                                "label": "Sampler",
                                "key": "sampler",
                                "options": [
                                    {
                                        "value": "DDIM",
                                        "label": "DDIM"
                                    },
                                    {
                                        "value": "DDPM",
                                        "label": "DDPM"
                                    },
                                    {
                                        "value": "K_DPMPP_2M",
                                        "label": "K_DPMPP_2M"
                                    },
                                    {
                                        "value": "K_DPMPP_2S_ANCESTRAL",
                                        "label": "K_DPMPP_2S_ANCESTRAL"
                                    },
                                    {
                                        "value": "K_DPM_2",
                                        "label": "K_DPM_2"
                                    },
                                    {
                                        "value": "K_DPM_2_ANCESTRAL",
                                        "label": "K_DPM_2_ANCESTRAL"
                                    },
                                    {
                                        "value": "K_EULER",
                                        "label": "K_EULER"
                                    },
                                    {
                                        "value": "K_EULER_ANCESTRAL",
                                        "label": "K_EULER_ANCESTRAL"
                                    },
                                    {
                                        "value": "K_HEUN",
                                        "label": "K_HEUN"
                                    },
                                    {
                                        "value": "K_LMS",
                                        "label": "K_LMS"
                                    }
                                ]
                            },
                            {
                                "label": "Clip Guidance Preset",
                                "key": "clip_guidance_preset",
                                "options": [
                                    {
                                        "value": "NONE",
                                        "label": "NONE"
                                    },
                                    {
                                        "value": "FAST_BLUE",
                                        "label": "FAST_BLUE"
                                    },
                                    {
                                        "value": "FAST_GREEN",
                                        "label": "FAST_GREEN"
                                    },
                                    {
                                        "value": "SIMPLE",
                                        "label": "SIMPLE"
                                    },
                                    {
                                        "value": "SLOW",
                                        "label": "SLOW"
                                    },
                                    {
                                        "value": "SLOWER",
                                        "label": "SLOWER"
                                    },
                                    {
                                        "value": "SLOWEST",
                                        "label": "SLOWEST"
                                    }
                                ]
                            }
                        ]
                    }
                }
            ]
        },
        {
            "key": "clipdrop",
            "name": "ClipDrop",
            "icon": "/assets/icons/monochrome/clipdrop.svg",
            "rates": [
                {
                    "key": "clipdrop",
                    "type": null,
                    "unit": "credit"
                }
            ],
            "models": [
                {
                    "type": "image",
                    "key": "clipdrop",
                    "name": "ClipDrop",
                    "config": {
                        "prompt_length": 100,
                        "negative_prompt": false,
                        "params": [
                            {
                                "key": "size",
                                "label": "Size",
                                "options": [
                                    {
                                        "value": "1024x1024",
                                        "label": "1024x1024"
                                    }
                                ]
                            }
                        ]
                    }
                }
            ]
        },
        {
            "key": "luma",
            "name": "Luma AI",
            "icon": "/assets/icons/monochrome/luma.svg",
            "models": [
                {
                    "type": "video",
                    "key": "luma/ray-flash-2",
                    "name": "Ray Flash 2",
                    "description": "A new generation of video model capable of producing fast coherent motion, ultra-realistic details, and logical event sequences.",
                    "multiplier": 404000000,
                    "rates": [
                        {
                            "key": "luma/ray-flash-2",
                            "type": null,
                            "unit": "pixels"
                        }
                    ],
                    "attributes": {
                        "turbo": true
                    },
                    "config": {
                        "prompt_length": 5000,
                        "negative_prompt": false,
                        "frames": {
                            "required": false,
                            "limit": 2,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "9:21",
                                        "label": "9:21"
                                    }
                                ]
                            },
                            {
                                "key": "resolution",
                                "label": "Resolution",
                                "options": [
                                    {
                                        "value": "540p",
                                        "label": "540p"
                                    },
                                    {
                                        "value": "720p",
                                        "label": "720p"
                                    },
                                    {
                                        "value": "1080p",
                                        "label": "1080p"
                                    },
                                    {
                                        "value": "4k",
                                        "label": "4k"
                                    }
                                ]
                            },
                            {
                                "key": "loop",
                                "label": "Loop",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "True"
                                    },
                                    {
                                        "value": 0,
                                        "label": "False"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "5s",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "9s",
                                        "label": "9s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "video",
                    "key": "luma/ray-2",
                    "name": "Ray 2",
                    "multiplier": 404000000,
                    "rates": [
                        {
                            "key": "luma/ray-2",
                            "type": null,
                            "unit": "pixels"
                        }
                    ],
                    "config": {
                        "prompt_length": 5000,
                        "negative_prompt": false,
                        "frames": {
                            "required": false,
                            "limit": 2,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "9:21",
                                        "label": "9:21"
                                    }
                                ]
                            },
                            {
                                "key": "resolution",
                                "label": "Resolution",
                                "options": [
                                    {
                                        "value": "540p",
                                        "label": "540p"
                                    },
                                    {
                                        "value": "720p",
                                        "label": "720p"
                                    },
                                    {
                                        "value": "1080p",
                                        "label": "1080p"
                                    },
                                    {
                                        "value": "4k",
                                        "label": "4k"
                                    }
                                ]
                            },
                            {
                                "key": "loop",
                                "label": "Loop",
                                "options": [
                                    {
                                        "value": 1,
                                        "label": "True"
                                    },
                                    {
                                        "value": 0,
                                        "label": "False"
                                    }
                                ]
                            },
                            {
                                "key": "duration",
                                "label": "Duration",
                                "options": [
                                    {
                                        "value": "5s",
                                        "label": "5s"
                                    },
                                    {
                                        "value": "9s",
                                        "label": "9s"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "luma/photon-1",
                    "name": "Photon 1",
                    "description": "The most creative, intelligent and personalizable image generation models built on a new groundbreaking architecture that delivers ultra high quality and 10x higher cost efficiency.",
                    "rates": [
                        {
                            "key": "luma/photon-1",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "9:21",
                                        "label": "9:21"
                                    }
                                ]
                            }
                        ]
                    }
                },
                {
                    "type": "image",
                    "key": "luma/photon-flash-1",
                    "name": "Photon Flash 1",
                    "description": "The most creative, intelligent and personalizable image generation models built on a new groundbreaking architecture that delivers ultra high quality and 10x higher cost efficiency.",
                    "rates": [
                        {
                            "key": "luma/photon-flash-1",
                            "type": null,
                            "unit": "image"
                        }
                    ],
                    "attributes": {
                        "turbo": true
                    },
                    "config": {
                        "prompt_length": null,
                        "negative_prompt": false,
                        "images": {
                            "required": false,
                            "limit": 1,
                            "mime": [
                                "image/png",
                                "image/jpeg",
                                "image/webp"
                            ]
                        },
                        "params": [
                            {
                                "key": "aspect_ratio",
                                "label": "Aspect Ratio",
                                "options": [
                                    {
                                        "value": "1:1",
                                        "label": "1:1"
                                    },
                                    {
                                        "value": "16:9",
                                        "label": "16:9"
                                    },
                                    {
                                        "value": "9:16",
                                        "label": "9:16"
                                    },
                                    {
                                        "value": "4:3",
                                        "label": "4:3"
                                    },
                                    {
                                        "value": "3:4",
                                        "label": "3:4"
                                    },
                                    {
                                        "value": "21:9",
                                        "label": "21:9"
                                    },
                                    {
                                        "value": "9:21",
                                        "label": "9:21"
                                    }
                                ]
                            }
                        ]
                    }
                }
            ]
        },
        {
            "key": "capabilities",
            "name": "Capabilities",
            "models": [
                {
                    "type": "capability",
                    "key": "serper",
                    "name": "Serper API",
                    "rates": [
                        {
                            "key": "serper",
                            "type": null,
                            "unit": "credit"
                        }
                    ]
                },
                {
                    "type": "capability",
                    "key": "searchapi",
                    "name": "Search API",
                    "rates": [
                        {
                            "key": "searchapi",
                            "type": null,
                            "unit": "search"
                        }
                    ]
                }
            ]
        }
    ]
}