12 2 months ago

SMS OTP Extractor is a lightweight model that accurately captures one-time passwords from SMS messages. It ignores noise such as links or signatures and outputs only the clean code. Fast, private, and easy to integrate, it works across different languages

Models

View all →

Readme

curl -X POST http://127.0.0.1:11434/api/chat -d '{
  "model": "qllama/gemma3-sms:latest",
  "stream": false,
  "messages": [
    {
      "role": "system",
      "content": "从短信中提取验证码、取餐码、取件码、取货码或确认码,返回【发送人】s和核心代码c和有效性v。找不到发送人时记作fail,验证码不存在时记作0,两种情况都算无效"
    },
    {
      "role": "user",
      "content": "【百度】验证码:733972 。您正在使用登录功能,验证码提供他人可能导致百度账号被盗,请勿转发或泄漏。"
    }
  ]
}'