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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ tmp/
# Python bytecode
__pycache__/
*.py[cod]
.work/
5 changes: 4 additions & 1 deletion ja/tutorials/partner-nodes/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ Anthropic パートナーノードは、Anthropic 公開 API と同じ USD ベ
| :---------------------------- | :----------------------------------------- | :----------- | :-------- |
| Bria Image Edit | endpoint: v2/image/edit, model: fibo | 8.44 / 実行 | Image |
| Bria Image Remove Background | endpoint: v2/image/edit/remove_background | 3.8 / 実行 | Image |
| Bria Video Remove Background | endpoint: v2/video/edit/remove_background | 29.54 / 秒 | Video |
| Bria Video Remove Background | endpoint: v2/video/edit/remove_background | 0.89 / 秒 | Video |
| Bria Video Green Screen | endpoint: v2/video/edit/green_screen | 0.89 / 秒 | Video |
| Bria Video Replace Background | endpoint: v2/video/edit/replace_background | 0.89 / 秒 | Video |
| Bria Transparent Video Background | endpoint: v2/video/edit/remove_background | 0.89 / 秒 | Video |

## ByteDance

Expand Down
5 changes: 4 additions & 1 deletion ko/tutorials/partner-nodes/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ Anthropic 파트너 노드는 공개 Anthropic API와 동일한 기본 USD 사
| :--------------------------- | :---------------------------------------- | :---------- | :------- |
| Bria 이미지 편집 | endpoint: v2/image/edit, model: fibo | 8.44 / 실행 | 이미지 |
| Bria 이미지 배경 제거 | endpoint: v2/image/edit/remove_background | 3.8 / 실행 | 이미지 |
| Bria 비디오 배경 제거 | endpoint: v2/video/edit/remove_background | 29.54 / 초 | 비디오 |
| Bria 비디오 배경 제거 | endpoint: v2/video/edit/remove_background | 0.89 / 초 | 비디오 |
| Bria 비디오 그린 스크린 | endpoint: v2/video/edit/green_screen | 0.89 / 초 | 비디오 |
| Bria 비디오 배경 교체 | endpoint: v2/video/edit/replace_background | 0.89 / 초 | 비디오 |
| Bria 투명 비디오 배경 | endpoint: v2/video/edit/remove_background | 0.89 / 초 | 비디오 |

## ByteDance

Expand Down
5 changes: 4 additions & 1 deletion tutorials/partner-nodes/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ Optional images add tokens billed at the same model input rates.
| :--------------------------- | :---------------------------------------- | :---------- | :------- |
| Bria Image Edit | endpoint: v2/image/edit, model: fibo | 8.44 / run | Image |
| Bria Image Remove Background | endpoint: v2/image/edit/remove_background | 3.8 / run | Image |
| Bria Video Remove Background | endpoint: v2/video/edit/remove_background | 29.54 / sec | Video |
| Bria Video Remove Background | endpoint: v2/video/edit/remove_background | 0.89 / sec | Video |
| Bria Video Green Screen | endpoint: v2/video/edit/green_screen | 0.89 / sec | Video |
| Bria Video Replace Background | endpoint: v2/video/edit/replace_background | 0.89 / sec | Video |
| Bria Transparent Video Background | endpoint: v2/video/edit/remove_background | 0.89 / sec | Video |

## ByteDance

Expand Down
5 changes: 4 additions & 1 deletion zh/tutorials/partner-nodes/pricing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ Anthropic 合作节点使用与 Anthropic 公开 API 相同的美元计费逻辑
| :---------------------------- | :----------------------------------------- | :----------- | :-------- |
| Bria Image Edit | endpoint: v2/image/edit, model: fibo | 8.44 / run | Image |
| Bria Image Remove Background | endpoint: v2/image/edit/remove_background | 3.8 / run | Image |
| Bria Video Remove Background | endpoint: v2/video/edit/remove_background | 29.54 / sec | Video |
| Bria Video Remove Background | endpoint: v2/video/edit/remove_background | 0.89 / sec | Video |
| Bria Video Green Screen | endpoint: v2/video/edit/green_screen | 0.89 / sec | Video |
| Bria Video Replace Background | endpoint: v2/video/edit/replace_background | 0.89 / sec | Video |
| Bria Transparent Video Background | endpoint: v2/video/edit/remove_background | 0.89 / sec | Video |
| Bria Image Edit | endpoint: v2/image/edit, model: fibo-edit | 8.44 / run | Image |

## ByteDance
Expand Down
Loading