Generate video from GPT-6 Astra

GPT-6 Astra has no video model, but from Codex with the Actionway Skill it can generate video: a 5-second 480p clip with Seedance 2.0 Mini comes to $0.35 for 5 s at $0.07 per second (480p), and the run in this guide finished in 76 seconds with the clip saved into the project.

连接你的 Agent

你说

A small robot assistant paints a bright abstract mural on a studio wall, camera slowly pushes in, soft warm light

AGENT 回复

Video generation. Three options from the catalog, each costed for this five-second clip at its cheapest resolution:

  • Seedance 2.0 Mini$0.35 for 5 s at $0.07 per second (480p)fast, low-cost drafts at 480p or 720p
  • Seedance 2.0$0.70 for 5 s at $0.14 per second (480p)the full model, 480p up to 4K
  • Kling 3$1.00 for 5 s at $0.20 per second (720p)720p and 1080p, a different look

你选定: Seedance 2.0 Mini · 480p · 5 s

  • Calls the video service with the Seedance 2.0 Mini variant at 480p — the run is accepted as a job
  • Waits on the job; this one finished in 76 seconds
  • Downloads the clip into the project's outputs/ folder and hands you the file

结果

5 s · Seedance 2.0 Mini · 480p · $0.35 for 5 s at $0.07 per second (480p) · charged on completion

That is the entire loop, unedited, from a real session: one sentence in, a clip out, one line on the bill. The clip above is the generated video, unedited. The work goes through Actionway's video generation capability, and the Skill installed with the CLI is what teaches the agent to plan, price, run, and deliver it.

What happened in between

OpenAI released GPT-6 Astra on September 3, 2026, positioning it around computer use and long-running agent tasks — a framing TechCrunch's launch coverage shares. Since Codex CLI 0.153.4 it is the bundled default model, so a fresh Codex session already runs on it. What it still lacks is a way to render pixels, and that is where the Skill comes in.

Before answering, the agent checked the capability index it keeps locally, so the first reply already carried the plan: which capability, which models, what each costs per second. It presents those options neutrally — no default, no recommendation; say "you pick" and it takes the best-quality tier. Picking one is the approval: the call runs at the shown price, and Actionway checks the wallet on its side. Only runs the platform flags for extra confirmation pause for another question first. Video runs as a job, so the agent waits on it rather than polling by hand, then downloads the finished clip into outputs/ with a descriptive filename. If the wallet cannot cover a run, the agent stops before anything is charged and gives you a top-up link with the amount prefilled.

Pick a model, pay per run

Video is priced per second of output, and the resolution tier moves the price. The Seedance family spans the range: Seedance 2.0 Mini (from $0.07 per second (480p)) for drafts, Seedance 2.0 (from $0.14 per second (480p)) up to 4K, and Seedance 1.5 (from $0.12 per second (720p)) in between. Kling — Kling 3 from $0.20 per second (720p) — gives a second look for the same brief. The prices are rendered from the same registry the models library shows, so they match what your agent quotes.

A five-second draft on the mini tier is cheap enough to iterate on the prompt; the premium run is for the frame you will actually ship. The same capability also accepts a still image or a reference clip as the starting point, which is how a product photo turns into a short e-commerce remix. Every attempt is one catalog-priced run, and there is no subscription — a balance you top up once covers every capability in the catalog.

Writing a prompt a video model can follow

Video prompts carry one thing image prompts do not: motion. The case prompt names a subject, an action, a camera move, and a light, in that order, and that is about as much as a five-second clip can hold. Describe one movement, not a sequence — "the camera slowly pushes in" works, "the camera pushes in, then pans left, then the robot turns around" produces a clip that does none of them well. If the subject matters more than the motion, start from a still image instead: the same capability accepts a photo as the first frame, and the prompt then only has to say what moves.

Check every draft against the brief before spending on a higher tier. Video models invent details to fill a frame — lettering on a wall, a logo on a product, a second character at the edge — and the cheapest fix is a phrase in the prompt ("no text, no logos") plus one more draft on the mini tier at $0.07 per second (480p). Only when the draft does what the sentence says is it worth running the same sentence through Seedance 2.0 at 1080p or 4K, or through Kling 3 for a different look.

你这样问

Same shot, but start from outputs/robot-poster.jpg as the first frame and keep the beret; 8 seconds at 720p this time.

A follow-up like this reuses a file already in outputs/ as the reference. The agent lists the models that accept one, with per-second prices for the new length and tier, and runs the one you pick.

Set it up once

npm install --global @actionway/cli@latest
actionway init
mkdir -p "$HOME/.codex/skills"
cp -R "$HOME/.actionway/skill/actionway" "$HOME/.codex/skills/actionway"
init shows a short code and a verification URL — approve it in any browser — then stages the Actionway Skill at ~/.actionway/skill/actionway. The last two lines copy it to ~/.codex/skills/actionway, where Codex loads Skills.

You need Node.js 20 or newer and an Actionway account; after sign-in the agent reports your wallet balance and, if it is empty, links you straight to top-up. Prefer no local CLI? Codex can also load Actionway as a plugin — codex plugin marketplace add PawLogic/actionway-plugins then codex plugin add actionway@pawlogic — which runs the same catalog over Remote MCP. The get started page lists every route per client side by side.

常见问题

Can GPT-6 Astra make videos?Not on its own — Astra plans, writes, and operates a computer, but ships no video model. With the Actionway Skill in Codex it can call Seedance or Kling, priced per second of output, and save the clip into your project.

How much does a short AI video cost from Codex?Per second at the catalog price for the model and resolution you pick. For a five-second clip that is $0.35 for 5 s at $0.07 per second (480p) on Seedance 2.0 Mini, $0.70 for 5 s at $0.14 per second (480p) on Seedance 2.0, or $1.00 for 5 s at $0.20 per second (720p) on Kling 3. The agent shows the total for the length you asked for; the models library lists every tier.

How long does a video run take?Video renders as a job the agent waits on. The five-second Seedance 2.0 Mini clip in this guide finished in 76 seconds; larger models and resolutions take longer.

在你的 AGENT 里试试

连接一次,整个目录都能用。

连接 Actionway 后,Agent 自己找到合适的服务,每次执行前给出美元报价,按次从钱包扣费。

连接你的 Agent