惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

量子位
WordPress大学
WordPress大学
小众软件
小众软件
云风的 BLOG
云风的 BLOG
IT之家
IT之家
人人都是产品经理
人人都是产品经理
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Last Week in AI
Last Week in AI
博客园 - 【当耐特】
T
Tailwind CSS Blog
阮一峰的网络日志
阮一峰的网络日志
V
V2EX
宝玉的分享
宝玉的分享
博客园 - Franky
F
Fortinet All Blogs
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
D
Docker
博客园 - 聂微东
C
Check Point Blog
H
Help Net Security

Replicate's blog

How to make remarkable videos with Seedance 2.0 – Replicate blog How to prompt Seedream 5.0 – Replicate blog Recraft V4: image generation with design taste – Replicate blog Run Isaac 0.1 on Replicate – Replicate blog Run FLUX.2 on Replicate – Replicate blog How to prompt Nano Banana Pro – Replicate blog Retro Diffusion's pixel art models are now on Replicate – Replicate blog Replicate is joining Cloudflare – Replicate blog Extract text from documents and images with Datalab Marker and OCR – Replicate blog How to prompt Veo 3.1 – Replicate blog IBM's Granite 4.0 is now on Replicate – Replicate blog Which image editing model should I use? – Replicate blog Introducing our new search API – Replicate blog Torch compile caching for inference speed – Replicate blog Announcing Replicate's remote MCP server – Replicate blog How to prompt Veo 3 with images – Replicate blog Open source video is back – Replicate blog Generate consistent characters – Replicate blog Bria is now on Replicate – Replicate blog How we optimized FLUX.1 Kontext [dev] – Replicate blog Compare AI video models – Replicate blog The FLUX.1 Kontext hackathon – Replicate blog How to prompt Veo 3 for the best results – Replicate blog Get the most from Google Veo 3 – Replicate blog FLUX.1 Kontext from the community – Replicate blog Use FLUX.1 Kontext to edit images with words – Replicate blog Generate incredible images with Google's Imagen 4 – Replicate blog Run OpenAI’s latest models on Replicate – Replicate blog NVIDIA H100 GPUs are here – Replicate blog Run 30,000+ LoRAs on Hugging Face with Replicate – Replicate blog
Run Snowflake Arctic with an API – Replicate blog
2024-04-23 · via Replicate's blog

Snowflake Arctic is a new open-source language model from Snowflake. Arctic is on-par or better than both Llama 3 8B and Llama 2 70B on all metrics while using less than half of the training compute budget.

It’s massive. At 480B, Arctic is the biggest open-source model to date. As expected from a model from Snowflake, it’s good at SQL and other coding tasks, and it has a liberal Apache 2.0 license.

With Replicate, you can run Arctic in the cloud with one line of code.


Try Arctic in our API playground

Before you dive in, try Arctic in our API playground.

Try tweaking the prompt and see how Arctic responds. Most models on Replicate have an interactive API playground like this, available on the model page: https://replicate.com/snowflake/snowflake-arctic-instruct

The API playground is a great way to get a feel for what a model can do, and provides copyable code snippets in a variety of languages to help you get started.

Running Arctic with JavaScript

You can run Arctic with our official JavaScript client:

Install Replicate’s Node.js client library

Set the REPLICATE_API_TOKEN environment variable

(You can generate an API token in your account. Keep it to yourself.)

Import and set up the client

Run snowflake/snowflake-arctic-instruct using Replicate’s API. Check out the model’s schema for an overview of inputs and outputs.

To learn more, take a look at the guide on getting started with Node.js.

Running Arctic with Python

You can run Arctic with our official Python client:

Install Replicate’s Python client library

Set the REPLICATE_API_TOKEN environment variable

(You can generate an API token in your account. Keep it to yourself.)

Import the client

Run snowflake/snowflake-arctic-instruct using Replicate’s API. Check out the model’s schema for an overview of inputs and outputs.

To learn more, take a look at the guide on getting started with Python.

Running Arctic with cURL

Your can call the HTTP API directly with tools like cURL:

Set the REPLICATE_API_TOKEN environment variable

(You can generate an API token in your account. Keep it to yourself.)

Run snowflake/snowflake-arctic-instruct using Replicate’s API. Check out the model’s schema for an overview of inputs and outputs.

To learn more, take a look at Replicate’s HTTP API reference docs.

You can also run Arctic using other Replicate client libraries for Go, Swift, and others.

Snowflake Arctic Chatbot

If you want a place to start, Streamlit have built a demo app with Replicate:

Streamlit demo

Try it out here or fork it on GitHub.

Keep up to speed

Happy hacking! 🦙