V2EX = way to explore
V2EX 是一个关于分享和探索的地方
Sign Up Now
For Existing Member  Sign In
如果想在 V2EX 获得更好的推广效果,欢迎了解 PRO 会员机制:
https://www.v2ex.com/pro/about
LemonLeon
0.58D
V2EX  ›  推广

分享一个 gpt-oss-120b 免费模型 API, 20 RPM / 50 RPD

  •  
  •   LemonLeon · Aug 6, 2025 · 1487 views
    This topic created in 266 days ago, the information mentioned may be changed or developed.

    对话网址: https://poixe.com/playground?model=gpt-oss-120b:free

    支持 API:

    # python sdk
    from openai import OpenAI
    
    client = OpenAI(api_key="POIXE_API_KEY", base_url="https://api.poixe.com/v1")
    
    completion = client.chat.completions.create(
        model="gpt-oss-120b:free",
        messages=[
            {"role": "system", "content": "You are a helpful assistant."},
            {"role": "user", "content": "Hello!"},
        ],
    )
    
    print(completion.choices[0].message.content)
    
    No Comments Yet
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5706 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 35ms · UTC 01:59 · PVG 09:59 · LAX 18:59 · JFK 21:59
    ♥ Do have faith in what you're doing.