

Dominik Weckmüller
186 posts

@DomeGIS
GIS & Data Science | https://t.co/ltynkZtH0w Geospatial Consultant @ https://t.co/CMD9QjRIsh & @EU_ScienceHub PhD Student @tudresden_de fosstodon & bluesky @DomeGIS











Looks like @openrouter is the first to offer a properly-hosted Reflection Llama 3.1 70B.
It's time to fucking build.
Here's the code to use:
```
import requests
import json
response = requests.post(
url="openrouter.ai/api/v1/chat/co…",
headers={
"Authorization": f"Bearer YOUR_API_KEY",
},
data=json.dumps({
"model": "mattshumer/reflection-70b",
"messages": [
{ "role": "system", "content": "You are a world-class AI system, capable of complex reasoning and reflection. Reason through the query inside





















