生成文章内容
POST
/302/writing/api/v1/longtext/generate流式响应
价格:根据调用模型来收费
请求参数
Header 参数
Authorization
string
可选
示例值:
Bearer {{YOUR_API_KEY}}
Body 参数application/json
title
string
标题
language
string
语言
默认值:
zh
model
string
模型
sections
array [object {3}]
大纲
type
string
内容类型
content
string
大纲内容
aspect_ratio
string
插图比例
img_demo
enum<string>
可选
枚举值:
only_netonly_aifirst_net
默认值:
only_ai
示例1
{
"title": "特斯拉",
"language": "en",
"model": "gpt-4o-mini",
"sections": [
{
"type": "text",
"content": "Part 1 - Overview of Tesla - Word Count: 300 - This section introduces Tesla as a pioneering electric vehicle (EV) manufacturer founded in 2003 with the mission to accelerate the world's transition to sustainable energy. It outlines the company's key innovations, including electric powertrains, battery technology, and autopilot features. Key figures such as CEO Elon Musk's vision and leadership in developing Tesla's brand identity and global influence are discussed, providing insight into how Tesla has disrupted the automotive industry while advocating for renewable energy solutions."
},
{
"type": "image",
"content": "A visual representation of Tesla's logo and electric vehicles on a futuristic city backdrop, highlighting innovation and sustainability. The image should convey a sense of modern technology and the impact of electric vehicles on urban life. It should have a sleek design and vibrant colors, focusing on a Tesla car parked in the foreground with a solar-powered charging station nearby.",
"aspect_ratio": "16:9"
},
{
"type": "text",
"content": "Part 2 - Tesla's Impact on Transportation - Word Count: 1000 - This section delves into Tesla's significant impact on the transportation sector, analyzing how the introduction of electric vehicles has altered consumer perceptions and automotive industry dynamics. It covers Tesla's market strategies, including direct sales through company-owned showrooms, innovative financing options, and the creation of a robust supercharger network. Additionally, the section examines the environmental implications of Tesla's electric cars, including reduced emissions and energy consumption, contrasting traditional internal combustion vehicles with electric alternatives. Consumer testimonials and sales data illustrate Tesla’s growing popularity, while also addressing challenges such as range anxiety and competition in the electric vehicle market. Furthermore, this part discusses the company's future vision, focusing on advancements in autonomous driving technology and the potential for a fully electric transportation ecosystem."
},
{
"type": "image",
"content": "An infographic showcasing Tesla's sales growth over the years alongside a visual comparison of CO2 emissions from electric versus traditional vehicles. The elements should clearly illustrate the trend in electric vehicle adoption and highlight the environmental benefits. Data charts and illustrations of cars should be included in an attractive layout that effectively communicates the message.",
"aspect_ratio": "4:3"
},
{
"type": "text",
"content": "Part 3 - Future Technologies and Innovations - Word Count: 1200 - This section explores Tesla's cutting-edge technologies and future innovations aimed at enhancing electric vehicle performance and sustainability. Key topics include advancements in battery technology, such as the development of solid-state batteries and Tesla's energy products like the Powerwall and solar panels. The potential for vehicle-to-grid technology and its implications for energy management and consumer savings is discussed. Additionally, the prospects of continuous software updates and artificial intelligence in improving Tesla's autonomous driving capabilities are examined. The section also analyzes Tesla's plans for expanding its manufacturing footprint globally, including the construction of Gigafactories and their role in meeting increasing demand for electric vehicles. Finally, the challenges Tesla faces in scaling production and maintaining quality while pushing for rapid innovation are addressed, along with strategic partnerships and regulatory considerations impacting the company's future roadmap."
},
{
"type": "image",
"content": "A futuristic illustration of Tesla's Gigafactory, depicting solar panels on the roof and electric cars in the production line. The setting should highlight the state-of-the-art technology used in manufacturing and the commitment to sustainability, with green spaces around the factory. The image should evoke a sense of innovation and progress in electric vehicle production.",
"aspect_ratio": "16:9"
}
],
"img_demo": "first_net"
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
object {0}
示例
{}
最后修改时间: 2 个月前