生成された記事タスクを作成するためにトピックと懸念を入力する価格:呼び出しモデルに基づく請求:大規模な言語モデル +エンボードモデル +タービリー検索
大規模な言語モデル:ユーザーが選択したモデルに基づく料金
埋め込みモデル-Jina-Clip-V2:0.02 PTC / 1Mトークン
タビリー検索:0.01PTC/回
Request
Example:Bearer {{YOUR_API_KEY}}
Body Params application/json
{
"topic": "string",
"language": "zh",
"model": "string",
"focus": "string"
}
Request samples
curl --location --request POST 'https://api.302.ai/302/paper/costorm/create' \
--header 'Authorization: Bearer sk-mfYQzy0XTFfz4P16vRE4gFrKK1Nly4TozsMqbbb9PSiJUvFO' \
--header 'Content-Type: application/json' \
--data-raw '{
"topic": "string",
"language": "zh",
"model": "string",
"focus": "string"
}'
Responses
application/json {
"status": 200,
"data": {
"task_id": "457fbd4e-d03d-47dd-99b3-02a442309a59"
}
}
Modified at 2025-02-10 06:26:09