Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
104 changes: 104 additions & 0 deletions Bria.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
---
# Thank you for contributing!
# In filling out this yaml file, please follow the criteria as described here:
# https://osai-index.eu/contribute

# You're free to build on this work and reuse the data. It is licensed under CC-BY 4.0, with the
# stipulation that attribution should come in the form of a link to https://osai-index.eu/
# and a citation to the peer-reviewed paper in which the dataset & criteria were published:

# Liesenfeld, A. and Dingemanse, M., 2024. Rethinking open source generative AI: open-washing and the EU AI Act. In Proceedings of the 2024 ACM Conference on Fairness, Accountability, and Transparency (pp. 1774-1787).

# Organization tags:
# - National origin: International
# - Contributor type: Non-academic (Company)

system:
name: Bria
link: https://huggingface.co/briaai/BRIA-3.2
type: image
performanceclass: full
basemodelname: BRIA-3.2
endmodelname: BRIA-3.2
endmodellicense: CC-BY-NC-4.0
releasedate: 2025-05
notes: Text-to-image model by BRIA AI.

org:
name: BRIA AI
link: https://bria.ai/
notes: Company developing visual generative AI for commercial use.

# availability:
datasources_basemodel:
class: closed
link:
notes: Model trained exclusively on licensed data; no publicly available data sources found.

datasources_endmodel:
class: closed
link:
notes: Model trained exclusively on licensed data; no publicly available data sources found.

weights_basemodel:
class: partial
link: https://huggingface.co/briaai/BRIA-3.2
notes: Gated model available via Huggingface repository.

weights_endmodel:
class: partial
link: https://huggingface.co/briaai/BRIA-3.2
notes: Gated model available via Huggingface repository.

trainingcode:
class: closed
link: https://bria.ai/technology#training
notes: Proprietary training pipeline.

# documentation:
code:
class: closed
link:
notes: No training code, so no documentation.

hardware_architecture:
class: closed
link:
notes: No information on hyperparameters found.

preprint:
class: closed
link:
notes: No preprint found.

paper:
class: closed
link:
notes: No peer-reviewed paper found.

modelcard:
class: closed
link: https://huggingface.co/briaai/BRIA-3.2
notes: Model card primarily contains usage information.

datasheet:
class: closed
link:
notes: No datasheet found.

# access:
package:
class: open
link: https://github.com/Bria-AI/ComfyUI-BRIA-API
notes: ComfyUI workflow available.

api:
class: open
link: https://docs.bria.ai/image-generation/endpoints/text-to-image-base
notes: API available.
metaprompts:

licenses:
class: open
link: https://huggingface.co/briaai/BRIA-3.2
notes: CC-BY-NC-4.0, an OSI-approved license.
4 changes: 2 additions & 2 deletions OLMo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ preprint:
notes: Pre-print goes into impressive detail about the data, training process, architecture, and evaluation.

paper:
class: open
class: partial
link: https://openreview.net/forum?id=2ezugTT9kU#discussion
notes: Conference paper published in COLM 2025.
notes: Conference paper published in COLM 2025. More under review?

modelcard:
class: open
Expand Down