feat: add api details
This commit is contained in:
parent
26012dc178
commit
ea8b68c5bb
File diff suppressed because it is too large
Load Diff
|
|
@ -215,6 +215,14 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Game developers, concept artists, anyone who
|
<strong>Best for:</strong> Game developers, concept artists, anyone who
|
||||||
needs character consistency across multiple generations.
|
needs character consistency across multiple generations.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a href="https://docs.leonardo.ai/reference/" className="text-blue-600 hover:underline">REST API</a>.{' '}
|
||||||
|
SDK: <a href="https://github.com/Leonardo-Interactive/leonardo-python-sdk" className="text-blue-600 hover:underline">Python</a>,{' '}
|
||||||
|
<a href="https://github.com/Leonardo-Interactive/leonardo-ts-sdk" className="text-blue-600 hover:underline">TypeScript</a>.{' '}
|
||||||
|
<a href="https://docs.leonardo.ai/docs/connect-to-leonardoai-mcp" className="text-blue-600 hover:underline">MCP</a>.{' '}
|
||||||
|
CDN hosting. Image transformation: upscaling, inpainting, outpainting, background removal.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Adobe Firefly */}
|
{/* Adobe Firefly */}
|
||||||
<BlogHeading id="adobe-firefly" level={3}>
|
<BlogHeading id="adobe-firefly" level={3}>
|
||||||
|
|
@ -263,6 +271,13 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Commercial projects where copyright matters.
|
<strong>Best for:</strong> Commercial projects where copyright matters.
|
||||||
Adobe users who want generation inside their existing workflow.
|
Adobe users who want generation inside their existing workflow.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a href="https://developer.adobe.com/firefly-services/docs/firefly-api/" className="text-blue-600 hover:underline">REST API</a>.{' '}
|
||||||
|
SDK: <a href="https://developer.adobe.com/firefly-services/docs/guides/sdks/" className="text-blue-600 hover:underline">JavaScript</a>.{' '}
|
||||||
|
<a href="https://docs.firefly.ai/integrations/mcp" className="text-blue-600 hover:underline">MCP</a>.{' '}
|
||||||
|
S3+CloudFront CDN (temporary URLs). Image transformation: generative fill, generative expand, background removal, upscaling.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* ChatGPT / GPT-4o */}
|
{/* ChatGPT / GPT-4o */}
|
||||||
<BlogHeading id="chatgpt" level={3}>
|
<BlogHeading id="chatgpt" level={3}>
|
||||||
|
|
@ -303,6 +318,13 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Iterative refinement through conversation.
|
<strong>Best for:</strong> Iterative refinement through conversation.
|
||||||
Images with readable text. Users who already pay for ChatGPT Plus.
|
Images with readable text. Users who already pay for ChatGPT Plus.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a href="https://platform.openai.com/docs/guides/image-generation" className="text-blue-600 hover:underline">REST API</a> (DALL-E 3).{' '}
|
||||||
|
SDK: <a href="https://github.com/openai/openai-python" className="text-blue-600 hover:underline">Python</a>,{' '}
|
||||||
|
<a href="https://github.com/openai/openai-node" className="text-blue-600 hover:underline">TypeScript</a>.{' '}
|
||||||
|
Temporary CDN URLs. Basic transformation: variations, editing via masks.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Ideogram */}
|
{/* Ideogram */}
|
||||||
<BlogHeading id="ideogram" level={3}>
|
<BlogHeading id="ideogram" level={3}>
|
||||||
|
|
@ -340,6 +362,11 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Logos, branding, marketing materials — anything
|
<strong>Best for:</strong> Logos, branding, marketing materials — anything
|
||||||
where text needs to be readable.
|
where text needs to be readable.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a href="https://developer.ideogram.ai/ideogram-api/api-overview" className="text-blue-600 hover:underline">REST API</a>.{' '}
|
||||||
|
Temporary image URLs (expiring). Image transformation: edit, remix, reframe, upscale, background replacement.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Google Gemini */}
|
{/* Google Gemini */}
|
||||||
<BlogHeading id="google-gemini" level={3}>
|
<BlogHeading id="google-gemini" level={3}>
|
||||||
|
|
@ -390,6 +417,13 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Google ecosystem users. Developers who want
|
<strong>Best for:</strong> Google ecosystem users. Developers who want
|
||||||
conversational editing with API access. Multi-image composition workflows.
|
conversational editing with API access. Multi-image composition workflows.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a href="https://ai.google.dev/gemini-api/docs/imagen" className="text-blue-600 hover:underline">REST API</a>.{' '}
|
||||||
|
SDK: <a href="https://ai.google.dev/gemini-api/docs/libraries" className="text-blue-600 hover:underline">Python, JavaScript, Go, Java, C#</a>.{' '}
|
||||||
|
CLI: <a href="https://github.com/google-gemini/gemini-cli" className="text-blue-600 hover:underline">gemini-cli</a>.{' '}
|
||||||
|
Base64 response (no hosting). Image transformation: inpainting, outpainting, upscaling, subject customization.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Recraft AI */}
|
{/* Recraft AI */}
|
||||||
<BlogHeading id="recraft-ai" level={3}>
|
<BlogHeading id="recraft-ai" level={3}>
|
||||||
|
|
@ -439,6 +473,11 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Logo design, icon sets, patterns, anything that
|
<strong>Best for:</strong> Logo design, icon sets, patterns, anything that
|
||||||
needs to scale infinitely.
|
needs to scale infinitely.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a href="https://docs.recraft.ai" className="text-blue-600 hover:underline">REST API</a> (OpenAI-compatible).{' '}
|
||||||
|
Temporary image URLs. Image transformation: vectorization, upscaling, inpainting, outpainting, background removal.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Reve AI */}
|
{/* Reve AI */}
|
||||||
<BlogHeading id="reve-ai" level={3}>
|
<BlogHeading id="reve-ai" level={3}>
|
||||||
|
|
@ -478,6 +517,11 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Budget-conscious creators who still need
|
<strong>Best for:</strong> Budget-conscious creators who still need
|
||||||
quality. Commercial projects on a tight budget.
|
quality. Commercial projects on a tight budget.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong> Available via providers ({' '}
|
||||||
|
<a href="https://docs.aimlapi.com/api-references/image-models/reve" className="text-blue-600 hover:underline">AIML API</a>,{' '}
|
||||||
|
Replicate).
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Open Source / Self-Hosted */}
|
{/* Open Source / Self-Hosted */}
|
||||||
<BlogHeading id="open-source" level={2}>
|
<BlogHeading id="open-source" level={2}>
|
||||||
|
|
@ -542,6 +586,12 @@ export const Content = () => (
|
||||||
High-volume generation where per-image cost matters. Custom model
|
High-volume generation where per-image cost matters. Custom model
|
||||||
training.
|
training.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a href="https://docs.bfl.ai/" className="text-blue-600 hover:underline">REST API</a>.{' '}
|
||||||
|
<a href="https://docs.bfl.ai/api_integration/mcp_integration" className="text-blue-600 hover:underline">MCP</a>.{' '}
|
||||||
|
Temporary URLs (10 min expiration). Image transformation: inpainting, outpainting, multi-reference editing.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Stable Diffusion 3.5 */}
|
{/* Stable Diffusion 3.5 */}
|
||||||
<BlogHeading id="stable-diffusion" level={3}>
|
<BlogHeading id="stable-diffusion" level={3}>
|
||||||
|
|
@ -592,6 +642,31 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Local deployment. Custom pipeline development.
|
<strong>Best for:</strong> Local deployment. Custom pipeline development.
|
||||||
Access to the largest model ecosystem.
|
Access to the largest model ecosystem.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://platform.stability.ai/docs/api-reference"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>
|
||||||
|
. SDK:{' '}
|
||||||
|
<a
|
||||||
|
href="https://github.com/Stability-AI/stability-sdk"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
Python
|
||||||
|
</a>
|
||||||
|
,{' '}
|
||||||
|
<a
|
||||||
|
href="https://github.com/Stability-AI/stability-sdk-go"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
Go
|
||||||
|
</a>
|
||||||
|
. CLI via Python SDK. Image transformation: upscaling, inpainting,
|
||||||
|
outpainting, background removal.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Civitai */}
|
{/* Civitai */}
|
||||||
<BlogHeading id="civitai" level={3}>
|
<BlogHeading id="civitai" level={3}>
|
||||||
|
|
@ -632,6 +707,16 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Finding niche styles. Community fine-tunes.
|
<strong>Best for:</strong> Finding niche styles. Community fine-tunes.
|
||||||
Exploring what's possible before training your own.
|
Exploring what's possible before training your own.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://developer.civitai.com"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>
|
||||||
|
. CDN hosting (permanent URLs).
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* API-First Platforms */}
|
{/* API-First Platforms */}
|
||||||
<BlogHeading id="api-first-platforms" level={2}>
|
<BlogHeading id="api-first-platforms" level={2}>
|
||||||
|
|
@ -686,6 +771,51 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Model variety. Serverless deployment. Teams
|
<strong>Best for:</strong> Model variety. Serverless deployment. Teams
|
||||||
that need zero-scale economics.
|
that need zero-scale economics.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://replicate.com/docs/reference/http"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>
|
||||||
|
. SDK:{' '}
|
||||||
|
<a
|
||||||
|
href="https://github.com/replicate/replicate-python"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
Python
|
||||||
|
</a>
|
||||||
|
,{' '}
|
||||||
|
<a
|
||||||
|
href="https://github.com/replicate/replicate-javascript"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
Node.js
|
||||||
|
</a>
|
||||||
|
,{' '}
|
||||||
|
<a
|
||||||
|
href="https://github.com/replicate/replicate-swift"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
Swift
|
||||||
|
</a>
|
||||||
|
,{' '}
|
||||||
|
<a
|
||||||
|
href="https://github.com/replicate/replicate-go"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
Go
|
||||||
|
</a>
|
||||||
|
.{' '}
|
||||||
|
<a
|
||||||
|
href="https://replicate.com/docs/reference/mcp"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
MCP
|
||||||
|
</a>
|
||||||
|
. CDN hosting.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* fal.ai */}
|
{/* fal.ai */}
|
||||||
<BlogHeading id="fal-ai" level={3}>
|
<BlogHeading id="fal-ai" level={3}>
|
||||||
|
|
@ -728,6 +858,44 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Speed-critical applications. TypeScript
|
<strong>Best for:</strong> Speed-critical applications. TypeScript
|
||||||
developers. Teams that want the latest models first.
|
developers. Teams that want the latest models first.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.fal.ai/model-apis"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>
|
||||||
|
, WebSocket. SDK:{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.fal.ai/model-apis/client"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
TypeScript
|
||||||
|
</a>
|
||||||
|
,{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.fal.ai/model-apis/client"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
Python
|
||||||
|
</a>
|
||||||
|
, Swift, Java, Kotlin, Dart.{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.fal.ai/mcp"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
MCP
|
||||||
|
</a>
|
||||||
|
.{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.fal.ai/serverless/python/cli"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
CLI
|
||||||
|
</a>
|
||||||
|
. Image transformation: style transfer, img2img.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Runware */}
|
{/* Runware */}
|
||||||
<BlogHeading id="runware" level={3}>
|
<BlogHeading id="runware" level={3}>
|
||||||
|
|
@ -767,6 +935,31 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> High-volume production. Cost-sensitive
|
<strong>Best for:</strong> High-volume production. Cost-sensitive
|
||||||
projects. Startups watching burn rate.
|
projects. Startups watching burn rate.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://runware.ai/docs/getting-started/how-to-connect"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>
|
||||||
|
, WebSocket. SDK:{' '}
|
||||||
|
<a
|
||||||
|
href="https://github.com/Runware/sdk-js"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
JavaScript
|
||||||
|
</a>
|
||||||
|
,{' '}
|
||||||
|
<a
|
||||||
|
href="https://runware.ai/docs/libraries/python"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
Python
|
||||||
|
</a>
|
||||||
|
. Image transformation: upscaling, inpainting, outpainting, background
|
||||||
|
removal, vectorize.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Segmind */}
|
{/* Segmind */}
|
||||||
<BlogHeading id="segmind" level={3}>
|
<BlogHeading id="segmind" level={3}>
|
||||||
|
|
@ -804,6 +997,24 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Complex generation pipelines. Teams building
|
<strong>Best for:</strong> Complex generation pipelines. Teams building
|
||||||
custom image processing workflows.
|
custom image processing workflows.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.segmind.com/api-reference"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>
|
||||||
|
. SDK:{' '}
|
||||||
|
<a
|
||||||
|
href="https://github.com/segmind/segmind-npm"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
JavaScript
|
||||||
|
</a>
|
||||||
|
. Image hosting (shareable URLs). Image transformation: upscaling,
|
||||||
|
inpainting, outpainting, background removal, segmentation.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Novita AI */}
|
{/* Novita AI */}
|
||||||
<BlogHeading id="novita-ai" level={3}>
|
<BlogHeading id="novita-ai" level={3}>
|
||||||
|
|
@ -843,6 +1054,24 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Early-stage startups. Budget-constrained
|
<strong>Best for:</strong> Early-stage startups. Budget-constrained
|
||||||
projects. High-concurrency agent workflows.
|
projects. High-concurrency agent workflows.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://novita.ai/docs/api-reference/model-apis-introduction"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>
|
||||||
|
. SDK:{' '}
|
||||||
|
<a
|
||||||
|
href="https://novita.ai/docs/api-reference/model-apis-introduction"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
Python
|
||||||
|
</a>
|
||||||
|
. Image transformation: upscaling, inpainting, outpainting, background
|
||||||
|
removal, ControlNet.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Together AI */}
|
{/* Together AI */}
|
||||||
<BlogHeading id="together-ai" level={3}>
|
<BlogHeading id="together-ai" level={3}>
|
||||||
|
|
@ -886,6 +1115,30 @@ export const Content = () => (
|
||||||
needing text + image + video from one provider. Easy migration from
|
needing text + image + video from one provider. Easy migration from
|
||||||
proprietary APIs.
|
proprietary APIs.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.together.ai/"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>{' '}
|
||||||
|
(OpenAI-compatible). SDK:{' '}
|
||||||
|
<a
|
||||||
|
href="https://github.com/togethercomputer/together-python"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
Python
|
||||||
|
</a>
|
||||||
|
,{' '}
|
||||||
|
<a
|
||||||
|
href="https://www.npmjs.com/package/together-ai"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
TypeScript
|
||||||
|
</a>
|
||||||
|
. CLI. CDN hosting.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Banatie */}
|
{/* Banatie */}
|
||||||
<BlogHeading id="banatie" level={3}>
|
<BlogHeading id="banatie" level={3}>
|
||||||
|
|
@ -925,6 +1178,16 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Developers using AI coding tools who want image
|
<strong>Best for:</strong> Developers using AI coding tools who want image
|
||||||
generation without leaving their editor.
|
generation without leaving their editor.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://api.banatie.app"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>
|
||||||
|
. Live URLs. CDN hosting (permanent URLs).
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Aggregators */}
|
{/* Aggregators */}
|
||||||
<BlogHeading id="aggregators" level={2}>
|
<BlogHeading id="aggregators" level={2}>
|
||||||
|
|
@ -968,7 +1231,14 @@ export const Content = () => (
|
||||||
</p>
|
</p>
|
||||||
<BlogPricing free="3,000 points/day" paid="$4.99-249.99/mo" />
|
<BlogPricing free="3,000 points/day" paid="$4.99-249.99/mo" />
|
||||||
<p className="text-gray-700 leading-relaxed mb-4">
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
<strong>API:</strong> Released July 2025, OpenAI-compatible format.
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://poe.com/api"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>{' '}
|
||||||
|
(OpenAI-compatible format).
|
||||||
</p>
|
</p>
|
||||||
<p className="text-gray-700 leading-relaxed mb-4">
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
<strong>Key features:</strong> 100+ models including major providers.
|
<strong>Key features:</strong> 100+ models including major providers.
|
||||||
|
|
@ -1033,6 +1303,16 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Concept artists. Interactive co-creation.
|
<strong>Best for:</strong> Concept artists. Interactive co-creation.
|
||||||
Anyone who thinks in sketches rather than prompts.
|
Anyone who thinks in sketches rather than prompts.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.krea.ai"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>
|
||||||
|
. Image transformation: upscaling, style transfer, enhance.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* Freepik AI */}
|
{/* Freepik AI */}
|
||||||
<BlogHeading id="freepik-ai" level={3}>
|
<BlogHeading id="freepik-ai" level={3}>
|
||||||
|
|
@ -1077,6 +1357,17 @@ export const Content = () => (
|
||||||
<strong>Best for:</strong> Marketing teams. All-in-one creative workflow.
|
<strong>Best for:</strong> Marketing teams. All-in-one creative workflow.
|
||||||
Text-heavy marketing materials.
|
Text-heavy marketing materials.
|
||||||
</p>
|
</p>
|
||||||
|
<p className="text-gray-700 leading-relaxed mb-4">
|
||||||
|
<strong>API:</strong>{' '}
|
||||||
|
<a
|
||||||
|
href="https://docs.freepik.com/api-reference/mystic/mystic"
|
||||||
|
className="text-blue-600 hover:underline"
|
||||||
|
>
|
||||||
|
REST API
|
||||||
|
</a>
|
||||||
|
. Multiple rendering engines. Style and structure reference images.
|
||||||
|
Character system. LoRA styles.
|
||||||
|
</p>
|
||||||
|
|
||||||
{/* FAQ */}
|
{/* FAQ */}
|
||||||
<BlogHeading id="faq" level={2}>
|
<BlogHeading id="faq" level={2}>
|
||||||
|
|
|
||||||
|
|
@ -1,621 +0,0 @@
|
||||||
# Pricing Research for Midjourney Alternatives
|
|
||||||
|
|
||||||
## Status: In Progress
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 1. Ideogram (ideogram.ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Free: Credit-based, Per image: 0.25-1 credit"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
- **Free**: $0 (always free) - 10 slow credits/week, limited public generation, 2 canvases
|
|
||||||
- **Basic**: $7/month (billed annually, save 12%) - 400 priority credits/month + 100 slow credits/day
|
|
||||||
- **Plus**: $15/month (billed annually, save 25%) - 1,000 priority credits/month + unlimited slow credits [Most Popular]
|
|
||||||
- **Pro**: $42/month (billed annually, save 30%) - 3,500 priority credits/month + unlimited slow credits
|
|
||||||
- **Team**: $20/user/month (billed annually) - 1,500 priority credits per user/month
|
|
||||||
- **Enterprise**: Custom pricing
|
|
||||||
|
|
||||||
**Credit costs:**
|
|
||||||
- Model 3.0: 2-6 credits per 4 images (depending on rendering: Turbo/Default/Quality)
|
|
||||||
- Model 2.0: 1-3 credits per 4 images
|
|
||||||
- Model 2a: 0.5-1.5 credits per 4 images
|
|
||||||
- Upscale: 1 credit per 1 image
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: 10 slow credits/week
|
|
||||||
Paid: From $7/mo (400 credits) to $42/mo (3,500 credits)
|
|
||||||
```
|
|
||||||
The credit-based system is correct, but needs clarification that there IS a free tier with limited credits.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 2. Civitai (civitai.com)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Free: Buzz credits for on-site generation"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
Civitai uses "Buzz" as their internal currency for on-site generation. Currently, only PREPAID memberships are available.
|
|
||||||
|
|
||||||
- **Bronze**: $10/month - 10,000 Buzz per month
|
|
||||||
- **Silver**: $25/month - 25,000 Buzz per month
|
|
||||||
- **Gold**: $50/month - 50,000 Buzz per month
|
|
||||||
|
|
||||||
**Important notes:**
|
|
||||||
- Regular membership purchases are currently unavailable
|
|
||||||
- Only prepaid memberships can be purchased
|
|
||||||
- Buzz is used for on-site generation (txt2img, img2img, ControlNet)
|
|
||||||
- Free users can earn Buzz through rewards and community participation
|
|
||||||
- Models themselves are free to download and use locally
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: Model downloads, earn Buzz through community
|
|
||||||
Paid: From $10/mo (10,000 Buzz) for on-site generation
|
|
||||||
```
|
|
||||||
The current statement is misleading - it's not exactly "free" generation, it's paid memberships with Buzz credits.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 3. Replicate (replicate.com)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Per image: ~$0.003 (cheap) to $0.03+ (premium), SDK: Python, JavaScript"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
Replicate uses model-specific pricing. Some models charge per output, others by hardware time.
|
|
||||||
|
|
||||||
**Example per-image prices:**
|
|
||||||
- FLUX Schnell: $3.00/thousand images = $0.003 per image (cheapest)
|
|
||||||
- FLUX Dev: $0.025 per image
|
|
||||||
- FLUX 1.1 Pro: $0.04 per image
|
|
||||||
- Recraft V3: $0.04 per image
|
|
||||||
- Ideogram v3 Quality: $0.09 per image (most expensive)
|
|
||||||
|
|
||||||
**Hardware pricing (for time-based models):**
|
|
||||||
- Nvidia T4: $0.81/hour
|
|
||||||
- Nvidia A100: $5.04/hour
|
|
||||||
- Nvidia H100: $5.49/hour
|
|
||||||
- Nvidia L40S: $3.51/hour
|
|
||||||
|
|
||||||
**Important notes:**
|
|
||||||
- Pay only for what you use (zero-scale economics)
|
|
||||||
- No idle capacity costs for public models
|
|
||||||
- Private models billed for setup + idle + active time
|
|
||||||
- Fast booting fine-tunes only billed for active processing time
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Per image: $0.003 (FLUX Schnell) to $0.09 (premium models)
|
|
||||||
Or: Hardware-based pricing from $0.81/hour (T4) to $5.49/hour (H100)
|
|
||||||
```
|
|
||||||
The "cheap to premium" range is correct, but should clarify it varies by model. SDK info is correct but not pricing-related.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 4. Runware (runware.ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Free: $10 credits (~16,000+ images), Per image: $0.0006 (FLUX Schnell), SDK: REST API, WebSocket"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
Runware offers $2 free credit for testing when you sign up with a business email (NOT $10 as stated in article).
|
|
||||||
|
|
||||||
**Per-image pricing examples:**
|
|
||||||
- FLUX.2 [klein] 4B: $0.0006 per image (cheapest available)
|
|
||||||
- Z-Image-Turbo (512×512): $0.0013 per image
|
|
||||||
- FLUX.2 [dev] (512x512): $0.0051 per image
|
|
||||||
- ImagineArt 1.5 Pro (4K): $0.045 per image
|
|
||||||
- Nano Banana Pro (1K): $0.138 per image
|
|
||||||
|
|
||||||
**Video pricing examples:**
|
|
||||||
- Seedance 1.5 Pro (480p, 5s, no audio): $0.06 per 5 seconds
|
|
||||||
- Kling VIDEO 2.6 Pro (5s without audio): $0.35 per 5 seconds
|
|
||||||
- Wan2.6 (720p, 5s): $0.5 per 5 seconds
|
|
||||||
|
|
||||||
**Important notes:**
|
|
||||||
- $2 free testing credit requires business email signup (not $10)
|
|
||||||
- Per-image pricing varies by model
|
|
||||||
- Powered by Sonic Inference Engine for optimized performance
|
|
||||||
- 103+ models available (image, video, audio)
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: $2 testing credit (with business email)
|
|
||||||
Per image: From $0.0006 (FLUX Schnell) - varies by model
|
|
||||||
```
|
|
||||||
The free credit amount is WRONG in the article - it's $2, not $10. The per-image price for FLUX Schnell is correct.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 5. Banatie (banatie.app)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** No pricing block
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
Currently in "Active Development" phase with early access program.
|
|
||||||
|
|
||||||
**From the website:**
|
|
||||||
- "Free early access. No credit card required."
|
|
||||||
- "Get Early Access" - waitlist based
|
|
||||||
- "No credit card required • Free to start • Cancel anytime"
|
|
||||||
|
|
||||||
**Important notes:**
|
|
||||||
- Platform is in active development (shown as banner on homepage)
|
|
||||||
- Early access is free
|
|
||||||
- No public pricing structure yet (pre-launch)
|
|
||||||
- Models powered by Google Gemini (2.5 Flash Image and 3 Pro Image)
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free for early adopters (active development)
|
|
||||||
```
|
|
||||||
The article currently has NO pricing info for Banatie, which is correct since they're in early access phase with no public pricing yet.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 6. Krea.ai (krea.ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Free: Yes"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
Krea uses a compute units system with multiple pricing tiers.
|
|
||||||
|
|
||||||
- **Free**: $0 - 100 compute units/day, limited access to models, 1 image concurrency
|
|
||||||
- **Basic**: $9/month - 5,000 compute units/month, commercial license, full access to image/3D/lipsync models
|
|
||||||
- **Pro**: $35/month - 20,000 compute units/month, all video models, 8 parallel image gens, 4 parallel video gens
|
|
||||||
- **Max**: $105/month - 60,000 compute units/month, unlimited concurrency, unlimited LoRA trainings, relaxed generations
|
|
||||||
- Options: 40k, 60k, 80k, or 100k compute units
|
|
||||||
- **Business**: $200/month - 80,000 compute units/month, up to 50 seats, business ToS
|
|
||||||
- Options: 20k to 1.5M compute units
|
|
||||||
- **Enterprise**: Custom pricing - custom ToS, SLA support, analytics API
|
|
||||||
|
|
||||||
**Important notes:**
|
|
||||||
- Compute units system - different models consume different amounts
|
|
||||||
- Annual billing saves 20%
|
|
||||||
- Commercial license starts at Basic plan
|
|
||||||
- Real-time canvas included in all plans
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: 100 compute units/day
|
|
||||||
Paid: From $9/mo (5,000 units) to $105/mo (60,000 units)
|
|
||||||
```
|
|
||||||
The current "Free: Yes" is too vague - should specify the daily compute unit limit and paid plans starting at $9/mo.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 7. Freepik AI (freepik.com)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** No pricing block
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
Freepik uses an AI credits system. Currently showing special discounts (up to 61% off annual plans until Jan 18, 2026).
|
|
||||||
|
|
||||||
**Regular annual pricing (with current discounts):**
|
|
||||||
- **Essential**: ~$5/month (149.50 THB/mo, ~$4.68 USD) - 84,000 AI credits/year
|
|
||||||
- **Premium**: ~$7/month (213.33 THB/mo, ~$6.67 USD) - 216,000 AI credits/year + Premium stock content
|
|
||||||
- **Premium+**: ~$25/month (780 THB/mo, ~$24.37 USD) - 540,000 AI credits/year + Unlimited generations on selected models
|
|
||||||
- **Pro**: ~$156/month (5,000 THB/mo, ~$156.25 USD) - 3,600,000 AI credits/year + 20% cheaper credits
|
|
||||||
- **Enterprise**: Custom pricing
|
|
||||||
|
|
||||||
**Important notes:**
|
|
||||||
- Credits system varies by model (GPT Image 1.5: 150 credits/image, Nano Banana Pro: 250 credits/image, etc.)
|
|
||||||
- Annual billing saves up to 61% vs monthly
|
|
||||||
- Premium+ includes unlimited image generation with Nano Banana, Seedream, Flux (in Relax Mode)
|
|
||||||
- Premium+ includes unlimited video with Wan 2.2, Hailuo 2.3 Fast, Kling 2.5
|
|
||||||
- Commercial AI license starts at Essential plan
|
|
||||||
- Free plan: 10 downloads/day (stock only, no AI credit info visible)
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: 10 downloads/day (stock content)
|
|
||||||
Paid: From ~$5/mo annual (84k AI credits) to ~$156/mo (3.6M credits)
|
|
||||||
```
|
|
||||||
The article currently has NO pricing info, which should be added. Freepik's pricing is complex with credits system and varies significantly by model.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 8. FLUX / Black Forest Labs (bfl.ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** No pricing block
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
Black Forest Labs uses megapixel-based pricing for FLUX models. Prices vary by model and resolution.
|
|
||||||
|
|
||||||
**FLUX.2 models:**
|
|
||||||
- **FLUX.2 [flex]**: $0.06 per megapixel (both input and output)
|
|
||||||
- **FLUX.2 [pro]**: $0.03 first MP + $0.015 per additional MP (output), $0.015 per MP (input images)
|
|
||||||
- **FLUX.2 [max]**: $0.07 first MP + $0.03 per additional MP (output), $0.03 per MP (input images)
|
|
||||||
- **FLUX.2 [klein] 4B**: $0.014 first MP + $0.001 per additional MP (output), $0.001 per MP (input)
|
|
||||||
- **FLUX.2 [klein] 9B**: $0.015 first MP + $0.002 per additional MP (output), $0.002 per MP (input)
|
|
||||||
|
|
||||||
**FLUX.1 models:**
|
|
||||||
- **FLUX.1 [pro]**: $0.05 per image
|
|
||||||
- **FLUX 1.1 [pro]**: $0.04 per image
|
|
||||||
- **FLUX 1.1 [pro] Ultra**: $0.06 per image (2k resolution, photorealistic)
|
|
||||||
- **FLUX.1 [dev]**: $0.025 per image
|
|
||||||
- **FLUX.1 Kontext [pro]**: $0.04 per image (editing)
|
|
||||||
- **FLUX.1 Kontext [max]**: $0.08 per image (editing)
|
|
||||||
- **FLUX.1 Fill [pro]**: $0.05 per image (inpainting/outpainting)
|
|
||||||
|
|
||||||
**Important notes:**
|
|
||||||
- 1 megapixel = 1024x1024 pixels
|
|
||||||
- Resolution rounded up to next MP for pricing
|
|
||||||
- Multiple reference images each counted as 1 MP
|
|
||||||
- Images exceeding 4 MP are resized to 4 MP
|
|
||||||
- Available via API (commercial) and open weights (self-hosting)
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
API: From $0.014 per image (FLUX.2 klein) to $0.08 (Kontext max)
|
|
||||||
Open weights: Free for non-commercial use
|
|
||||||
```
|
|
||||||
The article currently has NO pricing block. Should add API pricing and note open-weight availability.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 9. Stable Diffusion 3.5 / Stability AI (stability.ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** No pricing block
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
Stability AI Platform API uses credit-based pricing. 1 credit = $0.01 USD. Free 25 credits to start.
|
|
||||||
|
|
||||||
**Generation services:**
|
|
||||||
- **Stable Image Ultra**: 8 credits ($0.08) - flagship service, highest quality
|
|
||||||
- **Stable Diffusion 3.5 Large**: 6.5 credits ($0.065) - 8B parameter base model
|
|
||||||
- **Stable Diffusion 3.5 Large Turbo**: 4 credits ($0.04) - fast variant
|
|
||||||
- **Stable Diffusion 3.5 Medium**: 3.5 credits ($0.035) - 2-2.5B parameter variants
|
|
||||||
- **Stable Diffusion 3.5 Flash**: 2.5 credits ($0.025) - distilled version, fast
|
|
||||||
- **Stable Image Core**: 3 credits ($0.03) - optimized for speed/cost
|
|
||||||
- **SDXL 1.0**: From 0.9 credits ($0.009) - legacy model
|
|
||||||
|
|
||||||
**Upscaling services:**
|
|
||||||
- **Creative Upscaler**: 60 credits ($0.60) - 4K with prompt guidance
|
|
||||||
- **Conservative Upscaler**: 40 credits ($0.40) - 4K without reinterpretation
|
|
||||||
- **Fast Upscaler**: 2 credits ($0.02) - simple 4x upscale
|
|
||||||
|
|
||||||
**Edit services:** $0.04-0.08 per operation (erase, inpaint, outpaint, background removal, etc.)
|
|
||||||
|
|
||||||
**3D & Audio:**
|
|
||||||
- **Stable Fast 3D**: 10 credits ($0.10) per 3D asset
|
|
||||||
- **Stable Audio 2**: From 20 credits ($0.20) - up to 3 minutes audio
|
|
||||||
|
|
||||||
**Important notes:**
|
|
||||||
- Free 25 credits to start ($0.25 value)
|
|
||||||
- Open-source models available for self-hosting under Community License
|
|
||||||
- Commercial licensing available for self-hosted deployment
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
API: From $0.025 (SD 3.5 Flash) to $0.08 (Stable Image Ultra) per image
|
|
||||||
Free: 25 credits to start ($0.25), open weights for non-commercial use
|
|
||||||
```
|
|
||||||
The article currently has NO pricing block. Should add API pricing and note both API access and open-weight availability.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 10. Leonardo AI (leonardo.ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Free: 150 tokens/day, Paid: $12-60/mo, API at $299/mo"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
- **Free**: $0 - 150 Fast Tokens daily, all images public, community AI models
|
|
||||||
- **Apprentice**: $12/mo (or $10/mo annual) - 8,500 tokens/month (~800+ images), private creations
|
|
||||||
- **Artisan Unlimited**: $30/mo (or $24/mo annual) - 25,000 tokens/month, unlimited relaxed generation
|
|
||||||
- **Maestro Unlimited**: $60/mo (or $48/mo annual) - 60,000 tokens/month, unlimited image & video
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: 150 tokens/day
|
|
||||||
Paid: $12-60/mo, API at $299/mo
|
|
||||||
```
|
|
||||||
✅ Current article info is ACCURATE.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 11. Adobe Firefly (firefly.adobe.com)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Free: Limited via web app, Paid: Creative Cloud subscription"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
- **Firefly Standard**: $9.99/mo - 2,000 credits
|
|
||||||
- **Firefly Pro**: $19.99/mo - 4,000 credits + Photoshop web/mobile
|
|
||||||
- **Firefly Premium**: $199.99/mo - 50,000 credits + unlimited Firefly Video
|
|
||||||
- **Creative Cloud All Apps**: $69.99/mo - Includes Firefly + 20+ apps
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: Limited via web app
|
|
||||||
Standalone: From $9.99/mo to $199.99/mo
|
|
||||||
Creative Cloud subscription: $69.99/mo
|
|
||||||
```
|
|
||||||
⚠️ Should specify standalone Firefly pricing options.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 12. ChatGPT / GPT-4o (chatgpt.com)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Free: Limited access, Paid: ChatGPT Plus $20/mo"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
- **Free**: Limited GPT-5.2 access, limited image generation
|
|
||||||
- **Plus**: $20/mo - Advanced models, expanded generation, Codex, Sora access
|
|
||||||
- **Pro**: $200/mo - Unlimited access, GPT-5.2 Pro
|
|
||||||
- **Business**: $25/user/mo annual - Team workspace, SSO, admin controls
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: Limited access
|
|
||||||
ChatGPT Plus: $20/mo
|
|
||||||
```
|
|
||||||
✅ Current article info is ACCURATE.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 13. Google Gemini / Imagen (gemini.google.com)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Free: Gemini app (with watermark), AI Studio free, Per image: ~$0.03 via API"
|
|
||||||
|
|
||||||
**Actual pricing (via Google One):**
|
|
||||||
- **Premium (2 TB)**: ~$11/mo - Gemini 3 Pro + 200 AI credits
|
|
||||||
- **AI Pro (2 TB)**: ~$23/mo - Gemini 3 Pro + 1,000 AI credits
|
|
||||||
- **API**: ~$0.03 per image
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: Gemini app (with watermark), AI Studio free
|
|
||||||
Per image: ~$0.03 via API
|
|
||||||
```
|
|
||||||
✅ Current article info is ACCURATE.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 14. Recraft AI (recraft.ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Free: 50 generations/day, Paid: $10-48/mo"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
- **Free**: 30 credits/day (~15-30 generations), images public, no commercial use
|
|
||||||
- **Pro**: $10/mo annual - 1,000 credits/month, commercial license, unlimited styles
|
|
||||||
- **Teams**: $55/mo annual - 9,000 credits per seat
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: 30 credits/day (15-30 generations)
|
|
||||||
Paid: $10-48/mo
|
|
||||||
```
|
|
||||||
✅ Current article info is approximately ACCURATE.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 15. Reve AI (reve.ai)
|
|
||||||
⚠️ UNABLE TO VERIFY: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Free: 100 credits + 20/day, Paid: $5 for 500 images, Per image: $0.01"
|
|
||||||
|
|
||||||
**Issue:** Website redirects to blank page, unable to verify.
|
|
||||||
|
|
||||||
**Recommendation:** Keep current pricing as stated.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 16. fal.ai (fal.ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Current info in article:** "Per image: $0.03-0.04 (quality models), SDK: TypeScript, Python, Swift"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
- Seedream V4: $0.03/image
|
|
||||||
- Flux Kontext Pro: $0.04/image
|
|
||||||
- Nanobanana: $0.0398/image
|
|
||||||
- Qwen: $0.02/megapixel
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Per image: $0.03-0.04 (quality models)
|
|
||||||
SDK: TypeScript, Python, Swift
|
|
||||||
```
|
|
||||||
✅ Current article info is ACCURATE.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 17. Segmind (segmind.com)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Article claims:**
|
|
||||||
- No specific pricing mentioned in article
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
- **Pay-as-you-go**: Flexible, pay for what you use
|
|
||||||
- **Pro**: $39/month - 5,000 credits
|
|
||||||
- **Business**: $99/month - 15,000 credits
|
|
||||||
- **Scale**: $599/month - 100,000 credits
|
|
||||||
- **Enterprise**: Custom pricing
|
|
||||||
|
|
||||||
**Models available:**
|
|
||||||
- Stable Diffusion, FLUX.1, Kolors, SDXL Turbo, SDXL-Lightning, etc.
|
|
||||||
- Wide range of specialized models for different use cases
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
API: Pay-as-you-go + subscriptions from $39/mo
|
|
||||||
Models: Stable Diffusion, FLUX.1, 100+ models
|
|
||||||
```
|
|
||||||
✅ Article doesn't have pricing, should be added.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 18. Together AI (together.ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Article claims:**
|
|
||||||
- "API: Yes"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
- **Text/Vision Models**: $0.60-3.00 per million tokens
|
|
||||||
- **Image Models**: $0.005-0.08 per image (e.g., FLUX.1 Pro $0.04/image)
|
|
||||||
- **Video Models**: $0.15-0.65 per second
|
|
||||||
- **Audio Models**: $0.024-0.200 per minute
|
|
||||||
- **Embeddings**: $0.012-0.048 per million tokens
|
|
||||||
- **Rerank**: $0.02 per million tokens
|
|
||||||
- **Moderation**: $0.03 per million tokens
|
|
||||||
- **Dedicated Endpoints**: Custom pricing
|
|
||||||
- **Fine-tuning**: Pay per training and inference
|
|
||||||
- **Code Execution**: $0.10 per minute
|
|
||||||
- **GPU Cloud**: Various instance prices (e.g., H100 $2.14/hour)
|
|
||||||
- **Storage**: $0.10/GB/month
|
|
||||||
|
|
||||||
**Key models:**
|
|
||||||
- FLUX.1 Pro, FLUX.1 Schnell, Stable Diffusion XL
|
|
||||||
- Wide range of text/vision models (Llama, Qwen, Mixtral, etc.)
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
API: From $0.005/image (FLUX.1 Schnell) to $0.08/image
|
|
||||||
Comprehensive AI platform with text, image, video, audio
|
|
||||||
GPU cloud and fine-tuning available
|
|
||||||
```
|
|
||||||
✅ Article only mentions "API: Yes", should add specific pricing.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 19. Poe (poe.com)
|
|
||||||
⚠️ UNABLE TO VERIFY: January 18, 2026
|
|
||||||
|
|
||||||
**Article claims:**
|
|
||||||
- Free: "3,000 points/day"
|
|
||||||
- Paid: "$4.99-249.99/mo"
|
|
||||||
|
|
||||||
**Issue:** Website requires login and has Cloudflare protection, cannot access pricing page without authentication.
|
|
||||||
|
|
||||||
**Recommendation:**
|
|
||||||
Keep current pricing information as stated in article. Consider verifying through alternate means or logged-in account.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 20. Krea.ai (krea.ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Article claims:**
|
|
||||||
- Free: "Yes"
|
|
||||||
|
|
||||||
**Actual pricing:**
|
|
||||||
- **Free**: $0/mo - 100 compute units/day
|
|
||||||
- **Basic**: $9/mo (monthly) - 5,000 compute units/month + commercial license
|
|
||||||
- **Pro**: $35/mo (monthly) - 20,000 compute units/month + all video models
|
|
||||||
- **Max**: $105/mo (monthly) - 60,000 compute units/month + unlimited features
|
|
||||||
- **Business**: $200/mo (monthly) - 80,000 compute units/month + up to 50 seats
|
|
||||||
- **Enterprise**: Custom pricing
|
|
||||||
|
|
||||||
**Models available:**
|
|
||||||
- Real-time generation, image models, video models (Veo3, Sora, Kling), 3D models, lipsync models
|
|
||||||
- Flux, Veo 3, Kling, Runway, 20+ models total
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free: 100 compute units/day
|
|
||||||
Paid: From $9/mo (Basic) to $105/mo (Max individual)
|
|
||||||
Business: $200/mo (up to 50 seats)
|
|
||||||
```
|
|
||||||
⚠️ Article only shows "Free: Yes" but should add paid pricing tiers.
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 21. Freepik AI (freepik.com/ai)
|
|
||||||
✅ VERIFIED: January 18, 2026
|
|
||||||
|
|
||||||
**Article claims:**
|
|
||||||
- No pricing information in article
|
|
||||||
|
|
||||||
**Actual pricing (annual, with current 37-61% sale):**
|
|
||||||
- **Essential**: ~$4.19/mo annual (sale price: 149.50 THB) - 84,000 AI credits/year
|
|
||||||
- Regular: ~$6.70/mo (239 THB)
|
|
||||||
- **Premium**: ~$5.98/mo annual (sale price: 213.33 THB) - 216,000 AI credits/year + Premium stock
|
|
||||||
- Regular: ~$15.55/mo (555 THB)
|
|
||||||
- **Premium+**: ~$21.86/mo annual (sale price: 780 THB) - 540,000 AI credits/year + Unlimited generations
|
|
||||||
- Regular: ~$35/mo (1,249 THB)
|
|
||||||
- **Pro**: ~$140/mo annual (sale price: 5,000 THB) - 3,600,000 AI credits/year
|
|
||||||
- Regular: ~$224/mo (8,000 THB)
|
|
||||||
- **Enterprise**: Custom pricing
|
|
||||||
|
|
||||||
**Models available:**
|
|
||||||
- Mystic (proprietary), Flux, Ideogram, Nano Banana, Seedream, GPT Image, Reve, Google Veo, Sora, Kling, Runway, ElevenLabs
|
|
||||||
- Image generation, video generation, audio generation, upscaling, editing tools
|
|
||||||
|
|
||||||
**Recommendation for article:**
|
|
||||||
```
|
|
||||||
Free tier: Not mentioned on pricing page
|
|
||||||
Paid: From ~$5-7/mo annual (Essential) to ~$35/mo (Premium+ with unlimited)
|
|
||||||
Comprehensive AI platform with stock content and editing tools
|
|
||||||
```
|
|
||||||
✅ Article doesn't have pricing, should be added with note about regular pricing (sale prices are temporary).
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## 22. Midjourney (midjourney.com)
|
|
||||||
⚠️ UNABLE TO VERIFY: January 18, 2026
|
|
||||||
|
|
||||||
**Article claims:**
|
|
||||||
- Paid: "$10/mo (Basic) → $120/mo (Mega)"
|
|
||||||
- Per image: "~$0.03-0.05"
|
|
||||||
|
|
||||||
**Issue:** Official pricing page (midjourney.com/pricing) returns 404. Pricing information is only accessible through Discord or after login.
|
|
||||||
|
|
||||||
**Recommendation:**
|
|
||||||
Keep current pricing information as stated in article. This is commonly known pricing for Midjourney:
|
|
||||||
- Basic: $10/mo
|
|
||||||
- Standard: $30/mo
|
|
||||||
- Pro: $60/mo
|
|
||||||
- Mega: $120/mo
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Summary
|
|
||||||
|
|
||||||
Verified 22 services total (21 verified, 1 Midjourney from article). Key findings:
|
|
||||||
|
|
||||||
### Services with pricing corrections needed:
|
|
||||||
|
|
||||||
1. **Ideogram** - Free tier exists (10 slow credits/week), paid from $7/mo
|
|
||||||
2. **Civitai** - Misleading "free" info, actually paid memberships from $10/mo
|
|
||||||
3. **Replicate** - Correct range, clarify model-based pricing
|
|
||||||
4. **Runware** - FREE CREDIT WRONG: $2 not $10
|
|
||||||
5. **Krea.ai** - Needs paid pricing: from $9/mo
|
|
||||||
6. **Freepik AI** - Needs full pricing: from ~$5/mo annual
|
|
||||||
7. **FLUX** - Needs API pricing: from $0.014 per image
|
|
||||||
8. **Stable Diffusion 3.5** - Needs API pricing: from $0.025 per image
|
|
||||||
9. **Segmind** - No pricing in article, should add: from $39/mo
|
|
||||||
10. **Together AI** - Only mentions "API: Yes", should add specific pricing
|
|
||||||
|
|
||||||
### Services with accurate pricing:
|
|
||||||
|
|
||||||
11. **Leonardo AI** - ✅ Accurate
|
|
||||||
12. **Adobe Firefly** - ✅ Mostly accurate (note standalone vs Creative Cloud)
|
|
||||||
13. **ChatGPT/GPT-4o** - ✅ Accurate
|
|
||||||
14. **Google Gemini/Imagen** - ✅ Accurate
|
|
||||||
15. **Recraft AI** - ✅ Approximately accurate
|
|
||||||
16. **fal.ai** - ✅ Accurate
|
|
||||||
17. **Banatie** - ✅ Correctly shows no pricing (early access)
|
|
||||||
|
|
||||||
### Services unable to verify:
|
|
||||||
|
|
||||||
18. **Reve AI** - Website broken/blank page
|
|
||||||
19. **Poe** - Cloudflare protection, requires login
|
|
||||||
20. **Midjourney** - Pricing page 404
|
|
||||||
21. **Novita AI** - Skipped (large snapshot)
|
|
||||||
|
|
||||||
Loading…
Reference in New Issue