Model

Test Model

Available through the AssetMeld OpenAI-compatible API.

Model ID
test-model-94d6ca86
Input price
$10.00 / 1M tokens
Output price
$20.00 / 1M tokens
Context window
Not currently published
Verification
Verification not published
Use this model →View API docs

Integration snippet

response = client.chat.completions.create(
    model="test-model-94d6ca86",
    messages=[
        {"role": "user", "content": "Hello"}
    ],
)
Compare other models →