FIBO-VLM-prompt-to-JSON

100
9
license:cc-by-nc-4.0
by
briaai
Code Model
OTHER
New
100 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

Usagepython
from diffusers.modular_pipelines import ModularPipelineBlocks

pipeline = ModularPipelineBlocks.from_pretrained("briaai/FIBO-VLM-prompt-to-JSON", trust_remote_code=True)
pipeline = pipeline.init_pipeline()

# Generate - short text to JSON
output = pipeline(prompt="A beautiful sunset over a calm ocean")
print(output)

# Refine - JSON+instruction to JSON
output = pipeline(
    json_prompt=your_json_prompt, prompt="make the owl brown"
)

# Inspire - Image+instruction to JSON
output = pipeline(
    image=your_image, prompt="your prompt"
)

# Inspirt - Image to JSON
pipeline(
    image=your_image
)

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.