Skip to content

GoMixApi/gomixapi-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

GoMixAPI Python SDK

One API endpoint. 17 Chinese AI models. OpenAI-compatible.

No additional SDK needed. GoMixAPI works with the official OpenAI Python client.

Install

pip install openai

Quick Start

from openai import OpenAI

client = OpenAI( api_key="sk-your-key-here", base_url="https://api.gomixapi.com/v1" )

response = client.chat.completions.create( model="deepseek-v4-flash-202605", messages=[{"role": "user", "content": "Hello, GoMixAPI!"}] )

print(response.choices[0].message.content)

Links

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors