Models / Arcee AI
LLM
Reasoning

Arcee AI Maestro

Arcee AI's 32B SLM for advanced reasoning, excelling in complex problem-solving, abstract reasoning, and scenario modeling.

About model

Arcee AI Maestro provides advanced reasoning capabilities, excelling at complex decision-making and problem-solving. It is designed for developers and businesses requiring robust, intelligent automation. Ideal for applications needing sophisticated logic and analysis.

  • API usage

    • cURL
    • Python
    • Typescript

    Endpoint:

    arcee-ai/maestro-reasoning

    curl -X POST "https://api.together.xyz/v1/chat/completions" \
      -H "Authorization: Bearer $TOGETHER_API_KEY" \
      -H "Content-Type: application/json" \
      -d '{
        "model": "arcee-ai/maestro-reasoning",
        "messages": [
          {
            "role": "user",
            "content": "What are some fun things to do in New York?"
          }
        ]
    }'
    
    from together import Together
    
    client = Together()
    
    response = client.chat.completions.create(
      model="arcee-ai/maestro-reasoning",
      messages=[
        {
          "role": "user",
          "content": "What are some fun things to do in New York?"
        }
      ]
    )
    print(response.choices[0].message.content)
    
    import Together from 'together-ai';
    const together = new Together();
    
    const completion = await together.chat.completions.create({
      model: 'arcee-ai/maestro-reasoning',
      messages: [
        {
          role: 'user',
          content: 'What are some fun things to do in New York?'
         }
      ],
    });
    
    console.log(completion.choices[0].message.content);
    
Related models
  • Model provider
    Arcee AI
  • Type
    LLM
    Reasoning
  • Main use cases
    Chat
    Reasoning
  • Deployment
    Serverless
    On-Demand Dedicated
    Monthly Reserved
  • Parameters
    32B
  • Context length
    128K
  • Input price

    $0.90 / 1M tokens

  • Output price

    $3.30 / 1M tokens

  • Input modalities
    Text
  • Output modalities
    Text