mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
82 lines
2.2 KiB
YAML
82 lines
2.2 KiB
YAML
provider: stepfun
|
|
label:
|
|
zh_Hans: 阶跃星辰
|
|
en_US: Stepfun
|
|
description:
|
|
en_US: Models provided by stepfun, such as step-1-8k, step-1-32k、step-1v-8k、step-1v-32k, step-1-128k and step-1-256k
|
|
zh_Hans: 阶跃星辰提供的模型,例如 step-1-8k、step-1-32k、step-1v-8k、step-1v-32k、step-1-128k 和 step-1-256k。
|
|
icon_small:
|
|
en_US: icon_s_en.svg
|
|
icon_large:
|
|
en_US: icon_l_en.svg
|
|
background: "#FFFFFF"
|
|
help:
|
|
title:
|
|
en_US: Get your API Key from stepfun
|
|
zh_Hans: 从 stepfun 获取 API Key
|
|
url:
|
|
en_US: https://platform.stepfun.com/interface-key
|
|
supported_model_types:
|
|
- llm
|
|
configurate_methods:
|
|
- predefined-model
|
|
- customizable-model
|
|
provider_credential_schema:
|
|
credential_form_schemas:
|
|
- variable: api_key
|
|
label:
|
|
en_US: API Key
|
|
type: secret-input
|
|
required: true
|
|
placeholder:
|
|
zh_Hans: 在此输入您的 API Key
|
|
en_US: Enter your API Key
|
|
model_credential_schema:
|
|
model:
|
|
label:
|
|
en_US: Model Name
|
|
zh_Hans: 模型名称
|
|
placeholder:
|
|
en_US: Enter your model name
|
|
zh_Hans: 输入模型名称
|
|
credential_form_schemas:
|
|
- variable: api_key
|
|
label:
|
|
en_US: API Key
|
|
type: secret-input
|
|
required: true
|
|
placeholder:
|
|
zh_Hans: 在此输入您的 API Key
|
|
en_US: Enter your API Key
|
|
- variable: context_size
|
|
label:
|
|
zh_Hans: 模型上下文长度
|
|
en_US: Model context size
|
|
required: true
|
|
type: text-input
|
|
default: '8192'
|
|
placeholder:
|
|
zh_Hans: 在此输入您的模型上下文长度
|
|
en_US: Enter your Model context size
|
|
- variable: max_tokens
|
|
label:
|
|
zh_Hans: 最大 token 上限
|
|
en_US: Upper bound for max tokens
|
|
default: '8192'
|
|
type: text-input
|
|
- variable: function_calling_type
|
|
label:
|
|
en_US: Function calling
|
|
type: select
|
|
required: false
|
|
default: no_call
|
|
options:
|
|
- value: no_call
|
|
label:
|
|
en_US: Not supported
|
|
zh_Hans: 不支持
|
|
- value: tool_call
|
|
label:
|
|
en_US: Tool Call
|
|
zh_Hans: Tool Call
|
|
address: https://api.stepfun.com |