GenFocus (Refocus)
GenFocus (Refocus) costs $0.030/image on FairStack — a image editing model for Portrait background blur, Product photography depth, Professional bokeh effects. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.
What is GenFocus (Refocus)?
GenFocus Refocus adds professional depth-of-field effects to any image at $0.025 per edit. It simulates the bokeh and selective focus achieved by expensive camera lenses, blurring backgrounds while keeping subjects sharp, or vice versa. The AI understands scene depth to produce natural-looking results. The model analyzes image content to determine depth layers, then applies selective blur that mimics optical depth-of-field behavior. This transforms flat, fully-sharp images into professional-looking photos with appealing background separation. The effect works on any image regardless of how it was captured, bringing DSLR-like depth aesthetics to smartphone photos or AI-generated images. Compared to manual editing in Photoshop which requires careful masking and lens blur application, GenFocus automates the process in a single step. Against GenFocus All-in-Focus which does the opposite (removing blur), standard GenFocus adds the cinematic depth separation that makes portrait and product photography visually compelling. Best suited for portrait photography enhancement, product photography with background blur, creating professional-looking images from flat source material, and any workflow requiring depth-of-field effects without expensive camera equipment. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are GenFocus (Refocus)'s strengths?
What are GenFocus (Refocus)'s limitations?
What is GenFocus (Refocus) best for?
How much does GenFocus (Refocus) cost?
How does GenFocus (Refocus) perform across capabilities?
GenFocus — specialized depth-of-field and focus editing
How do I use the GenFocus (Refocus) API?
curl -X POST https://api.fairstack.ai/v1/generations/image \
-H "Authorization: Bearer $FAIRSTACK_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "genfocus",
"prompt": "Your prompt here"
}' import requests
response = requests.post(
"https://api.fairstack.ai/v1/generations/image",
headers={
"Authorization": f"Bearer {FAIRSTACK_API_KEY}",
"Content-Type": "application/json",
},
json={
"model": "genfocus",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) const response = await fetch(
"https://api.fairstack.ai/v1/generations/image",
{
method: "POST",
headers: {
Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
"Content-Type": "application/json",
},
body: JSON.stringify({
model: "genfocus",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does GenFocus (Refocus) support?
Frequently Asked Questions
How much does GenFocus (Refocus) cost?
GenFocus (Refocus) costs $0.030/image on FairStack as of 2026-05-13. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.
What is GenFocus (Refocus) and what is it best for?
GenFocus Refocus adds professional depth-of-field effects to any image at $0.025 per edit. It simulates the bokeh and selective focus achieved by expensive camera lenses, blurring backgrounds while keeping subjects sharp, or vice versa. The AI understands scene depth to produce natural-looking results. The model analyzes image content to determine depth layers, then applies selective blur that mimics optical depth-of-field behavior. This transforms flat, fully-sharp images into professional-looking photos with appealing background separation. The effect works on any image regardless of how it was captured, bringing DSLR-like depth aesthetics to smartphone photos or AI-generated images. Compared to manual editing in Photoshop which requires careful masking and lens blur application, GenFocus automates the process in a single step. Against GenFocus All-in-Focus which does the opposite (removing blur), standard GenFocus adds the cinematic depth separation that makes portrait and product photography visually compelling. Best suited for portrait photography enhancement, product photography with background blur, creating professional-looking images from flat source material, and any workflow requiring depth-of-field effects without expensive camera equipment. Available on FairStack at infrastructure cost plus a 20% platform fee. GenFocus (Refocus) is best for Portrait background blur, Product photography depth, Professional bokeh effects. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does GenFocus (Refocus) have an API?
Yes. GenFocus (Refocus) is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/image with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.
How does GenFocus (Refocus) compare to other image models?
GenFocus (Refocus) excels at Portrait background blur, Product photography depth, Professional bokeh effects. It is a image editing model priced at $0.030/image on FairStack. Key strengths: Professional depth-of-field results, Easy to use. Compare all image models at fairstack.ai/models.
What makes genfocus stand out from other image generators?
genfocus stands out with professional depth-of-field results and easy to use. Generation typically completes in 5-15 seconds.
What are the known limitations of genfocus?
Key limitations include: single-purpose — depth of field only; complex scenes may have edge artifacts. FairStack documents these transparently so you can choose the right model for your workflow.
How fast is genfocus?
genfocus typically completes in 5-15 seconds. This provides a good balance between output quality and processing speed for most production workflows.
What features does genfocus support?
genfocus offers: ai depth-of-field control; professional bokeh effects; background blur with subject sharpening; works on any image. All capabilities are accessible through both the FairStack web interface and REST API.