🐦 Twitter Post Details

Viewing enriched Twitter post

@_akhaliq

RT @victormustar: Sharing my current setup to run Qwen3.6 locally in a good agentic setup (Pi + llama.cpp). Should give you a good overview…

📊 Media Metadata

{
  "score": 0.32,
  "score_components": {
    "author": 0.09,
    "engagement": 0.0,
    "quality": 0.020000000000000004,
    "source": 0.135,
    "nlp": 0.05,
    "recency": 0.025
  },
  "scored_at": "2026-04-17T18:19:30.957243",
  "import_source": "api_import",
  "source_tagged_at": "2026-04-17T18:19:30.957258",
  "enriched": true,
  "enriched_at": "2026-04-17T18:19:30.957261"
}

🔧 Raw API Response

{
  "type": "tweet",
  "id": "2045204940793020654",
  "url": "https://x.com/_akhaliq/status/2045204940793020654",
  "twitterUrl": "https://twitter.com/_akhaliq/status/2045204940793020654",
  "text": "RT @victormustar: Sharing my current setup to run Qwen3.6 locally in a good agentic setup (Pi + llama.cpp). Should give you a good overview…",
  "source": "Twitter for iPhone",
  "retweetCount": 35,
  "replyCount": 36,
  "likeCount": 243,
  "quoteCount": 2,
  "viewCount": 21626,
  "createdAt": "Fri Apr 17 18:17:10 +0000 2026",
  "lang": "en",
  "bookmarkCount": 245,
  "isReply": false,
  "inReplyToId": null,
  "conversationId": "2045204940793020654",
  "displayTextRange": [
    0,
    140
  ],
  "inReplyToUserId": null,
  "inReplyToUsername": null,
  "author": {
    "type": "user",
    "userName": "_akhaliq",
    "url": "https://x.com/_akhaliq",
    "twitterUrl": "https://twitter.com/_akhaliq",
    "id": "2465283662",
    "name": "AK",
    "isVerified": false,
    "isBlueVerified": true,
    "verifiedType": null,
    "profilePicture": "https://pbs.twimg.com/profile_images/1451191636810092553/kpM5Fe12_normal.jpg",
    "coverPicture": "https://pbs.twimg.com/profile_banners/2465283662/1610997549",
    "description": "",
    "location": "",
    "followers": 480439,
    "following": 3139,
    "status": "",
    "canDm": true,
    "canMediaTag": true,
    "createdAt": "Sun Apr 27 00:20:12 +0000 2014",
    "entities": {
      "description": {
        "urls": []
      },
      "url": {}
    },
    "fastFollowersCount": 0,
    "favouritesCount": 37938,
    "hasCustomTimelines": true,
    "isTranslator": false,
    "mediaCount": 19464,
    "statusesCount": 46437,
    "withheldInCountries": [],
    "affiliatesHighlightedLabel": {},
    "possiblySensitive": false,
    "pinnedTweetIds": [
      "1844746338396770616"
    ],
    "profile_bio": {
      "description": "AI research paper tweets, ML @Gradio (acq. by @HuggingFace 🤗) dm for promo ,submit papers here: https://t.co/UzmYN5XOCi",
      "entities": {
        "description": {
          "hashtags": [],
          "symbols": [],
          "urls": [
            {
              "display_url": "huggingface.co/papers/submit",
              "expanded_url": "https://huggingface.co/papers/submit",
              "indices": [
                96,
                119
              ],
              "url": "https://t.co/UzmYN5XOCi"
            }
          ],
          "user_mentions": [
            {
              "id_str": "0",
              "indices": [
                29,
                36
              ],
              "name": "",
              "screen_name": "Gradio"
            },
            {
              "id_str": "0",
              "indices": [
                46,
                58
              ],
              "name": "",
              "screen_name": "HuggingFace"
            }
          ]
        },
        "url": {
          "urls": [
            {
              "display_url": "huggingface.co/akhaliq",
              "expanded_url": "https://huggingface.co/akhaliq",
              "indices": [
                0,
                23
              ],
              "url": "https://t.co/q2Qoey80Gx"
            }
          ]
        }
      }
    },
    "isAutomated": false,
    "automatedBy": null
  },
  "extendedEntities": {},
  "card": null,
  "place": {},
  "entities": {
    "hashtags": [],
    "symbols": [],
    "timestamps": [],
    "urls": [],
    "user_mentions": [
      {
        "id_str": "784830007",
        "indices": [
          3,
          16
        ],
        "name": "Victor M",
        "screen_name": "victormustar"
      }
    ]
  },
  "quoted_tweet": null,
  "retweeted_tweet": {
    "type": "tweet",
    "id": "2045068986446958899",
    "url": "https://x.com/victormustar/status/2045068986446958899",
    "twitterUrl": "https://twitter.com/victormustar/status/2045068986446958899",
    "text": "Sharing my current setup to run Qwen3.6 locally in a good agentic setup (Pi + llama.cpp). Should give you a good overview of how good local agents are today:\n\n# Start llama.cpp server:\n\nllama-server \\\n  -hf unsloth/Qwen3.6-35B-A3B-GGUF:Q4_K_XL \\\n  --jinja \\\n  --chat-template-kwargs '{\"preserve_thinking\":true}' \\\n  --temp 0.6 --top-p 0.95 --top-k 20 --min-p 0\n\n# Configure Pi:\n{\n  \"providers\": {\n    \"llama-cpp\": {\n      \"baseUrl\": \"http://127.0.0.1:8080/v1\",\n      \"api\": \"openai-completions\",\n      \"apiKey\": \"none\",\n      \"models\": [\n        {\n          \"id\": \"unsloth/Qwen3.6-35B-A3B-GGUF:Q4_K_XL\"\n        }\n      ]\n    }\n  }\n}",
    "source": "Twitter for iPhone",
    "retweetCount": 35,
    "replyCount": 36,
    "likeCount": 243,
    "quoteCount": 2,
    "viewCount": 21626,
    "createdAt": "Fri Apr 17 09:16:56 +0000 2026",
    "lang": "en",
    "bookmarkCount": 245,
    "isReply": false,
    "inReplyToId": null,
    "conversationId": "2045068986446958899",
    "displayTextRange": [
      0,
      257
    ],
    "inReplyToUserId": null,
    "inReplyToUsername": null,
    "author": {
      "type": "user",
      "userName": "victormustar",
      "url": "https://x.com/victormustar",
      "twitterUrl": "https://twitter.com/victormustar",
      "id": "784830007",
      "name": "Victor M",
      "isVerified": false,
      "isBlueVerified": true,
      "verifiedType": null,
      "profilePicture": "https://pbs.twimg.com/profile_images/1099983311101984768/p7dZK4S__normal.jpg",
      "coverPicture": "https://pbs.twimg.com/profile_banners/784830007/1677100565",
      "description": "",
      "location": "Paris, France",
      "followers": 25186,
      "following": 2180,
      "status": "",
      "canDm": true,
      "canMediaTag": false,
      "createdAt": "Mon Aug 27 14:52:18 +0000 2012",
      "entities": {
        "description": {
          "urls": []
        },
        "url": {}
      },
      "fastFollowersCount": 0,
      "favouritesCount": 27366,
      "hasCustomTimelines": true,
      "isTranslator": false,
      "mediaCount": 1502,
      "statusesCount": 7620,
      "withheldInCountries": [],
      "affiliatesHighlightedLabel": {},
      "possiblySensitive": false,
      "pinnedTweetIds": [],
      "profile_bio": {
        "description": "🤗 Head of Product @huggingface",
        "entities": {
          "description": {
            "hashtags": [],
            "symbols": [],
            "urls": [],
            "user_mentions": [
              {
                "id_str": "0",
                "indices": [
                  18,
                  30
                ],
                "name": "",
                "screen_name": "huggingface"
              }
            ]
          },
          "url": {
            "urls": [
              {
                "display_url": "hf.co/victor",
                "expanded_url": "https://hf.co/victor",
                "indices": [
                  0,
                  23
                ],
                "url": "https://t.co/fgr8qRmdM5"
              }
            ]
          }
        }
      },
      "isAutomated": false,
      "automatedBy": null
    },
    "extendedEntities": {
      "media": [
        {
          "display_url": "pic.twitter.com/r5HJ6kLQCj",
          "expanded_url": "https://twitter.com/victormustar/status/2045068986446958899/photo/1",
          "ext_media_availability": {
            "status": "Available"
          },
          "features": {
            "large": {
              "faces": []
            },
            "orig": {
              "faces": []
            }
          },
          "id_str": "2045068503577718784",
          "indices": [
            258,
            281
          ],
          "media_key": "3_2045068503577718784",
          "media_results": {
            "id": "QXBpTWVkaWFSZXN1bHRzOgwAAQoAARxhivgBFvAACgACHGGLaG5W0TMAAA==",
            "result": {
              "__typename": "ApiMedia",
              "id": "QXBpTWVkaWE6DAABCgABHGGK+AEW8AAKAAIcYYtoblbRMwAA",
              "media_key": "3_2045068503577718784"
            }
          },
          "media_url_https": "https://pbs.twimg.com/media/HGGK-AEW8AAc5jD.png",
          "original_info": {
            "focus_rects": [
              {
                "h": 838,
                "w": 1496,
                "x": 0,
                "y": 0
              },
              {
                "h": 1496,
                "w": 1496,
                "x": 0,
                "y": 0
              },
              {
                "h": 1580,
                "w": 1386,
                "x": 0,
                "y": 0
              },
              {
                "h": 1580,
                "w": 790,
                "x": 0,
                "y": 0
              },
              {
                "h": 1580,
                "w": 1496,
                "x": 0,
                "y": 0
              }
            ],
            "height": 1580,
            "width": 1496
          },
          "sizes": {
            "large": {
              "h": 1580,
              "w": 1496
            }
          },
          "type": "photo",
          "url": "https://t.co/r5HJ6kLQCj"
        }
      ]
    },
    "card": null,
    "place": {},
    "entities": {
      "hashtags": [],
      "symbols": [],
      "urls": [],
      "user_mentions": []
    },
    "quoted_tweet": {
      "type": "tweet",
      "id": "2044768734234243427",
      "url": "https://x.com/Alibaba_Qwen/status/2044768734234243427",
      "twitterUrl": "https://twitter.com/Alibaba_Qwen/status/2044768734234243427",
      "text": "⚡ Meet Qwen3.6-35B-A3B:Now Open-Source!🚀🚀\n\nA sparse MoE model, 35B total params, 3B active. Apache 2.0 license.\n\n🔥 Agentic coding on par with models 10x its active size\n📷 Strong multimodal perception and reasoning ability\n🧠 Multimodal thinking + non-thinking modes\n\nEfficient. Powerful. Versatile. Try it now👇\n\nBlog:https://t.co/EXx5y466su\nQwen Studio:https://t.co/bg4tAU1p74\nHuggingFace:https://t.co/w4pDX14DZS\nModelScope:https://t.co/SuRyLzdQiO\nAPI(‘Qwen3.6-Flash’ on Model Studio):Coming soon~ Stay tuned",
      "source": "Twitter for iPhone",
      "retweetCount": 1558,
      "replyCount": 416,
      "likeCount": 10844,
      "quoteCount": 577,
      "viewCount": 2199255,
      "createdAt": "Thu Apr 16 13:23:50 +0000 2026",
      "lang": "en",
      "bookmarkCount": 4704,
      "isReply": false,
      "inReplyToId": null,
      "conversationId": "2044768734234243427",
      "displayTextRange": [
        0,
        264
      ],
      "inReplyToUserId": null,
      "inReplyToUsername": null,
      "author": {
        "type": "user",
        "userName": "Alibaba_Qwen",
        "url": "https://x.com/Alibaba_Qwen",
        "twitterUrl": "https://twitter.com/Alibaba_Qwen",
        "id": "1753339277386342400",
        "name": "Qwen",
        "isVerified": false,
        "isBlueVerified": true,
        "verifiedType": "Business",
        "profilePicture": "https://pbs.twimg.com/profile_images/1894073235379273728/0ROUmdkE_normal.jpg",
        "coverPicture": "https://pbs.twimg.com/profile_banners/1753339277386342400/1731637054",
        "description": "",
        "location": "",
        "followers": 195825,
        "following": 6,
        "status": "",
        "canDm": false,
        "canMediaTag": true,
        "createdAt": "Fri Feb 02 08:47:32 +0000 2024",
        "entities": {
          "description": {
            "urls": []
          },
          "url": {}
        },
        "fastFollowersCount": 0,
        "favouritesCount": 402,
        "hasCustomTimelines": true,
        "isTranslator": false,
        "mediaCount": 448,
        "statusesCount": 851,
        "withheldInCountries": [],
        "affiliatesHighlightedLabel": {},
        "possiblySensitive": false,
        "pinnedTweetIds": [
          "2044768734234243427"
        ],
        "profile_bio": {
          "description": "Open foundation models for AGI.",
          "entities": {
            "description": {
              "hashtags": [],
              "symbols": [],
              "urls": [],
              "user_mentions": []
            },
            "url": {
              "urls": [
                {
                  "display_url": "qwen.ai",
                  "expanded_url": "https://qwen.ai/",
                  "indices": [
                    0,
                    23
                  ],
                  "url": "https://t.co/f8hrbNCQR4"
                }
              ]
            }
          }
        },
        "isAutomated": false,
        "automatedBy": null
      },
      "extendedEntities": {
        "media": [
          {
            "allow_download_status": {
              "allow_download": true
            },
            "display_url": "pic.twitter.com/UMiChPaLid",
            "expanded_url": "https://twitter.com/Alibaba_Qwen/status/2044768734234243427/photo/1",
            "ext_media_availability": {
              "status": "Available"
            },
            "features": {
              "large": {
                "faces": [
                  {
                    "h": 86,
                    "w": 86,
                    "x": 124,
                    "y": 424
                  },
                  {
                    "h": 82,
                    "w": 82,
                    "x": 1192,
                    "y": 740
                  },
                  {
                    "h": 82,
                    "w": 82,
                    "x": 1340,
                    "y": 394
                  },
                  {
                    "h": 84,
                    "w": 84,
                    "x": 1416,
                    "y": 758
                  },
                  {
                    "h": 86,
                    "w": 86,
                    "x": 1264,
                    "y": 792
                  },
                  {
                    "h": 90,
                    "w": 90,
                    "x": 1792,
                    "y": 832
                  },
                  {
                    "h": 142,
                    "w": 142,
                    "x": 548,
                    "y": 662
                  }
                ]
              },
              "orig": {
                "faces": [
                  {
                    "h": 172,
                    "w": 172,
                    "x": 248,
                    "y": 848
                  },
                  {
                    "h": 164,
                    "w": 164,
                    "x": 2384,
                    "y": 1480
                  },
                  {
                    "h": 164,
                    "w": 164,
                    "x": 2680,
                    "y": 788
                  },
                  {
                    "h": 168,
                    "w": 168,
                    "x": 2832,
                    "y": 1516
                  },
                  {
                    "h": 172,
                    "w": 172,
                    "x": 2528,
                    "y": 1584
                  },
                  {
                    "h": 180,
                    "w": 180,
                    "x": 3584,
                    "y": 1664
                  },
                  {
                    "h": 284,
                    "w": 284,
                    "x": 1096,
                    "y": 1324
                  }
                ]
              }
            },
            "id_str": "2044763581942800384",
            "indices": [
              265,
              288
            ],
            "media_key": "3_2044763581942800384",
            "media_results": {
              "id": "QXBpTWVkaWFSZXN1bHRzOgwAAQoAARxgdaTnWyAACgACHGB6VIPbcWMAAA==",
              "result": {
                "__typename": "ApiMedia",
                "id": "QXBpTWVkaWE6DAABCgABHGB1pOdbIAAKAAIcYHpUg9txYwAA",
                "media_key": "3_2044763581942800384"
              }
            },
            "media_url_https": "https://pbs.twimg.com/media/HGB1pOdbIAA_kyz.jpg",
            "original_info": {
              "focus_rects": [
                {
                  "h": 2209,
                  "w": 3945,
                  "x": 0,
                  "y": 0
                },
                {
                  "h": 2209,
                  "w": 2209,
                  "x": 428,
                  "y": 0
                },
                {
                  "h": 2209,
                  "w": 1938,
                  "x": 563,
                  "y": 0
                },
                {
                  "h": 2209,
                  "w": 1105,
                  "x": 980,
                  "y": 0
                },
                {
                  "h": 2209,
                  "w": 4096,
                  "x": 0,
                  "y": 0
                }
              ],
              "height": 2209,
              "width": 4096
            },
            "sizes": {
              "large": {
                "h": 1105,
                "w": 2048
              }
            },
            "type": "photo",
            "url": "https://t.co/UMiChPaLid"
          }
        ]
      },
      "card": null,
      "place": {},
      "entities": {
        "hashtags": [],
        "symbols": [],
        "urls": [
          {
            "display_url": "qwen.ai/blog?id=qwen3.…",
            "expanded_url": "https://qwen.ai/blog?id=qwen3.6-35b-a3b",
            "indices": [
              316,
              339
            ],
            "url": "https://t.co/EXx5y466su"
          },
          {
            "display_url": "chat.qwen.ai",
            "expanded_url": "https://chat.qwen.ai",
            "indices": [
              352,
              375
            ],
            "url": "https://t.co/bg4tAU1p74"
          },
          {
            "display_url": "huggingface.co/Qwen/Qwen3.6-3…",
            "expanded_url": "https://huggingface.co/Qwen/Qwen3.6-35B-A3B",
            "indices": [
              388,
              411
            ],
            "url": "https://t.co/w4pDX14DZS"
          },
          {
            "display_url": "modelscope.cn/models/Qwen/Qw…",
            "expanded_url": "https://modelscope.cn/models/Qwen/Qwen3.6-35B-A3B",
            "indices": [
              423,
              446
            ],
            "url": "https://t.co/SuRyLzdQiO"
          }
        ],
        "user_mentions": []
      },
      "quoted_tweet": null,
      "retweeted_tweet": null,
      "isLimitedReply": false,
      "communityInfo": null,
      "article": null
    },
    "retweeted_tweet": null,
    "isLimitedReply": false,
    "communityInfo": null,
    "article": null
  },
  "isLimitedReply": false,
  "communityInfo": null,
  "article": null
}