Llama 3 70B's competitors have been quietly putting in work.
Llama 3 70B's competitors have been quietly putting in work.
Llama 3 70B is a large language model from Meta with strong performance and efficiency for real-time interactions.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"meta-llama/llama-3-70b-instruct" model=,
"role""user""content""Hello!" messages=[{: , : }],
)
print(response.choices[0].message.content)Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.
Also on Amazon Bedrock
The model that follows instructions so literally it borders on performance art. Asked for a movie title, gives you a movie title. Nothing more. Nothing less.
Picks Blade Runner for its movie, OK Computer for its album, 1984 for its book, and Tokyo for its city. Every choice signals "I have taste and I am not afraid to be specific." Follows instructions with surgical precision and zero embellishment.
Taste is judged on an uncapped scale, originality first. The space past 100 is craft today's models rarely reach.
53 outputs from Llama 3 70B
Llama 3 70B is a large language model from Meta with strong performance and efficiency for real-time interactions.
fromimport openai OpenAI
client = OpenAI(
"https://openrouter.ai/api/v1" base_url=,
"$OPENROUTER_API_KEY" api_key=,
)
response = client.chat.completions.create(
"meta-llama/llama-3-70b-instruct" model=,
"role""user""content""Hello!" messages=[{: , : }],
)
print(response.choices[0].message.content)Set OPENROUTER_API_KEY with your OpenRouter API key from openrouter.ai/keys.
Also on Amazon Bedrock
The model that follows instructions so literally it borders on performance art. Asked for a movie title, gives you a movie title. Nothing more. Nothing less.
Picks Blade Runner for its movie, OK Computer for its album, 1984 for its book, and Tokyo for its city. Every choice signals "I have taste and I am not afraid to be specific." Follows instructions with surgical precision and zero embellishment.
Taste is judged on an uncapped scale, originality first. The space past 100 is craft today's models rarely reach.
53 outputs from Llama 3 70B