Guide
PricingPageSetup

PricingPageSetup

change title description

        <Head>
            <title>AI Image Generation & Understanding Platform</title>
            <meta name="description" content="Powerful AI platform for image generation and understanding powered by Janus-Pro. Choose from flexible plans with credit-based pricing."></meta>
            <link rel="canonical" href={getCanonical("https://www.janus-pro.co/pricing", locale)} />
        </Head>
        <h1 className="text-3xl md:text-4xl font-semibold font-display my-16 font-display">
            AI Image Generation & Understanding Platform
        </h1>

change FAQ info

    const faqs: FAQItem[] = [
        {
            question: 'How does the credit system work?',
            answer: 'Our platform uses a credit-based system where each image generation or understanding task costs 15 credits. Basic plan includes 10,000 credits monthly (~666 images), while Professional plan includes 30,000 credits (~2,000 images).'
        },
        {
            question: 'What can I do with image generation?',
            answer: 'You can generate high-quality images using text prompts. Our system uses Janus-Pro technology to create detailed and accurate images based on your descriptions.'
        },
        {
            question: 'What is image understanding?',
            answer: 'Image understanding allows you to analyze and extract information from images. The system can describe image contents, identify objects, and provide detailed analysis of visual elements.'
        },
        {
            question: 'Do unused credits roll over?',
            answer: 'Credits reset at the beginning of each billing cycle. Unused credits do not roll over to the next month.'
        },
        {
            question: 'What image formats are supported?',
            answer: 'Our platform supports common image formats including JPG, PNG, and WebP for both generation and understanding tasks.'
        },
        {
            question: 'Can I upgrade or downgrade my plan?',
            answer: 'Yes, you can change your plan at any time. The new credit allocation will take effect at the start of your next billing cycle.'
        },
        {
            question: 'Do you offer custom solutions for businesses?',
            answer: 'Yes, for businesses requiring higher credit volumes or custom integrations, please contact our sales team for enterprise solutions.'
        }
    ];