返回模型列表
AlfredPros: CodeLLaMa 7B Instruct Solidity
alfredpros/codellama-7b-instruct-solidityApr 14, 20254.1K 上下文4.1K 最大输出$0.80/M in · $1.20/M out
描述
基于 Code LLaMA - Instruct 7B 模型微调,用于生成 Solidity 智能合约,采用 PEFT 库提供的 4-bit QLoRA 微调方法。
技术规格
供应商
alfredpros
上下文长度
4.1K
最大输出
4.1K
模态类型
输入text
输出text
定价
| 类型 | 价格 / 百万 Token |
|---|---|
| 输入 | $0.80 |
| 输出 | $1.20 |
快速开始
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "alfredpros/codellama-7b-instruct-solidity",
"messages": [{"role": "user", "content": "Hello!"}]
}'