OpenRouter: Unified Access to Large Language Models

OpenRouter: Unified Access to Large Language Models

OpenRouter is an impressive free AI tool. When we develop using APIs from closed-source models like OpenAI and Claude, as well as open-source models like LLaMa, we often encounter differences among different vendors’ APIs. Therefore, when switching between different large model service providers, your code typically requires modifications. The purpose of OpenRouter is to encapsulate … Read more

Build Your Large Model Assistant Without GPU Using OpenRouter

Build Your Large Model Assistant Without GPU Using OpenRouter

1. Build Your Own Large Model Assistant The emergence of large models has brought revolutionary changes to many fields, from natural language processing to computer vision, and even in medicine and finance. However, for many developers, experimenting with and applying some open-source models can be a challenge, as they often require expensive hardware resources to … Read more

OpenRouter: The Language Model Router

OpenRouter: The Language Model Router

OpenRouter: The Language Model “Router“ OpenRouter allows you to easily access and use dozens of different AI models. It provides a unified interface that lets you conveniently use various models for predictions, inferences, and more, without jumping between different platforms and APIs. Main Features: Unified Interface: No matter whether you want to use GPT, LLama, … Read more

Generative AI Application Creation Platform

Generative AI Application Creation Platform

01# Introduction The Qizhi platform is designed for building generative AI native applications. Through the Qizhi platform, we can significantly simplify complex technical tasks and build various types of applications through visual orchestration, making creativity and innovation faster, better, and easier to achieve. When we were kids, we played with building blocks, constructing castles, planes, … Read more

Using Google Gemini Model in China: A Step-by-Step Guide

Using Google Gemini Model in China: A Step-by-Step Guide

Using Google Gemini Model in China: A Step-by-Step Guide Due to well-known reasons, friends in China cannot directly access <span>Google</span> related services and websites. In a previous article titled <span>FVM——A Powerful Flutter Version Management Tool: Flutter Version Management</span>, I mentioned that <span>Google</span> released the latest large model, and I wanted to see if its support … Read more

Complete Guide to Using GPT-4 for AutoGPT Agent Automation

Complete Guide to Using GPT-4 for AutoGPT Agent Automation

In the era of large models led by ChatGPT, designing prompts to get large models to execute user instructions is an art, giving rise to the profession of ‘Prompt Engineer’. Not everyone can design good prompts, and even the same prompt can yield different results when applied to different large models. Although ChatGPT or GPT-4 … Read more

Running Phi-4 Model with Ollama and Python Calls

Running Phi-4 Model with Ollama and Python Calls

## Install Ollama Select the appropriate installation method based on your operating system, taking Linux CentOS as an example. Use the command `curl -fsSL https://ollama.com/install.sh | sh` to install (requires sudo privileges). After installation, you can verify if it was successful by running `ollama –version`. ### Start Ollama After successful installation, start the Ollama service … Read more

Windsurf: A Powerful Tool for API Automation Testing

Windsurf: A Powerful Tool for API Automation Testing

I tried using Windsurf to write code for API automation testing and experienced its convenience and efficiency. Windsurf does not require high coding skills from users, while the accuracy of the generated code is relatively high. Moreover, it excels in generating test case scenario coverage. Once the code is completed, Windsurf can also automatically generate … Read more

First Experience With Windsurf: Surpassing Cursor

First Experience With Windsurf: Surpassing Cursor

This article was originally published at the end of November 2024, for everyone’s understanding. Many features have been upgraded in the latest version, and I will update the new experience when I have time. Windsurf has been released for several days now, and personally, I have been using Cursor and Bolt quite a bit. This … Read more

Creating an Agent with LangGraph and Search Tools

Creating an Agent with LangGraph and Search Tools

In this tutorial, we will learn how to build an intelligent dialogue agent with memory capabilities using LangGraph and LangChain. This agent can use search tools to answer questions and maintain the continuity of conversations. 1. Obtain API Key for Search Tool Log in to the search tool website: <span>https://tavily.com/</span>, generate an API key as … Read more