iamt 1.1.27__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- iamt/__init__.py +67 -0
- iamt/__main__.py +5 -0
- iamt/client_config/client_config.py +354 -0
- iamt/completers/customCompleter.py +143 -0
- iamt/composes/5425CICD/gitea/.rdm.md +4 -0
- iamt/composes/5425CICD/gitea/docker-compose.yml +52 -0
- iamt/composes/5425CICD/gitlab/.rdm.md +20 -0
- iamt/composes/5425CICD/gitlab/config/ssl/.gitkeep +0 -0
- iamt/composes/5425CICD/gitlab/docker-compose.yml +32 -0
- iamt/composes/5425CICD/gitlabDocs/.rdm.md +3 -0
- iamt/composes/5425CICD/gitlabRunner/.rdm.md +5 -0
- iamt/composes/5425CICD/sonarQube/.rdm.md +14 -0
- iamt/composes/5425CICD/sonarQube/docker-compose.yml +46 -0
- iamt/composes/5425CICD/sonarQube/docker-compose3.yml +41 -0
- iamt/composes/5425CICD/sonarQube/docker-compose4.yml +33 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_conf/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_data/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_extensions/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_logs/.gitkeep +0 -0
- iamt/composes/5425CICD/sonarQube/sonarqube_temp/.gitkeep +0 -0
- iamt/composes/5435PROMPT/.rdm.md +11 -0
- iamt/composes/5435PROMPT/langfuse/.env +276 -0
- iamt/composes/5435PROMPT/langfuse/.rdm.md +3 -0
- iamt/composes/5435PROMPT/langfuse/docker-compose.yml +166 -0
- iamt/composes/5435PROMPT/prompt-optimizer/.rdm.md +3 -0
- iamt/composes/5465BASE/alpine/.rdm.md +6 -0
- iamt/composes/5465BASE/mysql/.rdm.md +40 -0
- iamt/composes/5465BASE/mysql/conf/my.cnf +52 -0
- iamt/composes/5465BASE/mysql/docker-compose.yml +31 -0
- iamt/composes/5465BASE/mysql/init/01-init.sql +14 -0
- iamt/composes/5465BASE/nginx/.rdm.md +16 -0
- iamt/composes/5465BASE/nginx/docker-compose.yml +29 -0
- iamt/composes/5465BASE/nginx/html/index.html +11 -0
- iamt/composes/5465BASE/nginx/nginx/conf.d/default.conf +22 -0
- iamt/composes/5465BASE/nginx/nginx/nginx.conf +35 -0
- iamt/composes/5465BASE/node/.rdm.md +0 -0
- iamt/composes/5465BASE/node/docker-compose.yml +0 -0
- iamt/composes/5465BASE/php/.rdm.md +0 -0
- iamt/composes/5465BASE/php/docker-compose.yml +0 -0
- iamt/composes/5465BASE/redis/.env +11 -0
- iamt/composes/5465BASE/redis/.rdm.md +7 -0
- iamt/composes/5465BASE/redis/config/redis.conf +57 -0
- iamt/composes/5465BASE/redis/docker-compose.yml +35 -0
- iamt/composes/5475TTS/GPTsovits/.rdm.md +4 -0
- iamt/composes/5475TTS/GPTsovits/docker-compose.yml +34 -0
- iamt/composes/5475TTS/indexTTS/.rdm.md +3 -0
- iamt/composes/5485MCP/.rdm.md +5 -0
- iamt/composes/5485MCP/mcpGateway/.rdm.md +2 -0
- iamt/composes/5485MCP/mcpGateway/docker-compose.yml +0 -0
- iamt/composes/5485MCP/mcpProxy/.rdm.md +2 -0
- iamt/composes/5485MCP/mcpProxy/config.json +53 -0
- iamt/composes/5485MCP/mcpProxy/docker-compose.yml +34 -0
- iamt/composes/5485MCP/superGateway/.env +2 -0
- iamt/composes/5485MCP/superGateway/.rdm.md +17 -0
- iamt/composes/5485MCP/superGateway/docker-compose.yml +21 -0
- iamt/composes/5495LLM/ollama_nvidia/.rdm.md +21 -0
- iamt/composes/5495LLM/ollama_nvidia/docker-compose.yml +24 -0
- iamt/composes/5555RAG/QAnything/.rdm.md +5 -0
- iamt/composes/5555RAG/bisheng/.rdm.md +4 -0
- iamt/composes/5555RAG/devdocs/.rdm.md +4 -0
- iamt/composes/5555RAG/devdocs/docker-compose.yml +81 -0
- iamt/composes/5555RAG/kotaemon/.rdm.md +3 -0
- iamt/composes/5555RAG/kotaemon/docker-compose.yml +3 -0
- iamt/composes/5555RAG/llama_index/.rdm.md +3 -0
- iamt/composes/5555RAG/ragflow/.rdm.md +4 -0
- iamt/composes/5555RAG/ragflow/docker-compose.yml +0 -0
- iamt/composes/5556LLMAPI/litellm/.env +29 -0
- iamt/composes/5556LLMAPI/litellm/.rdm.md +17 -0
- iamt/composes/5556LLMAPI/litellm/config.yaml +211 -0
- iamt/composes/5556LLMAPI/litellm/docker-compose.yml +68 -0
- iamt/composes/5556LLMAPI/litellm/prometheus.yml +9 -0
- iamt/composes/5556LLMAPI/newapi/.env +7 -0
- iamt/composes/5556LLMAPI/newapi/docker-compose.yml +54 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/.env +3 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/.rdm.md +15 -0
- iamt/composes/5556LLMAPI/newapi_sqlite/docker-compose.yml +15 -0
- iamt/composes/5556LLMAPI/oneapi/.env +5 -0
- iamt/composes/5556LLMAPI/oneapi/docker-compose.yml +51 -0
- iamt/composes/5556LLMAPI/oneapi_postgresql/docker-compose.yml +51 -0
- iamt/composes/5556LLMAPI/oneapi_sqlite/.rdm.md +10 -0
- iamt/composes/5556LLMAPI/oneapi_sqlite/docker-compose.yml +15 -0
- iamt/composes/5557AICLIENT/chatgpt-web-midjourney-proxy/.rdm.md +4 -0
- iamt/composes/5557AICLIENT/librechat/.env +511 -0
- iamt/composes/5557AICLIENT/librechat/.env.example +509 -0
- iamt/composes/5557AICLIENT/librechat/README.md +10 -0
- iamt/composes/5557AICLIENT/librechat/docker-compose.override.yml +21 -0
- iamt/composes/5557AICLIENT/librechat/docker-compose.yml +70 -0
- iamt/composes/5557AICLIENT/librechat/librechat.yaml +19 -0
- iamt/composes/5557AICLIENT/librechat/litellm-config.yml +21 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/.env +535 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/.rdm.md +19 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/docker-compose.override.yml +14 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/docker-compose.yml +72 -0
- iamt/composes/5557AICLIENT/librechat_oneapi/librechat.yaml +42 -0
- iamt/composes/5557AICLIENT/nextChat/.rdm.md +13 -0
- iamt/composes/5557AICLIENT/nextChat/docker-compose.yml +2 -0
- iamt/composes/5557AICLIENT/openwebui/.env +15 -0
- iamt/composes/5557AICLIENT/openwebui/.rdm.md +6 -0
- iamt/composes/5557AICLIENT/openwebui/docker-compose.yml +33 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/.env +193 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/.rdm.md +15 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/README.md +71 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/atlas.hcl +12 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250703095335_initial.sql +90 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250703115304_update.sql +2 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250704040445_update.sql +2 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250708075302_update.sql +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250710100212_update.sql +38 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250711034533_update.sql +8 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/20250717125913_update.sql +12 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/migrations/atlas.sum +8 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/atlas/opencoze_latest_schema.hcl +4057 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/model_template_qwen.yaml +106 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark.yaml +133 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-lite.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-pro-256k.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-pro-32k.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-thinking-pro.yaml +131 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-thinking-vision-pro.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-vision-lite.yaml +131 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-1.5-vision-pro.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6-flash.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6-thinking.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_doubao-seed-1.6.yaml +132 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_volc_deepseek-r1.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ark_volc_deepseek-v3.yaml +108 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_basic.yaml +201 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_claude.yaml +90 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_deepseek.yaml +107 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_gemini.yaml +139 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_ollama.yaml +84 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_openai.yaml +171 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/model/template/model_template_qwen.yaml +106 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/common/oauth_schema.json +42 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/bocha_search.yaml +179 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/chestnut_sign.yaml +50 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/gaode_map.yaml +754 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/image_compression.yaml +58 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_authentication_authorization.yaml +56 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_base.yaml +1172 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_calendar.yaml +479 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_docx.yaml +552 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_message.yaml +499 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_sheet.yaml +795 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_task.yaml +409 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/lark_wiki.yaml +95 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/library_search.yaml +73 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/maker_smart_design.yaml +82 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/plugin_meta.yaml +913 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/sky_eye_check.yaml +431 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/sohu_hot_news.yaml +69 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/wolfram_alpha.yaml +100 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/plugin/pluginproduct/worth_buying.yaml +77 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/messages_to_query_template_jinja2.json +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/backend/conf/prompt/nl2sql_template_jinja2.json +10 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/docker-compose.yml +549 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/proxy/go.mod +3 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/proxy/proxy.go +100 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/analysis-smartcn.zip +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/elasticsearch.yml +14 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/es_index_schema/coze_resource.index-template.json +74 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/es_index_schema/project_draft.index-template.json +79 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/elasticsearch/setup_es.sh +142 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/etcd/etcd.conf.yml +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/.mc/config.json +1 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/claude_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-api.jpg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-chat-sdk.jpg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/connector-coze.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/deepseek_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_agent_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_app_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_database_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_dataset_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_prompt_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/default_workflow_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/doubao_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/gemini_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/image_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/ollama.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/openai_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/plugin_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/qwen_v2.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_10coz_folder.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_11coz_trans_switch.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_12coz_location.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_13coz_link.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_14coz_clock.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_1coz_ai.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_2icon_ai_writing.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_3coz_imageflow.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_4icon_aisearch.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_5icon_summary.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_6icon_digest.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_7icon_video.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_8icon_audio.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/shortcut_9coz_variables.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/table_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/team_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/template_7416518827749425204.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/template_7418535986059067392.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/text_kn_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/default_icon/user_default_icon.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_ai_ppt.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_bocha_search.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_chat_ppt.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_chestnut_sign.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_constellation.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_gaode_map.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_image_compression.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_authentication_authorization.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_base.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_calendar.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_docx.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_message.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_sheet.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_task.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_lark_wiki.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_library_search.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_liepin.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_maker_smart_design.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_sky_eye_check.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_sohu_hot_news.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_wolfram_alpha.png +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/minio/official_plugin_icon/plugin_worth_buying.jpeg +0 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/mysql/schema.sql +836 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/mysql/sql_init.sql +666 -0
- iamt/composes/5558AIWORKFLOW/coze_studio/volumes/rocketmq/broker.conf +28 -0
- iamt/composes/5558AIWORKFLOW/dify/.env +1090 -0
- iamt/composes/5558AIWORKFLOW/dify/.rdm.md +11 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/README.md +76 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/docker-entrypoint.sh +30 -0
- iamt/composes/5558AIWORKFLOW/dify/certbot/update-cert.template.txt +19 -0
- iamt/composes/5558AIWORKFLOW/dify/couchbase-server/Dockerfile +4 -0
- iamt/composes/5558AIWORKFLOW/dify/couchbase-server/init-cbserver.sh +44 -0
- iamt/composes/5558AIWORKFLOW/dify/docker-compose.yml +1174 -0
- iamt/composes/5558AIWORKFLOW/dify/elasticsearch/docker-entrypoint.sh +25 -0
- iamt/composes/5558AIWORKFLOW/dify/image.png +0 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/conf.d/default.conf.template +48 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/docker-entrypoint.sh +42 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/https.conf.template +9 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/nginx.conf.template +34 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/proxy.conf.template +11 -0
- iamt/composes/5558AIWORKFLOW/dify/nginx/ssl/.gitkeep +0 -0
- iamt/composes/5558AIWORKFLOW/dify/pgvector/docker-entrypoint.sh +24 -0
- iamt/composes/5558AIWORKFLOW/dify/ssrf_proxy/docker-entrypoint.sh +42 -0
- iamt/composes/5558AIWORKFLOW/dify/ssrf_proxy/squid.conf.template +56 -0
- iamt/composes/5558AIWORKFLOW/dify/startupscripts/init.sh +13 -0
- iamt/composes/5558AIWORKFLOW/dify/startupscripts/init_user.script +10 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/pd.toml +4 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/tiflash-learner.toml +13 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/config/tiflash.toml +19 -0
- iamt/composes/5558AIWORKFLOW/dify/tidb/docker-compose.yaml +62 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/myscale/config/users.d/custom_users_config.xml +17 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/oceanbase/init.d/vec_memory.sql +1 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/opensearch/opensearch_dashboards.yml +222 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/conf/config.yaml +14 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/conf/config.yaml.example +35 -0
- iamt/composes/5558AIWORKFLOW/dify/volumes/sandbox/dependencies/python-requirements.txt +0 -0
- iamt/composes/5558AIWORKFLOW/fastgpt/.rdm.md +14 -0
- iamt/composes/5558AIWORKFLOW/fastgpt/docker-compose-pgvector.yml +177 -0
- iamt/composes/5558AIWORKFLOW/langflow/.rdm.md +9 -0
- iamt/composes/5558AIWORKFLOW/langflow/docker-compose.yml +30 -0
- iamt/composes/5558AIWORKFLOW/n8n/.env +6 -0
- iamt/composes/5558AIWORKFLOW/n8n/.rdm.md +24 -0
- iamt/composes/5558AIWORKFLOW/n8n/docker-compose.yml +52 -0
- iamt/composes/5558AIWORKFLOW/n8n/init-data.sh +13 -0
- iamt/composes/5558AIWORKFLOW/n8n/n8n_storage/.gitkeep +0 -0
- iamt/composes/5559MJAPI/midjourney-proxy/.rdm.md +10 -0
- iamt/composes/5559MJAPI/midjourney-proxy/docker-compose.yml +0 -0
- iamt/composes/5559MJAPI/midjourney-proxy2/.rdm.md +5 -0
- iamt/composes/5559MJAPI/midjourney-proxy2/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/3xui/.rdm.md +12 -0
- iamt/composes/5655PROXY/3xui/docker-compose.yml +15 -0
- iamt/composes/5655PROXY/hui/.rdm.md +6 -0
- iamt/composes/5655PROXY/hui/docker-compose.yml +18 -0
- iamt/composes/5655PROXY/mihomo/.rdm.config.md +17 -0
- iamt/composes/5655PROXY/mihomo/.rdm.md +40 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/config.yaml +584 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/geoip.metadb +0 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/sub1.yaml +7 -0
- iamt/composes/5655PROXY/mihomo/clash_meta_config/sub2.yaml +56 -0
- iamt/composes/5655PROXY/mihomo/docker-compose.yml +33 -0
- iamt/composes/5655PROXY/nginx/.rdm +2 -0
- iamt/composes/5655PROXY/nginx/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/sub-web/.rdm.md +9 -0
- iamt/composes/5655PROXY/sub2clash/.rdm.md +3 -0
- iamt/composes/5655PROXY/sub2clash/docker-compose.yml +21 -0
- iamt/composes/5655PROXY/subconverter/.rdm.md +4 -0
- iamt/composes/5655PROXY/v2ray/.rdm.md +3 -0
- iamt/composes/5655PROXY/v2raya/.rdm.md +33 -0
- iamt/composes/5655PROXY/v2raya/docker-compose.yml +19 -0
- iamt/composes/5655PROXY/xui/.rdm.md +3 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/.rdm.md +18 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/Dockerfile-for-Mainland-China +42 -0
- iamt/composes/5755COMFYUI/akegarasu_lora-scripts/docker-compose.yml +39 -0
- iamt/composes/5755COMFYUI/comfyui_boot/.rdm.md +29 -0
- iamt/composes/5755COMFYUI/comfyui_boot/docker-compose.yml +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/.env +1 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/.rdm.md +20 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/docker-compose.yml +45 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu121/storage/.gitkeep +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu124-cn/.rdm.md +22 -0
- iamt/composes/5755COMFYUI/comfyui_boot_cu124-cn/docker-compose.yml +31 -0
- iamt/composes/5755COMFYUI/comfyui_boot_minimal/.rdm.md +26 -0
- iamt/composes/5755COMFYUI/comfyui_boot_minimal/docker-compose.yml +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/.env +0 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/.rdm.md +23 -0
- iamt/composes/5755COMFYUI/comfyui_boot_slim/docker-compose.yml +24 -0
- iamt/composes/5755COMFYUI/swarmui/.rdm.md +5 -0
- iamt/composes/5755COMFYUI/swarmui/docker-compose.yml +38 -0
- iamt/composes/5855MEDIA/any-listen/.rdm.md +7 -0
- iamt/composes/5855MEDIA/any-listen/data/config.cjs +20 -0
- iamt/composes/5855MEDIA/any-listen/docker-compose.yml +10 -0
- iamt/composes/5855MEDIA/blackcandy/.rdm.md +1 -0
- iamt/composes/5855MEDIA/koel/.rdm.md +17 -0
- iamt/composes/5855MEDIA/koel/docker-compose.yml +41 -0
- iamt/composes/5855MEDIA/navidrome/.rdm.md +15 -0
- iamt/composes/5855MEDIA/navidrome/docker-compose.yml +15 -0
- iamt/composes/5955BACKUP/gobackup/.rdm.md +9 -0
- iamt/composes/5955BACKUP/gobackup/docker-compose.yml +19 -0
- iamt/composes/5955BACKUP/gobackup/gobackup/gobackup.yml +5 -0
- iamt/composes/5955BACKUP/rclone/.rdm.md +6 -0
- iamt/composes/5955BACKUP/rclone/docker-compose.yml +0 -0
- iamt/composes/5965SYNC/verysync/.rdm.md +16 -0
- iamt/composes/5965SYNC/verysync/docker-compose.yml +22 -0
- iamt/composes/6055DATABASE/adminer/.rdm.md +13 -0
- iamt/composes/6055DATABASE/cloudbeaver/.rdm.md +10 -0
- iamt/composes/6055DATABASE/mongodb/.env +7 -0
- iamt/composes/6055DATABASE/mongodb/.rdm.md +8 -0
- iamt/composes/6055DATABASE/mongodb/docker-compose.yml +24 -0
- iamt/composes/6055DATABASE/mongodbExpress/.env +10 -0
- iamt/composes/6055DATABASE/mongodbExpress/.rdm.md +14 -0
- iamt/composes/6055DATABASE/mongodbExpress/docker-compose.yml +24 -0
- iamt/composes/6055DATABASE/mysql/.env +0 -0
- iamt/composes/6055DATABASE/mysql/.rdm.md +0 -0
- iamt/composes/6055DATABASE/mysql/docker-compose.yml +26 -0
- iamt/composes/6055DATABASE/mysql/my.cnf +107 -0
- iamt/composes/6155AUTH/authentik/.env +10 -0
- iamt/composes/6155AUTH/authentik/.rdm.md +7 -0
- iamt/composes/6155AUTH/authentik/docker-compose.yml +90 -0
- iamt/composes/6155AUTH/casdoor/conf/app.conf +30 -0
- iamt/composes/6155AUTH/casdoor/docker-compose.yml +20 -0
- iamt/composes/6255Monitor/dcgm_exporter/.rdm.md +5 -0
- iamt/composes/6255Monitor/dcgm_exporter/docker-compose.yml +34 -0
- iamt/composes/6255Monitor/grafana/.env +5 -0
- iamt/composes/6255Monitor/grafana/.rdm.md +0 -0
- iamt/composes/6255Monitor/grafana/docker-compose.yml +22 -0
- iamt/composes/6255Monitor/node_exporter/.env +1 -0
- iamt/composes/6255Monitor/node_exporter/docker-compose.yml +19 -0
- iamt/composes/6255Monitor/prometheus/.env +6 -0
- iamt/composes/6255Monitor/prometheus/.rdm.md +8 -0
- iamt/composes/6255Monitor/prometheus/conf/prometheus.yml +39 -0
- iamt/composes/6255Monitor/prometheus/docker-compose.yml +28 -0
- iamt/composes/6255Monitor/prometheus/prometheus/.gitkeep +0 -0
- iamt/composes/6355SSL/certbot/.rdm.md +4 -0
- iamt/composes/6355SSL/certd/.rdm.md +4 -0
- iamt/composes/6355SSL/certimate/.rdm.md +23 -0
- iamt/composes/6355SSL/certimate/docker-compose.yml +17 -0
- iamt/composes/6455Storage/fileBrowser/.env +5 -0
- iamt/composes/6455Storage/fileBrowser/.rdm.md +17 -0
- iamt/composes/6455Storage/fileBrowser/docker-compose.yml +14 -0
- iamt/composes/6455Storage/fileBrowser/filebrowser.db +0 -0
- iamt/composes/6455Storage/fileBrowser/settings.json +8 -0
- iamt/composes/6455Storage/kskypro/.env +3 -0
- iamt/composes/6455Storage/kskypro/.rdm.md +30 -0
- iamt/composes/6455Storage/kskypro/buildimg/000-default.conf.template +45 -0
- iamt/composes/6455Storage/kskypro/buildimg/Dockerfile +97 -0
- iamt/composes/6455Storage/kskypro/buildimg/LICENSE +661 -0
- iamt/composes/6455Storage/kskypro/buildimg/entrypoint.sh +29 -0
- iamt/composes/6455Storage/kskypro/buildimg/ports.conf.template +2 -0
- iamt/composes/6455Storage/kskypro/buildimg/ssl/certs/ssl-cert-snakeoil.pem +21 -0
- iamt/composes/6455Storage/kskypro/buildimg/ssl/private/ssl-cert-snakeoil.key +28 -0
- iamt/composes/6455Storage/kskypro/docker-compose.yml +43 -0
- iamt/composes/6455Storage/kskypro/env.conf +43 -0
- iamt/composes/6455Storage/kskypro/mysql/conf/.gitkeep +0 -0
- iamt/composes/6455Storage/kskypro/mysql/data/.gitkeep +0 -0
- iamt/composes/6455Storage/kskypro/mysql/log/.gitkeep +0 -0
- iamt/composes/6455Storage/lskypro/.rdm.md +15 -0
- iamt/composes/6455Storage/lskypro/Dockerfile +12 -0
- iamt/composes/6455Storage/lskypro/docker-compose.yml +51 -0
- iamt/composes/6455Storage/minio/.rdm.md +1 -0
- iamt/composes/6455Storage/minio/docker-compose.yml +31 -0
- iamt/composes/6455Storage/nextcloud/.rdm.md +0 -0
- iamt/composes/6455Storage/nextcloud/docker-compose.yml +25 -0
- iamt/composes/6455Storage/seafile/.env +46 -0
- iamt/composes/6455Storage/seafile/.rdm.md +31 -0
- iamt/composes/6455Storage/seafile/caddy.yml +26 -0
- iamt/composes/6455Storage/seafile/seadoc.yml +39 -0
- iamt/composes/6455Storage/seafile/seafile-server.yml +79 -0
- iamt/composes/6555DNS/ddnsgo/.env +8 -0
- iamt/composes/6555DNS/ddnsgo/.rdm.md +7 -0
- iamt/composes/6555DNS/ddnsgo/docker-compose.yml +17 -0
- iamt/composes/6555DNS/lucky/.rdm.md +4 -0
- iamt/composes/6555DNS/lucky/docker-compose.yml +14 -0
- iamt/composes/6655CONTAINER/harbor/.rdm.md +1 -0
- iamt/composes/6755SHOP/dujiaoka/.rdm.md +10 -0
- iamt/composes/6755SHOP/dujiaoka/docker-compose.yml +37 -0
- iamt/composes/6755SHOP/dujiaoka/env.conf +46 -0
- iamt/composes/6755SHOP/dujiaoka/storage/.gitkeep +0 -0
- iamt/composes/6755SHOP/dujiaoka/uploads/.gitkeep +0 -0
- iamt/composes/6755SHOP/dujiaoka2/.rdm.md +3 -0
- iamt/composes/8888Others/apitable/docker-compose.yml +233 -0
- iamt/composes/8888Others/changeDetect/README +18 -0
- iamt/composes/8888Others/changeDetect/docker-compose.yml +44 -0
- iamt/composes/8888Others/codeServer/.rdm.md +7 -0
- iamt/composes/8888Others/codeServer/docker-compose.yml +39 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/.rdm.md +19 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/config.yaml +32 -0
- iamt/composes/8888Others/douyin_tiktok_download_api/docker-compose.yml +17 -0
- iamt/composes/8888Others/kasmweb_chrome/.rdm.md +19 -0
- iamt/composes/8888Others/kasmweb_chrome/docker-compose.yml +17 -0
- iamt/composes/8888Others/meilisearch/.env +10 -0
- iamt/composes/8888Others/meilisearch/config/config.toml +132 -0
- iamt/composes/8888Others/meilisearch/docker-compose.yml +34 -0
- iamt/composes/8888Others/memcached/.env +8 -0
- iamt/composes/8888Others/memcached/docker-compose.yml +20 -0
- iamt/composes/8888Others/minio/docker-compose.yml +20 -0
- iamt/composes/8888Others/minio/minio +9 -0
- iamt/composes/8888Others/neko/README.md +11 -0
- iamt/composes/8888Others/neko/docker-compose.yml +16 -0
- iamt/composes/8888Others/ocrmypdf/README.md +14 -0
- iamt/composes/8888Others/outline/docker-compose.yml +76 -0
- iamt/composes/8888Others/outline/docker.env +164 -0
- iamt/composes/8888Others/outline/redis.conf +0 -0
- iamt/composes/8888Others/pandas_ai/.rdm.md +5 -0
- iamt/composes/8888Others/pandas_ai/docker-compose.yml +49 -0
- iamt/composes/8888Others/rancher/.rdm.md +4 -0
- iamt/composes/8888Others/rustdesk/.env +10 -0
- iamt/composes/8888Others/rustdesk/docker-compose.yml +29 -0
- iamt/composes/8888Others/ttrss/docker-compose.yml +74 -0
- iamt/composes/8888Others/vultrCLI/.rdm.md +9 -0
- iamt/composes/8888Others/wewerss/docker-compose.yml +44 -0
- iamt/dcd/dcd.py +337 -0
- iamt/decorators/singleton.py +224 -0
- iamt/modules/_utils/_utils.py +1 -0
- iamt/modules/_utils/arch.py +22 -0
- iamt/modules/_utils/cleanup_network_config.py +68 -0
- iamt/modules/_utils/github.py +123 -0
- iamt/modules/_utils/setup_apt_sources.py +94 -0
- iamt/modules/_utils/steps.py +26 -0
- iamt/modules/claudecode/claudecode.py +0 -0
- iamt/modules/dcdtask/dcdtask.py +164 -0
- iamt/modules/docker/docker.py +370 -0
- iamt/modules/docker/roles/role.py +54 -0
- iamt/modules/docker/templates/daemon/daemon_multi_mirrors.json +21 -0
- iamt/modules/docker/templates/gpgkey/debian_gpgkey +62 -0
- iamt/modules/docker/templates/gpgkey/ubuntu_gpgkey +62 -0
- iamt/modules/github/ghcli.py +197 -0
- iamt/modules/nvm/nvm.py +183 -0
- iamt/modules/nvm/roles/role.py +24 -0
- iamt/modules/runlinetask/runlinetask.py +22 -0
- iamt/modules/ubuntud/antigravity.py +191 -0
- iamt/modules/ubuntud/chrome.py +111 -0
- iamt/modules/ubuntud/fcitx5.py +0 -0
- iamt/modules/ubuntud/ibus.py +53 -0
- iamt/modules/ubuntud/kiro.py +41 -0
- iamt/modules/ubuntud/rime_ice.py +173 -0
- iamt/modules/ubuntud/roles/role.py +28 -0
- iamt/modules/ubuntud/templates/ibus/ibus_rime.custom.yaml +3 -0
- iamt/modules/ubuntud/v2ray-core.py +238 -0
- iamt/modules/ubuntud/v2rayN.py +127 -0
- iamt/modules/ubuntud/vscode.py +162 -0
- iamt/modules/uv/roles/role.py +56 -0
- iamt/modules/uv/templates/uv.toml +5 -0
- iamt/modules/uv/uv.py +315 -0
- iamt/modules/vagrant/templates/Vagrantfile +25 -0
- iamt/modules/vagrant/vagrant.py +91 -0
- iamt/modules/vboxinit/base_box_init.py +142 -0
- iamt/modules/vboxinit/roles/role.py +15 -0
- iamt/role/role.py +134 -0
- iamt/run_file/run_file.py +121 -0
- iamt/run_line/commands.py +70 -0
- iamt/run_line/run_line.py +78 -0
- iamt/task/task.py +108 -0
- iamt/utils/__init__.py +6 -0
- iamt/utils/config_saver.py +90 -0
- iamt/utils/task_tracker.py +136 -0
- iamt-1.1.27.dist-info/METADATA +19 -0
- iamt-1.1.27.dist-info/RECORD +482 -0
- iamt-1.1.27.dist-info/WHEEL +4 -0
- iamt-1.1.27.dist-info/entry_points.txt +5 -0
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
id: 65536
|
|
2
|
+
name: Doubao-1.5-Thinking-Vision-Pro
|
|
3
|
+
icon_uri: default_icon/doubao_v2.png
|
|
4
|
+
icon_url: ""
|
|
5
|
+
description:
|
|
6
|
+
zh: doubao-1-5-thinking-vision-pro 全新视觉深度思考模型,具备更强的通用多模态理解和推理能力,在 59 个公开评测基准中的 37 个上取得 SOTA 表现。
|
|
7
|
+
en: doubao-1-5-thinking-vision-pro is a brand-new visual deep thinking model, featuring stronger general multimodal understanding and reasoning abilities, achieving SOTA performance on 37 out of 59 public evaluation benchmarks.
|
|
8
|
+
default_parameters:
|
|
9
|
+
- name: temperature
|
|
10
|
+
label:
|
|
11
|
+
zh: 生成随机性
|
|
12
|
+
en: Temperature
|
|
13
|
+
desc:
|
|
14
|
+
zh: '- **temperature**: 调高温度会使得模型的输出更多样性和创新性,反之,降低温度会使输出内容更加遵循指令要求但减少多样性。建议不要与“Top p”同时调整。'
|
|
15
|
+
en: '**Temperature**:\n\n- When you increase this value, the model outputs more diverse and innovative content; when you decrease it, the model outputs less diverse content that strictly follows the given instructions.\n- It is recommended not to adjust this value with \"Top p\" at the same time.'
|
|
16
|
+
type: float
|
|
17
|
+
min: "0"
|
|
18
|
+
max: "1"
|
|
19
|
+
default_val:
|
|
20
|
+
balance: "0.8"
|
|
21
|
+
creative: "1"
|
|
22
|
+
default_val: "1.0"
|
|
23
|
+
precise: "0.3"
|
|
24
|
+
precision: 1
|
|
25
|
+
options: []
|
|
26
|
+
style:
|
|
27
|
+
widget: slider
|
|
28
|
+
label:
|
|
29
|
+
zh: 生成多样性
|
|
30
|
+
en: Generation diversity
|
|
31
|
+
- name: max_tokens
|
|
32
|
+
label:
|
|
33
|
+
zh: 最大回复长度
|
|
34
|
+
en: Response max length
|
|
35
|
+
desc:
|
|
36
|
+
zh: 控制模型输出的Tokens 长度上限。通常 100 Tokens 约等于 150 个中文汉字。
|
|
37
|
+
en: You can specify the maximum length of the tokens output through this value. Typically, 100 tokens are approximately equal to 150 Chinese characters.
|
|
38
|
+
type: int
|
|
39
|
+
min: "1"
|
|
40
|
+
max: "4096"
|
|
41
|
+
default_val:
|
|
42
|
+
default_val: "4096"
|
|
43
|
+
options: []
|
|
44
|
+
style:
|
|
45
|
+
widget: slider
|
|
46
|
+
label:
|
|
47
|
+
zh: 输入及输出设置
|
|
48
|
+
en: Input and output settings
|
|
49
|
+
- name: top_p
|
|
50
|
+
label:
|
|
51
|
+
zh: Top P
|
|
52
|
+
en: Top P
|
|
53
|
+
desc:
|
|
54
|
+
zh: '- **Top p 为累计概率**: 模型在生成输出时会从概率最高的词汇开始选择,直到这些词汇的总概率累积达到Top p 值。这样可以限制模型只选择这些高概率的词汇,从而控制输出内容的多样性。建议不要与“生成随机性”同时调整。'
|
|
55
|
+
en: '**Top P**:\n\n- An alternative to sampling with temperature, where only tokens within the top p probability mass are considered. For example, 0.1 means only the top 10% probability mass tokens are considered.\n- We recommend altering this or temperature, but not both.'
|
|
56
|
+
type: float
|
|
57
|
+
min: "0"
|
|
58
|
+
max: "1"
|
|
59
|
+
default_val:
|
|
60
|
+
default_val: "0.7"
|
|
61
|
+
precision: 2
|
|
62
|
+
options: []
|
|
63
|
+
style:
|
|
64
|
+
widget: slider
|
|
65
|
+
label:
|
|
66
|
+
zh: 生成多样性
|
|
67
|
+
en: Generation diversity
|
|
68
|
+
- name: response_format
|
|
69
|
+
label:
|
|
70
|
+
zh: 输出格式
|
|
71
|
+
en: Response format
|
|
72
|
+
desc:
|
|
73
|
+
zh: '- **JSON**: 将引导模型使用JSON格式输出'
|
|
74
|
+
en: '**Response Format**:\n\n- **JSON**: Uses JSON format for replies'
|
|
75
|
+
type: int
|
|
76
|
+
min: ""
|
|
77
|
+
max: ""
|
|
78
|
+
default_val:
|
|
79
|
+
default_val: "0"
|
|
80
|
+
options:
|
|
81
|
+
- label: Text
|
|
82
|
+
value: "0"
|
|
83
|
+
- label: JSON
|
|
84
|
+
value: "1"
|
|
85
|
+
style:
|
|
86
|
+
widget: radio_buttons
|
|
87
|
+
label:
|
|
88
|
+
zh: 输入及输出设置
|
|
89
|
+
en: Input and output settings
|
|
90
|
+
meta:
|
|
91
|
+
name: doubao-1.5-thinking-vision-pro
|
|
92
|
+
protocol: ark
|
|
93
|
+
capability:
|
|
94
|
+
function_call: true
|
|
95
|
+
input_modal:
|
|
96
|
+
- text
|
|
97
|
+
- image
|
|
98
|
+
- video
|
|
99
|
+
input_tokens: 96000
|
|
100
|
+
json_mode: true
|
|
101
|
+
max_tokens: 128000
|
|
102
|
+
output_modal:
|
|
103
|
+
- text
|
|
104
|
+
output_tokens: 16000
|
|
105
|
+
prefix_caching: false
|
|
106
|
+
reasoning: true
|
|
107
|
+
prefill_response: false
|
|
108
|
+
conn_config:
|
|
109
|
+
base_url: ""
|
|
110
|
+
api_key: ""
|
|
111
|
+
timeout: 0s
|
|
112
|
+
model: ""
|
|
113
|
+
temperature: 0.1
|
|
114
|
+
frequency_penalty: 0
|
|
115
|
+
presence_penalty: 0
|
|
116
|
+
max_tokens: 4096
|
|
117
|
+
top_p: 0.7
|
|
118
|
+
top_k: 0
|
|
119
|
+
stop: []
|
|
120
|
+
openai: null
|
|
121
|
+
claude: null
|
|
122
|
+
ark:
|
|
123
|
+
region: ""
|
|
124
|
+
access_key: ""
|
|
125
|
+
secret_key: ""
|
|
126
|
+
retry_times: null
|
|
127
|
+
custom_header: {}
|
|
128
|
+
deepseek: null
|
|
129
|
+
qwen: null
|
|
130
|
+
gemini: null
|
|
131
|
+
custom: {}
|
|
132
|
+
status: 0
|
|
@@ -0,0 +1,131 @@
|
|
|
1
|
+
id: 65536
|
|
2
|
+
name: Doubao-1.5-Vision-Lite
|
|
3
|
+
icon_uri: default_icon/doubao_v2.png
|
|
4
|
+
icon_url: ""
|
|
5
|
+
description:
|
|
6
|
+
zh: doubao-1.5-vision-lite,极具性价比的多模态大模型,支持任意分辨率和极端长宽比图像识别,增强视觉推理、文档识别、细节信息理解和指令遵循能力。
|
|
7
|
+
en: doubao-1.5-vision-lite is a highly cost-effective multimodal large model that supports image recognition at any resolution and extreme aspect ratios, enhancing visual reasoning, document recognition, detailed information comprehension, and instruction-following capabilities.
|
|
8
|
+
default_parameters:
|
|
9
|
+
- name: temperature
|
|
10
|
+
label:
|
|
11
|
+
zh: 生成随机性
|
|
12
|
+
en: Temperature
|
|
13
|
+
desc:
|
|
14
|
+
zh: '- **temperature**: 调高温度会使得模型的输出更多样性和创新性,反之,降低温度会使输出内容更加遵循指令要求但减少多样性。建议不要与“Top p”同时调整。'
|
|
15
|
+
en: '**Temperature**:\n\n- When you increase this value, the model outputs more diverse and innovative content; when you decrease it, the model outputs less diverse content that strictly follows the given instructions.\n- It is recommended not to adjust this value with \"Top p\" at the same time.'
|
|
16
|
+
type: float
|
|
17
|
+
min: "0"
|
|
18
|
+
max: "1"
|
|
19
|
+
default_val:
|
|
20
|
+
balance: "0.8"
|
|
21
|
+
creative: "1"
|
|
22
|
+
default_val: "1.0"
|
|
23
|
+
precise: "0.3"
|
|
24
|
+
precision: 1
|
|
25
|
+
options: []
|
|
26
|
+
style:
|
|
27
|
+
widget: slider
|
|
28
|
+
label:
|
|
29
|
+
zh: 生成多样性
|
|
30
|
+
en: Generation diversity
|
|
31
|
+
- name: max_tokens
|
|
32
|
+
label:
|
|
33
|
+
zh: 最大回复长度
|
|
34
|
+
en: Response max length
|
|
35
|
+
desc:
|
|
36
|
+
zh: 控制模型输出的Tokens 长度上限。通常 100 Tokens 约等于 150 个中文汉字。
|
|
37
|
+
en: You can specify the maximum length of the tokens output through this value. Typically, 100 tokens are approximately equal to 150 Chinese characters.
|
|
38
|
+
type: int
|
|
39
|
+
min: "1"
|
|
40
|
+
max: "4096"
|
|
41
|
+
default_val:
|
|
42
|
+
default_val: "4096"
|
|
43
|
+
options: []
|
|
44
|
+
style:
|
|
45
|
+
widget: slider
|
|
46
|
+
label:
|
|
47
|
+
zh: 输入及输出设置
|
|
48
|
+
en: Input and output settings
|
|
49
|
+
- name: top_p
|
|
50
|
+
label:
|
|
51
|
+
zh: Top P
|
|
52
|
+
en: Top P
|
|
53
|
+
desc:
|
|
54
|
+
zh: '- **Top p 为累计概率**: 模型在生成输出时会从概率最高的词汇开始选择,直到这些词汇的总概率累积达到Top p 值。这样可以限制模型只选择这些高概率的词汇,从而控制输出内容的多样性。建议不要与“生成随机性”同时调整。'
|
|
55
|
+
en: '**Top P**:\n\n- An alternative to sampling with temperature, where only tokens within the top p probability mass are considered. For example, 0.1 means only the top 10% probability mass tokens are considered.\n- We recommend altering this or temperature, but not both.'
|
|
56
|
+
type: float
|
|
57
|
+
min: "0"
|
|
58
|
+
max: "1"
|
|
59
|
+
default_val:
|
|
60
|
+
default_val: "0.7"
|
|
61
|
+
precision: 2
|
|
62
|
+
options: []
|
|
63
|
+
style:
|
|
64
|
+
widget: slider
|
|
65
|
+
label:
|
|
66
|
+
zh: 生成多样性
|
|
67
|
+
en: Generation diversity
|
|
68
|
+
- name: response_format
|
|
69
|
+
label:
|
|
70
|
+
zh: 输出格式
|
|
71
|
+
en: Response format
|
|
72
|
+
desc:
|
|
73
|
+
zh: '- **JSON**: 将引导模型使用JSON格式输出'
|
|
74
|
+
en: '**Response Format**:\n\n- **JSON**: Uses JSON format for replies'
|
|
75
|
+
type: int
|
|
76
|
+
min: ""
|
|
77
|
+
max: ""
|
|
78
|
+
default_val:
|
|
79
|
+
default_val: "0"
|
|
80
|
+
options:
|
|
81
|
+
- label: Text
|
|
82
|
+
value: "0"
|
|
83
|
+
- label: JSON
|
|
84
|
+
value: "1"
|
|
85
|
+
style:
|
|
86
|
+
widget: radio_buttons
|
|
87
|
+
label:
|
|
88
|
+
zh: 输入及输出设置
|
|
89
|
+
en: Input and output settings
|
|
90
|
+
meta:
|
|
91
|
+
name: doubao-1.5-vision-lite
|
|
92
|
+
protocol: ark
|
|
93
|
+
capability:
|
|
94
|
+
function_call: false
|
|
95
|
+
input_modal:
|
|
96
|
+
- text
|
|
97
|
+
- image
|
|
98
|
+
input_tokens: 96000
|
|
99
|
+
json_mode: false
|
|
100
|
+
max_tokens: 128000
|
|
101
|
+
output_modal:
|
|
102
|
+
- text
|
|
103
|
+
output_tokens: 16000
|
|
104
|
+
prefix_caching: false
|
|
105
|
+
reasoning: false
|
|
106
|
+
prefill_response: false
|
|
107
|
+
conn_config:
|
|
108
|
+
base_url: ""
|
|
109
|
+
api_key: ""
|
|
110
|
+
timeout: 0s
|
|
111
|
+
model: ""
|
|
112
|
+
temperature: 0.1
|
|
113
|
+
frequency_penalty: 0
|
|
114
|
+
presence_penalty: 0
|
|
115
|
+
max_tokens: 4096
|
|
116
|
+
top_p: 0.7
|
|
117
|
+
top_k: 0
|
|
118
|
+
stop: []
|
|
119
|
+
openai: null
|
|
120
|
+
claude: null
|
|
121
|
+
ark:
|
|
122
|
+
region: ""
|
|
123
|
+
access_key: ""
|
|
124
|
+
secret_key: ""
|
|
125
|
+
retry_times: null
|
|
126
|
+
custom_header: {}
|
|
127
|
+
deepseek: null
|
|
128
|
+
qwen: null
|
|
129
|
+
gemini: null
|
|
130
|
+
custom: {}
|
|
131
|
+
status: 0
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
id: 65536
|
|
2
|
+
name: Doubao-1.5-Vision-Pro
|
|
3
|
+
icon_uri: default_icon/doubao_v2.png
|
|
4
|
+
icon_url: ""
|
|
5
|
+
description:
|
|
6
|
+
zh: doubao-1.5-vision-pro,全新升级的多模态大模型,支持任意分辨率和极端长宽比图像识别,增强视觉推理、文档识别、细节信息理解和指令遵循能力。
|
|
7
|
+
en: doubao-1.5-vision-pro is a newly upgraded multimodal large model that supports image recognition at any resolution and extreme aspect ratios, enhancing visual reasoning, document recognition, detailed information comprehension, and instruction-following capabilities.
|
|
8
|
+
default_parameters:
|
|
9
|
+
- name: temperature
|
|
10
|
+
label:
|
|
11
|
+
zh: 生成随机性
|
|
12
|
+
en: Temperature
|
|
13
|
+
desc:
|
|
14
|
+
zh: '- **temperature**: 调高温度会使得模型的输出更多样性和创新性,反之,降低温度会使输出内容更加遵循指令要求但减少多样性。建议不要与“Top p”同时调整。'
|
|
15
|
+
en: '**Temperature**:\n\n- When you increase this value, the model outputs more diverse and innovative content; when you decrease it, the model outputs less diverse content that strictly follows the given instructions.\n- It is recommended not to adjust this value with \"Top p\" at the same time.'
|
|
16
|
+
type: float
|
|
17
|
+
min: "0"
|
|
18
|
+
max: "1"
|
|
19
|
+
default_val:
|
|
20
|
+
balance: "0.8"
|
|
21
|
+
creative: "1"
|
|
22
|
+
default_val: "1.0"
|
|
23
|
+
precise: "0.3"
|
|
24
|
+
precision: 1
|
|
25
|
+
options: []
|
|
26
|
+
style:
|
|
27
|
+
widget: slider
|
|
28
|
+
label:
|
|
29
|
+
zh: 生成多样性
|
|
30
|
+
en: Generation diversity
|
|
31
|
+
- name: max_tokens
|
|
32
|
+
label:
|
|
33
|
+
zh: 最大回复长度
|
|
34
|
+
en: Response max length
|
|
35
|
+
desc:
|
|
36
|
+
zh: 控制模型输出的Tokens 长度上限。通常 100 Tokens 约等于 150 个中文汉字。
|
|
37
|
+
en: You can specify the maximum length of the tokens output through this value. Typically, 100 tokens are approximately equal to 150 Chinese characters.
|
|
38
|
+
type: int
|
|
39
|
+
min: "1"
|
|
40
|
+
max: "4096"
|
|
41
|
+
default_val:
|
|
42
|
+
default_val: "4096"
|
|
43
|
+
options: []
|
|
44
|
+
style:
|
|
45
|
+
widget: slider
|
|
46
|
+
label:
|
|
47
|
+
zh: 输入及输出设置
|
|
48
|
+
en: Input and output settings
|
|
49
|
+
- name: top_p
|
|
50
|
+
label:
|
|
51
|
+
zh: Top P
|
|
52
|
+
en: Top P
|
|
53
|
+
desc:
|
|
54
|
+
zh: '- **Top p 为累计概率**: 模型在生成输出时会从概率最高的词汇开始选择,直到这些词汇的总概率累积达到Top p 值。这样可以限制模型只选择这些高概率的词汇,从而控制输出内容的多样性。建议不要与“生成随机性”同时调整。'
|
|
55
|
+
en: '**Top P**:\n\n- An alternative to sampling with temperature, where only tokens within the top p probability mass are considered. For example, 0.1 means only the top 10% probability mass tokens are considered.\n- We recommend altering this or temperature, but not both.'
|
|
56
|
+
type: float
|
|
57
|
+
min: "0"
|
|
58
|
+
max: "1"
|
|
59
|
+
default_val:
|
|
60
|
+
default_val: "0.7"
|
|
61
|
+
precision: 2
|
|
62
|
+
options: []
|
|
63
|
+
style:
|
|
64
|
+
widget: slider
|
|
65
|
+
label:
|
|
66
|
+
zh: 生成多样性
|
|
67
|
+
en: Generation diversity
|
|
68
|
+
- name: response_format
|
|
69
|
+
label:
|
|
70
|
+
zh: 输出格式
|
|
71
|
+
en: Response format
|
|
72
|
+
desc:
|
|
73
|
+
zh: '- **JSON**: 将引导模型使用JSON格式输出'
|
|
74
|
+
en: '**Response Format**:\n\n- **JSON**: Uses JSON format for replies'
|
|
75
|
+
type: int
|
|
76
|
+
min: ""
|
|
77
|
+
max: ""
|
|
78
|
+
default_val:
|
|
79
|
+
default_val: "0"
|
|
80
|
+
options:
|
|
81
|
+
- label: Text
|
|
82
|
+
value: "0"
|
|
83
|
+
- label: JSON
|
|
84
|
+
value: "1"
|
|
85
|
+
style:
|
|
86
|
+
widget: radio_buttons
|
|
87
|
+
label:
|
|
88
|
+
zh: 输入及输出设置
|
|
89
|
+
en: Input and output settings
|
|
90
|
+
meta:
|
|
91
|
+
name: doubao-1.5-vision-pro
|
|
92
|
+
protocol: ark
|
|
93
|
+
capability:
|
|
94
|
+
function_call: true
|
|
95
|
+
input_modal:
|
|
96
|
+
- text
|
|
97
|
+
- image
|
|
98
|
+
- video
|
|
99
|
+
input_tokens: 96000
|
|
100
|
+
json_mode: true
|
|
101
|
+
max_tokens: 128000
|
|
102
|
+
output_modal:
|
|
103
|
+
- text
|
|
104
|
+
output_tokens: 16000
|
|
105
|
+
prefix_caching: false
|
|
106
|
+
reasoning: true
|
|
107
|
+
prefill_response: false
|
|
108
|
+
conn_config:
|
|
109
|
+
base_url: ""
|
|
110
|
+
api_key: ""
|
|
111
|
+
timeout: 0s
|
|
112
|
+
model: ""
|
|
113
|
+
temperature: 0.1
|
|
114
|
+
frequency_penalty: 0
|
|
115
|
+
presence_penalty: 0
|
|
116
|
+
max_tokens: 4096
|
|
117
|
+
top_p: 0.7
|
|
118
|
+
top_k: 0
|
|
119
|
+
stop: []
|
|
120
|
+
openai: null
|
|
121
|
+
claude: null
|
|
122
|
+
ark:
|
|
123
|
+
region: ""
|
|
124
|
+
access_key: ""
|
|
125
|
+
secret_key: ""
|
|
126
|
+
retry_times: null
|
|
127
|
+
custom_header: {}
|
|
128
|
+
deepseek: null
|
|
129
|
+
qwen: null
|
|
130
|
+
gemini: null
|
|
131
|
+
custom: {}
|
|
132
|
+
status: 0
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
id: 65536
|
|
2
|
+
name: Doubao-Seed-1.6-Flash
|
|
3
|
+
icon_uri: default_icon/doubao_v2.png
|
|
4
|
+
icon_url: ""
|
|
5
|
+
description:
|
|
6
|
+
zh: 有极致推理速度的多模态深度思考模型;同时支持文本和视觉理解。文本理解能力超过上一代 Lite 系列模型,视觉理解比肩友商 Pro 系列模型。
|
|
7
|
+
en: A multimodal deep thinking model with extreme reasoning speed; it supports both text and visual understanding. Its text comprehension surpasses the previous generation Lite series models, while its visual understanding rivals competitor Pro series models.
|
|
8
|
+
default_parameters:
|
|
9
|
+
- name: temperature
|
|
10
|
+
label:
|
|
11
|
+
zh: 生成随机性
|
|
12
|
+
en: Temperature
|
|
13
|
+
desc:
|
|
14
|
+
zh: '- **temperature**: 调高温度会使得模型的输出更多样性和创新性,反之,降低温度会使输出内容更加遵循指令要求但减少多样性。建议不要与“Top p”同时调整。'
|
|
15
|
+
en: '**Temperature**:\n\n- When you increase this value, the model outputs more diverse and innovative content; when you decrease it, the model outputs less diverse content that strictly follows the given instructions.\n- It is recommended not to adjust this value with \"Top p\" at the same time.'
|
|
16
|
+
type: float
|
|
17
|
+
min: "0"
|
|
18
|
+
max: "1"
|
|
19
|
+
default_val:
|
|
20
|
+
balance: "0.8"
|
|
21
|
+
creative: "1"
|
|
22
|
+
default_val: "1.0"
|
|
23
|
+
precise: "0.3"
|
|
24
|
+
precision: 1
|
|
25
|
+
options: []
|
|
26
|
+
style:
|
|
27
|
+
widget: slider
|
|
28
|
+
label:
|
|
29
|
+
zh: 生成多样性
|
|
30
|
+
en: Generation diversity
|
|
31
|
+
- name: max_tokens
|
|
32
|
+
label:
|
|
33
|
+
zh: 最大回复长度
|
|
34
|
+
en: Response max length
|
|
35
|
+
desc:
|
|
36
|
+
zh: 控制模型输出的Tokens 长度上限。通常 100 Tokens 约等于 150 个中文汉字。
|
|
37
|
+
en: You can specify the maximum length of the tokens output through this value. Typically, 100 tokens are approximately equal to 150 Chinese characters.
|
|
38
|
+
type: int
|
|
39
|
+
min: "1"
|
|
40
|
+
max: "4096"
|
|
41
|
+
default_val:
|
|
42
|
+
default_val: "4096"
|
|
43
|
+
options: []
|
|
44
|
+
style:
|
|
45
|
+
widget: slider
|
|
46
|
+
label:
|
|
47
|
+
zh: 输入及输出设置
|
|
48
|
+
en: Input and output settings
|
|
49
|
+
- name: top_p
|
|
50
|
+
label:
|
|
51
|
+
zh: Top P
|
|
52
|
+
en: Top P
|
|
53
|
+
desc:
|
|
54
|
+
zh: '- **Top p 为累计概率**: 模型在生成输出时会从概率最高的词汇开始选择,直到这些词汇的总概率累积达到Top p 值。这样可以限制模型只选择这些高概率的词汇,从而控制输出内容的多样性。建议不要与“生成随机性”同时调整。'
|
|
55
|
+
en: '**Top P**:\n\n- An alternative to sampling with temperature, where only tokens within the top p probability mass are considered. For example, 0.1 means only the top 10% probability mass tokens are considered.\n- We recommend altering this or temperature, but not both.'
|
|
56
|
+
type: float
|
|
57
|
+
min: "0"
|
|
58
|
+
max: "1"
|
|
59
|
+
default_val:
|
|
60
|
+
default_val: "0.7"
|
|
61
|
+
precision: 2
|
|
62
|
+
options: []
|
|
63
|
+
style:
|
|
64
|
+
widget: slider
|
|
65
|
+
label:
|
|
66
|
+
zh: 生成多样性
|
|
67
|
+
en: Generation diversity
|
|
68
|
+
- name: response_format
|
|
69
|
+
label:
|
|
70
|
+
zh: 输出格式
|
|
71
|
+
en: Response format
|
|
72
|
+
desc:
|
|
73
|
+
zh: '- **JSON**: 将引导模型使用JSON格式输出'
|
|
74
|
+
en: '**Response Format**:\n\n- **JSON**: Uses JSON format for replies'
|
|
75
|
+
type: int
|
|
76
|
+
min: ""
|
|
77
|
+
max: ""
|
|
78
|
+
default_val:
|
|
79
|
+
default_val: "0"
|
|
80
|
+
options:
|
|
81
|
+
- label: Text
|
|
82
|
+
value: "0"
|
|
83
|
+
- label: JSON
|
|
84
|
+
value: "1"
|
|
85
|
+
style:
|
|
86
|
+
widget: radio_buttons
|
|
87
|
+
label:
|
|
88
|
+
zh: 输入及输出设置
|
|
89
|
+
en: Input and output settings
|
|
90
|
+
meta:
|
|
91
|
+
name: doubao-seed-1.6-flash
|
|
92
|
+
protocol: ark
|
|
93
|
+
capability:
|
|
94
|
+
function_call: true
|
|
95
|
+
input_modal:
|
|
96
|
+
- text
|
|
97
|
+
- image
|
|
98
|
+
- video
|
|
99
|
+
input_tokens: 224000
|
|
100
|
+
json_mode: true
|
|
101
|
+
max_tokens: 256000
|
|
102
|
+
output_modal:
|
|
103
|
+
- text
|
|
104
|
+
output_tokens: 32000
|
|
105
|
+
prefix_caching: true
|
|
106
|
+
reasoning: true
|
|
107
|
+
prefill_response: false
|
|
108
|
+
conn_config:
|
|
109
|
+
base_url: ""
|
|
110
|
+
api_key: ""
|
|
111
|
+
timeout: 0s
|
|
112
|
+
model: ""
|
|
113
|
+
temperature: 0.1
|
|
114
|
+
frequency_penalty: 0
|
|
115
|
+
presence_penalty: 0
|
|
116
|
+
max_tokens: 4096
|
|
117
|
+
top_p: 0.7
|
|
118
|
+
top_k: 0
|
|
119
|
+
stop: []
|
|
120
|
+
openai: null
|
|
121
|
+
claude: null
|
|
122
|
+
ark:
|
|
123
|
+
region: ""
|
|
124
|
+
access_key: ""
|
|
125
|
+
secret_key: ""
|
|
126
|
+
retry_times: null
|
|
127
|
+
custom_header: {}
|
|
128
|
+
deepseek: null
|
|
129
|
+
qwen: null
|
|
130
|
+
gemini: null
|
|
131
|
+
custom: {}
|
|
132
|
+
status: 0
|
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
id: 65536
|
|
2
|
+
name: Doubao-Seed-1.6-Thinking
|
|
3
|
+
icon_uri: default_icon/doubao_v2.png
|
|
4
|
+
icon_url: ""
|
|
5
|
+
description:
|
|
6
|
+
zh: 在思考能力上进行了大幅强化, 对比 doubao 1.5 代深度理解模型,在编程、数学、逻辑推理等基础能力上进一步提升, 支持视觉理解。
|
|
7
|
+
en: Significantly enhanced in thinking capabilities, compared to the doubao 1.5 generation deep understanding model, with further improvements in fundamental skills such as programming, mathematics, and logical reasoning, and support for visual understanding.
|
|
8
|
+
default_parameters:
|
|
9
|
+
- name: temperature
|
|
10
|
+
label:
|
|
11
|
+
zh: 生成随机性
|
|
12
|
+
en: Temperature
|
|
13
|
+
desc:
|
|
14
|
+
zh: '- **temperature**: 调高温度会使得模型的输出更多样性和创新性,反之,降低温度会使输出内容更加遵循指令要求但减少多样性。建议不要与“Top p”同时调整。'
|
|
15
|
+
en: '**Temperature**:\n\n- When you increase this value, the model outputs more diverse and innovative content; when you decrease it, the model outputs less diverse content that strictly follows the given instructions.\n- It is recommended not to adjust this value with \"Top p\" at the same time.'
|
|
16
|
+
type: float
|
|
17
|
+
min: "0"
|
|
18
|
+
max: "1"
|
|
19
|
+
default_val:
|
|
20
|
+
balance: "0.8"
|
|
21
|
+
creative: "1"
|
|
22
|
+
default_val: "1.0"
|
|
23
|
+
precise: "0.3"
|
|
24
|
+
precision: 1
|
|
25
|
+
options: []
|
|
26
|
+
style:
|
|
27
|
+
widget: slider
|
|
28
|
+
label:
|
|
29
|
+
zh: 生成多样性
|
|
30
|
+
en: Generation diversity
|
|
31
|
+
- name: max_tokens
|
|
32
|
+
label:
|
|
33
|
+
zh: 最大回复长度
|
|
34
|
+
en: Response max length
|
|
35
|
+
desc:
|
|
36
|
+
zh: 控制模型输出的Tokens 长度上限。通常 100 Tokens 约等于 150 个中文汉字。
|
|
37
|
+
en: You can specify the maximum length of the tokens output through this value. Typically, 100 tokens are approximately equal to 150 Chinese characters.
|
|
38
|
+
type: int
|
|
39
|
+
min: "1"
|
|
40
|
+
max: "4096"
|
|
41
|
+
default_val:
|
|
42
|
+
default_val: "4096"
|
|
43
|
+
options: []
|
|
44
|
+
style:
|
|
45
|
+
widget: slider
|
|
46
|
+
label:
|
|
47
|
+
zh: 输入及输出设置
|
|
48
|
+
en: Input and output settings
|
|
49
|
+
- name: top_p
|
|
50
|
+
label:
|
|
51
|
+
zh: Top P
|
|
52
|
+
en: Top P
|
|
53
|
+
desc:
|
|
54
|
+
zh: '- **Top p 为累计概率**: 模型在生成输出时会从概率最高的词汇开始选择,直到这些词汇的总概率累积达到Top p 值。这样可以限制模型只选择这些高概率的词汇,从而控制输出内容的多样性。建议不要与“生成随机性”同时调整。'
|
|
55
|
+
en: '**Top P**:\n\n- An alternative to sampling with temperature, where only tokens within the top p probability mass are considered. For example, 0.1 means only the top 10% probability mass tokens are considered.\n- We recommend altering this or temperature, but not both.'
|
|
56
|
+
type: float
|
|
57
|
+
min: "0"
|
|
58
|
+
max: "1"
|
|
59
|
+
default_val:
|
|
60
|
+
default_val: "0.7"
|
|
61
|
+
precision: 2
|
|
62
|
+
options: []
|
|
63
|
+
style:
|
|
64
|
+
widget: slider
|
|
65
|
+
label:
|
|
66
|
+
zh: 生成多样性
|
|
67
|
+
en: Generation diversity
|
|
68
|
+
- name: response_format
|
|
69
|
+
label:
|
|
70
|
+
zh: 输出格式
|
|
71
|
+
en: Response format
|
|
72
|
+
desc:
|
|
73
|
+
zh: '- **JSON**: 将引导模型使用JSON格式输出'
|
|
74
|
+
en: '**Response Format**:\n\n- **JSON**: Uses JSON format for replies'
|
|
75
|
+
type: int
|
|
76
|
+
min: ""
|
|
77
|
+
max: ""
|
|
78
|
+
default_val:
|
|
79
|
+
default_val: "0"
|
|
80
|
+
options:
|
|
81
|
+
- label: Text
|
|
82
|
+
value: "0"
|
|
83
|
+
- label: JSON
|
|
84
|
+
value: "1"
|
|
85
|
+
style:
|
|
86
|
+
widget: radio_buttons
|
|
87
|
+
label:
|
|
88
|
+
zh: 输入及输出设置
|
|
89
|
+
en: Input and output settings
|
|
90
|
+
meta:
|
|
91
|
+
name: doubao-seed-1.6-thinking
|
|
92
|
+
protocol: ark
|
|
93
|
+
capability:
|
|
94
|
+
function_call: true
|
|
95
|
+
input_modal:
|
|
96
|
+
- text
|
|
97
|
+
- image
|
|
98
|
+
- video
|
|
99
|
+
input_tokens: 224000
|
|
100
|
+
json_mode: true
|
|
101
|
+
max_tokens: 256000
|
|
102
|
+
output_modal:
|
|
103
|
+
- text
|
|
104
|
+
output_tokens: 16000
|
|
105
|
+
prefix_caching: true
|
|
106
|
+
reasoning: true
|
|
107
|
+
prefill_response: false
|
|
108
|
+
conn_config:
|
|
109
|
+
base_url: ""
|
|
110
|
+
api_key: ""
|
|
111
|
+
timeout: 0s
|
|
112
|
+
model: ""
|
|
113
|
+
temperature: 0.1
|
|
114
|
+
frequency_penalty: 0
|
|
115
|
+
presence_penalty: 0
|
|
116
|
+
max_tokens: 4096
|
|
117
|
+
top_p: 0.7
|
|
118
|
+
top_k: 0
|
|
119
|
+
stop: []
|
|
120
|
+
openai: null
|
|
121
|
+
claude: null
|
|
122
|
+
ark:
|
|
123
|
+
region: ""
|
|
124
|
+
access_key: ""
|
|
125
|
+
secret_key: ""
|
|
126
|
+
retry_times: null
|
|
127
|
+
custom_header: {}
|
|
128
|
+
deepseek: null
|
|
129
|
+
qwen: null
|
|
130
|
+
gemini: null
|
|
131
|
+
custom: {}
|
|
132
|
+
status: 0
|