GenFocus All-in-Focus
GenFocus All-in-Focus costs $0.030/image on FairStack — a image editing model for Removing unwanted background blur, Converting portrait mode to sharp, Technical photography. 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 All-in-Focus?
GenFocus All-in-Focus performs the inverse of standard depth-of-field photography, removing blur and making the entire image uniformly sharp at $0.025 per edit. It is designed to reverse bokeh effects and depth blur in images captured in portrait mode or with shallow depth-of-field lenses. The model analyzes blurred regions of images and reconstructs detail to match the sharpness of in-focus areas. This is particularly useful when portrait-mode photos need to be repurposed for contexts where a fully sharp image is preferred, or when background detail obscured by shallow depth-of-field is needed. Compared to standard GenFocus which adds depth blur, All-in-Focus removes it. Against general sharpening tools which amplify existing detail, this model specifically targets depth-of-field blur patterns and reconstructs plausible detail in the blurred regions. The model cannot recover detail that was never captured by the camera sensor, but it produces convincing approximations. Best suited for converting portrait-mode photos to fully sharp images, removing unwanted background blur, technical photography requiring full-frame sharpness, and repurposing shallow-DOF images for contexts requiring full clarity. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are GenFocus All-in-Focus's strengths?
What are GenFocus All-in-Focus's limitations?
What is GenFocus All-in-Focus best for?
How much does GenFocus All-in-Focus cost?
How does GenFocus All-in-Focus perform across capabilities?
All-in-focus variant — makes entire image sharp
How do I use the GenFocus All-in-Focus 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-all-in-focus",
"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-all-in-focus",
"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-all-in-focus",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does GenFocus All-in-Focus support?
Frequently Asked Questions
How much does GenFocus All-in-Focus cost?
GenFocus All-in-Focus 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 All-in-Focus and what is it best for?
GenFocus All-in-Focus performs the inverse of standard depth-of-field photography, removing blur and making the entire image uniformly sharp at $0.025 per edit. It is designed to reverse bokeh effects and depth blur in images captured in portrait mode or with shallow depth-of-field lenses. The model analyzes blurred regions of images and reconstructs detail to match the sharpness of in-focus areas. This is particularly useful when portrait-mode photos need to be repurposed for contexts where a fully sharp image is preferred, or when background detail obscured by shallow depth-of-field is needed. Compared to standard GenFocus which adds depth blur, All-in-Focus removes it. Against general sharpening tools which amplify existing detail, this model specifically targets depth-of-field blur patterns and reconstructs plausible detail in the blurred regions. The model cannot recover detail that was never captured by the camera sensor, but it produces convincing approximations. Best suited for converting portrait-mode photos to fully sharp images, removing unwanted background blur, technical photography requiring full-frame sharpness, and repurposing shallow-DOF images for contexts requiring full clarity. Available on FairStack at infrastructure cost plus a 20% platform fee. GenFocus All-in-Focus is best for Removing unwanted background blur, Converting portrait mode to sharp, Technical photography. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does GenFocus All-in-Focus have an API?
Yes. GenFocus All-in-Focus 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 All-in-Focus compare to other image models?
GenFocus All-in-Focus excels at Removing unwanted background blur, Converting portrait mode to sharp, Technical photography. It is a image editing model priced at $0.030/image on FairStack. Key strengths: Effectively reverses depth blur, Makes full image sharp. Compare all image models at fairstack.ai/models.
What makes GenFocus All-in-Focus stand out from other image generators?
GenFocus All-in-Focus stands out with effectively reverses depth blur and makes full image sharp. Generation typically completes in 5-15 seconds.
What are the known limitations of GenFocus All-in-Focus?
Key limitations include: single-purpose — all-in-focus only; cannot add detail that was never captured. FairStack documents these transparently so you can choose the right model for your workflow.
How fast is GenFocus All-in-Focus?
GenFocus All-in-Focus 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 All-in-Focus support?
GenFocus All-in-Focus offers: remove depth blur from images; make entire image uniformly sharp; reverse bokeh effects; works on any depth-blurred image. All capabilities are accessible through both the FairStack web interface and REST API.
Start using GenFocus All-in-Focus today
$0.030/image. Full API access. No subscription.
Start Creating