ideogram-v3-reframe API
Ideogram / Ideogram V3
RunAPI로 Ideogram V3 패밀리의 ideogram-v3-reframe를 사용하세요. 호출당 요금, 구독 없음, 실패한 생성은 과금되지 않습니다.
운영 중
·
image
·
상업적 사용 지원
curl -X POST https://runapi.ai/api/v1/ideogram_v3/reframe_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "ideogram-v3-reframe",
"prompt": "상단에 볼드 세리프 폰트로 제목이 있고 배경에 우주 정거장이 있는 'The Last Frontier' 영화 포스터를 만들어 주세요."
}'
import { IdeogramV3Client } from "@runapi.ai/ideogram-v3";
const client = new IdeogramV3Client();
const result = await client.reframeImage.run({
model: "ideogram-v3-reframe",
prompt: "상단에 볼드 세리프 폰트로 제목이 있고 배경에 우주 정거장이 있는 'The Last Frontier' 영화 포스터를 만들어 주세요.",
});
<?php
require __DIR__ . "/vendor/autoload.php";
use RunApi\IdeogramV3\IdeogramV3Client;
$client = new IdeogramV3Client();
$result = $client->reframeImage->run([
'model' => 'ideogram-v3-reframe',
'prompt' => '상단에 볼드 세리프 폰트로 제목이 있고 배경에 우주 정거장이 있는 \'The Last Frontier\' 영화 포스터를 만들어 주세요.',
]);
require "runapi/ideogram_v3"
client = RunApi::IdeogramV3::Client.new
result = client.reframe_image.run(
model: "ideogram-v3-reframe",
prompt: "상단에 볼드 세리프 폰트로 제목이 있고 배경에 우주 정거장이 있는 'The Last Frontier' 영화 포스터를 만들어 주세요."
)
npx skills add runapi-ai/ideogram-v3 -g
# Claude Code
claude mcp add runapi -s user -- npx -y @runapi.ai/mcp
# Codex
codex plugin install runapi-mcp@agents
# Cursor / Windsurf / VS Code
npx @runapi.ai/mcp init cursor
변형 전환
개요
Ideogram V3 ideogram-v3-reframe는 같은 RunAPI 인증, model skill 워크플로, 사용량 기반 가격으로 사용할 수 있습니다.
- 통합 API key
- Model skill 설정
- 모델 ID 참조
- 실패한 생성은 과금되지 않습니다
요금
요금
실패한 생성은 과금되지 않습니다
Reframe image
$0.04-$0.10
/ image
Rendering speed: turbo
$0.04
Rendering speed: quality
$0.10
Rendering speed: balanced
$0.07
스펙
스펙
| 모델 ID | ideogram-v3-reframe |
| 제공사 | Ideogram |
| 모달리티 | image |
| 작업 유형 | asynchronous |
| 과금 | call |
| Endpoint | /api/v1/ideogram_v3/reframe_image |
| 상업적 사용 | 예 |
| 카탈로그 상태 | 운영 중 |
MODELS
모델 스킬 — ideogram-v3-reframe
스킬을 한 번 설치한 후, 이 페이지의 변형 ID를 사용해 개발을 시작하세요.
# Install the model skill for app development workflows
npx skills add runapi-ai/ideogram-v3 -g
Or use this setup request in your coding tool:
Install the Ideogram V3 skill for this app: 1. Add runapi-ai/ideogram-v3 with the skills installer. 2. Load SKILL.md in this workspace. 3. Use its docs, schemas, pricing notes, and setup steps when adding model features. 4. Confirm the install path when done.
작동 방식
ideogram-v3-reframe 사용 방법
01
모델 선택
앱 워크플로에 맞는 모델과 변형을 고릅니다.
02
모델 ID 전달
요청 본문에 이 변형 ID를 사용합니다.
03
작업 실행
요청을 보내고 반환된 task ID를 저장합니다.
04
출력 수집
작업이 끝나면 조회하거나 callback으로 결과를 받습니다.
차이
ideogram-v3-reframe 비교
VS IDEOGRAM-V3-CHARACTER
프롬프트 없이 이미지 프레이밍과 화면 비율 변경
하나의 고정 정체성 이미지로 캐릭터 참조 생성
VS IDEOGRAM-V3-CHARACTER-EDIT
프롬프트 없이 이미지 프레이밍과 화면 비율 변경
참조된 캐릭터 정체성을 유지하면서 인페인팅
VS IDEOGRAM-V3-CHARACTER-REMIX
프롬프트 없이 이미지 프레이밍과 화면 비율 변경
캐릭터와 스타일 참조로 소스 이미지 리믹스
사용 사례
이 변형을 쓰는 곳
이미지 생성
텍스트 prompt에서 시각 asset을 만듭니다.
편집
prompt 지시에 따라 기존 이미지를 변환합니다.
배치 제작
SDK로 반복 가능한 생성을 구현합니다.
FAQ
ideogram-v3-reframe 자주 묻는 질문
ideogram-v3-reframe는 어떻게 선택하나요?
quickstart에 표시된 모델 ID를 전달하세요.
가격은 사용량 기반인가요?
네. 호출 또는 단위 기준으로 측정됩니다.
다른 Ideogram V3 변형
ideogram-v3-edit
최저가
edit
$0.070 / call
ideogram-v3-remix
remix
$0.070 / call
ideogram-v3-text-to-image
text-to-image
$0.070 / call
ideogram-v3-character
character
$0.180 / call
ideogram-v3-character-edit
character-edit
$0.180 / call
ideogram-v3-character-remix
character-remix
$0.180 / call
관련 모델
지금 시작