banner
laogou

laogou666

🔥Daily check-in to receive free GPT4, Claude3 free API!

image

Introduction#

The OpenAI Interface Forwarding Station provides a legitimate channel for stable use of various OpenAI models, supporting high concurrency. If you encounter any problems, you can provide feedback by submitting an issue on GitHub.

User Guide#

Enter the website#

Visit the official website of the OpenAI Interface Forwarding Station, and you can directly register and start using the service through the following link:
头顶冒火

image

GitHub Login and Token Creation#

First, you need to have a GitHub account to create an access token:

  1. GitHub Login: Log in to your GitHub account. If you don't have an account, you can register for free on the GitHub website.
  2. Create Token: In the GitHub settings, find the "API Tokens" section and click "Generate new token".
  3. Copy Token: After the new token is generated, copy and save it. It will be used for API call authentication.

Create Token

API Call Example#

Before making an API call, set the correct request headers and body:

  • Request Headers: Include Authorization: Bearer <Your Token> to ensure that the request is properly authenticated.
  • Request Body Example: Send the request in the following format:
{
  "model": "gpt-3.5-turbo",
  "messages": [
    {"role": "user", "content": "Repeat what I said: I am me, you are you."}
  ],
  "temperature": 0.7
}

Claude Model Support#

This service also supports the use of the Claude model, as shown below:

{
  "model": "claude-3-opus-20240229",
  "max_tokens": 1024,
  "messages": [
    {"role": "user", "content": "Hello, world"}
  ]
}

Check-in and Recharge#

Users can enjoy more services through check-in and recharge:

  • Check-in: Check-in daily to receive rewards.
  • Recharge: Purchase redemption codes and activate them on the recharge page.

image

OpenAI Interface Forwarding Station.

This article is synchronized and updated to xLog by Mix Space.
The original link is https://www.laogou666.com/posts/AGI/Freegpt4


Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.