币圈避坑小队长
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    2025年,AI应用爆发,但开发者们私下讨论最多的不再是‘哪个模型更强’,而是‘哪个中转更稳’。 网络限制、API调用延迟、高昂的官方价格……这些痛点正在扼杀无数创意与生产力。如果你还在为获取稳定的国际大模型API而烦恼,那么今天这篇教程,将为你彻底打开一扇新的大门。我们将手把手教你,如何在国内环境下,无需复杂配置,直连获取并高效使用全球顶尖AI模型的API。而这一切的核心,就是今天要重点介绍的——**云雾AI中转站**。 ## 为什么你需要一个AI中转站? 直接访问OpenAI、Anthropic等海外服务,不仅面临网络波动,还可能因地域限制导致账户问题。手动搭建代理服务器,则对技术门槛和运维成本有较高要求。一个专业的中转服务平台,能完美解决以下问题: - **网络直连**:无需额外工具,国内环境直接调用。 - **统一接口**:用一个平台,管理所有主流模型API。 - **成本控制**:按需付费,避免为不稳定的自建服务买单。 - **稳定可靠**:专业团队保障服务可用性,让你专注于应用开发。 ## 三步直达:手把手获取并使用你的AI API 整个过程非常简单,核心在于选择一个可靠的中转平台。我们以 [www.yunwuai.cc](https://www.yunwuai.cc/) 为例,演示如何快速开始。 ### 第一步:注册与获取专属API Key 访问 [https://www.yunwuai.cc/](https://www.yunwuai.cc/) ,使用邮箱或手机号完成快速注册。登录后,在用户控制台即可一键生成你的**全局API Key**。这个Key将作为你调用平台上所有AI模型的唯一凭证。 ### 第二步:配置你的开发环境 云雾AI中转站提供与官方完全兼容的API接口。你只需将官方API端点(endpoint)替换为云雾提供的地址,并填入你的专属API Key即可。以OpenAI SDK为例: # 原官方调用方式 # openai.api_base = "https://api.openai.com/v1" # 修改为云雾AI中转站接口 openai.api_base = "https://api.yunwuai.cc/v1" openai.api_key = "你的云雾API-Key" 平台文档提供了Python、JavaScript、Go等多种语言的详细示例,5分钟内即可完成集成。 ### 第三步:选择模型,开始调用 现在,你就可以像调用官方API一样,自由选择模型了。在请求的 `model` 参数中,指定你想要使用的模型代号即可。 ## 为什么选择云雾AI中转站? 市面上中转服务不少,但云雾AI中转站凭借以下核心优势,成为了众多开发者和企业的首选: ### 🚀 高速稳定,专注可用性 依托全球多节点智能路由,确保无论你身处何地,都能获得**毫秒级响应**。99.9%的服务可用性承诺,让关键业务运行无忧。 ### 🧩 真正的AI模型全覆盖 从全球巨头到国内翘楚,再到开源新星,一站集成: | 类别 | 代表模型 | | --- | --- | | **国际大模型** | GPT-4o, GPT-4 Turbo, Claude 3系列, Gemini Pro | | **国内大模型** | 文心一言, 通义千问, 智谱GLM, 月之暗面Kimi | | **开源/图像模型** | LLaMA 3系列, Midjourney (绘画), Stable Diffusion | ### 💰 价格实惠,透明消费 得益于规模化和技术优化,云雾AI中转站的调用成本**比官方直连低30%-50%**。提供灵活的预付费套餐和清晰的按量计费,无隐藏消费。 ### 🌍 为全球用户优化 自动识别用户区域,提供多语言界面和支持,让全球的开发者都能获得同样流畅的体验。 ## 从今天开始,释放你的AI生产力 技术不应该被高墙阻隔。选择一个可靠的中转服务平台,意味着你将宝贵的精力从“如何连通”重新聚焦到“如何创造”上。无论是开发智能应用、进行学术研究,还是提升日常工作效率,一个稳定、全能的AI API入口都至关重要。 > > > *“云雾AI中转站不仅仅是一个代理,它是一个经过优化的AI服务聚合层,旨在为开发者提供最省心、最高效的调用体验。”—— 某资深AI全栈开发者评价* > > 教程至此,路径已经清晰。剩下的,就是你的行动。告别网络困扰和复杂的配置,拥抱稳定、高效且经济的AI服务。 ### 立即开启你的无缝AI之旅 点击下方链接,访问云雾AI中转站官网,注册账号并获取你的专属API Key。新用户通常享有优惠额度,助你轻松起步。 [立即访问云雾AI中转站注册](https://www.yunwuai.cc/) 官网地址:[www.yunwuai.cc](https://www.yunwuai.cc/) * * * **提示**:本文为技术方案分享,所提及服务由第三方平台提供。请在使用前阅读相关服务条款,并根据自身需求选择合适的套餐。

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Google Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully