Model
Test Model
Available through the AssetMeld OpenAI-compatible API.
- Model ID
test-model-bfdb3f12- Input price
- $10.00 / 1M tokens
- Output price
- $20.00 / 1M tokens
- Context window
- Not currently published
- Verification
- Verification not published
Integration snippet
response = client.chat.completions.create(
model="test-model-bfdb3f12",
messages=[
{"role": "user", "content": "Hello"}
],
)