Overview
LemonData provides access to Microsoft (Phi) models. Total: 1 models available.
Chat Models
| Model ID | Pricing |
|---|
MAI-DS-R1 | See dashboard |
Usage
from openai import OpenAI
client = OpenAI(
api_key="sk-your-lemondata-key",
base_url="https://api.lemondata.cc/v1"
)
response = client.chat.completions.create(
model="MAI-DS-R1",
messages=[{"role": "user", "content": "Hello!"}]
)
Prices shown are platform prices (~70% of official rates).